Added comments

This commit is contained in:
M66B 2020-12-08 08:30:23 +01:00
parent 36022c3659
commit f8e5e60e5e
1 changed files with 3 additions and 0 deletions

View File

@ -498,8 +498,11 @@ class Core {
// Move: NO No matching messages
// Move: NO [EXPUNGEISSUED] Some of the requested messages no longer exist
// Move: BAD parse error: invalid message sequence number:
// Move: NO MOVE failed or partially completed.
// Move: NO mailbox selected READ-ONLY
// Delete: NO [CANNOT] STORE It's not possible to perform specified operation
// Delete: NO [UNAVAILABLE] EXPUNGE Backend error
// Delete: NO mailbox selected READ-ONLY
String msg = "Unrecoverable operation=" + op.name + " tries=" + op.tries + " created=" + new Date(op.created);
EntityLog.log(context, msg +
" folder=" + folder.id + ":" + folder.name +