Added comments

This commit is contained in:
M66B 2020-12-02 15:35:24 +01:00
parent 3ec6090b0e
commit 5ced250602
1 changed files with 2 additions and 0 deletions

View File

@ -489,8 +489,10 @@ class Core {
// Drafts: javax.mail.FolderClosedException: * BYE Jakarta Mail Exception:
// javax.net.ssl.SSLException: Write error: ssl=0x8286cac0: I/O error during system call, Broken pipe
// Drafts: * BYE Jakarta Mail Exception: java.io.IOException: Connection dropped by server?
// Fetch: NO all of the requested messages have been expunged
// Move: NO No matching messages
// Delete: NO [CANNOT] STORE It's not possible to perform specified operation
// Delete: NO [UNAVAILABLE] EXPUNGE Backend error
String msg = "Unrecoverable operation=" + op.name + " tries=" + op.tries + " created=" + new Date(op.created);
EntityLog.log(context, msg +
" folder=" + folder.id + ":" + folder.name +