Browse Source

improved log output

drop_old_mail
Stephan Richter 2 years ago
parent
commit
f636520ca0
  1. 2
      pom.xml
  2. 2
      src/main/java/de/srsoftware/widerhall/mail/ImapClient.java

2
pom.xml

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

2
src/main/java/de/srsoftware/widerhall/mail/ImapClient.java

@ -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);
}

Loading…
Cancel
Save