UnsupportedEncodingException extends IOException

Refs #37
This commit is contained in:
M66B
2018-08-23 16:07:17 +00:00
parent 252a54a436
commit 9967118a2f
2 changed files with 4 additions and 1 deletions

View File

@@ -475,7 +475,6 @@ public class ServiceSynchronize extends LifecycleService {
synchronizeMessage(folder, ifolder, (IMAPMessage) imessage);
} catch (MessageRemovedException ex) {
Log.w(Helper.TAG, folder.name + " " + ex + "\n" + Log.getStackTraceString(ex));
}
} catch (Throwable ex) {
Log.e(Helper.TAG, folder.name + " " + ex + "\n" + Log.getStackTraceString(ex));