Merge branch 'main' into lang_de
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user