Don't reuse connection after exception in ImapFolderPusher

This commit is contained in:
cketti 2016-05-01 03:57:48 +02:00
parent 9d55b6c957
commit e7d7b3f15c

View file

@ -253,6 +253,8 @@ class ImapFolderPusher extends ImapFolder {
} catch (Exception me) {
Log.e(LOG_TAG, "Got exception while closing for exception for " + getLogId(), me);
}
connection = null;
}
private long getNewUidNext() throws MessagingException {