mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 10:47:28 +00:00
Refactoring
This commit is contained in:
parent
d6525eaa68
commit
071ad5f85a
1 changed files with 25 additions and 24 deletions
|
@ -1971,7 +1971,8 @@ class Core {
|
||||||
return _synchronizeMessage(context, account, folder, uid, istore, imessage, browsed, download, rules, state);
|
return _synchronizeMessage(context, account, folder, uid, istore, imessage, browsed, download, rules, state);
|
||||||
} catch (MessagingException ex) {
|
} catch (MessagingException ex) {
|
||||||
// https://javaee.github.io/javamail/FAQ#imapserverbug
|
// https://javaee.github.io/javamail/FAQ#imapserverbug
|
||||||
if (MessageHelper.retryRaw(ex)) try {
|
if (MessageHelper.retryRaw(ex))
|
||||||
|
try {
|
||||||
Log.w(folder.name + " " + ex.getMessage());
|
Log.w(folder.name + " " + ex.getMessage());
|
||||||
|
|
||||||
Log.i(folder.name + " fetching raw message uid=" + uid);
|
Log.i(folder.name + " fetching raw message uid=" + uid);
|
||||||
|
|
Loading…
Reference in a new issue