Merge branch 'main' into lang_de

This commit is contained in:
2022-04-23 00:22:04 +02:00
6 changed files with 135 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ public class ImapClient {
while (!stopped){
handleMessages();
problemListener.clearProblems();
LOG.debug("Warte.");
inbox.idle(true);
}

View File

@@ -4,4 +4,6 @@ import javax.mail.MessagingException;
public interface ProblemListener {
public void onImapException(MessagingException e);
public void clearProblems();
}