|
|
|
@ -71,7 +71,7 @@ public class ImapClient {
@@ -71,7 +71,7 @@ public class ImapClient {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
private void handleMessages() throws MessagingException { |
|
|
|
|
LOG.debug("reading email:"); |
|
|
|
|
LOG.debug("Reading email of {}:",username); |
|
|
|
|
if (!inbox.isOpen()){ |
|
|
|
|
inbox.open(IMAPFolder.READ_WRITE); |
|
|
|
|
} |
|
|
|
|