mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Added comments
This commit is contained in:
@@ -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 +
|
||||
|
||||
Reference in New Issue
Block a user