Merge branch 'main' into lang_de

This commit is contained in:
2022-04-22 19:17:57 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
<groupId>org.example</groupId>
<artifactId>Widerhall</artifactId>
<version>0.2.24</version>
<version>0.2.26</version>
<build>
<plugins>
<plugin>

View File

@@ -71,7 +71,7 @@ public class ImapClient {
}
private void handleMessages() throws MessagingException {
LOG.debug("Lese E-Mail:");
LOG.debug("Lese E-Mail von {}:",username);
if (!inbox.isOpen()){
inbox.open(IMAPFolder.READ_WRITE);
}