Don't reuse connection after exception in ImapFolderPusher
This commit is contained in:
parent
9d55b6c957
commit
e7d7b3f15c
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue