Browse Source

Merge branch 'main' into lang_de

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

2
pom.xml

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

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

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

Loading…
Cancel
Save