(imap4d_bye0): Handle ERR_MAILBOX_CORRUPTED
Showing
1 changed file
with
4 additions
and
0 deletions
... | @@ -58,6 +58,10 @@ imap4d_bye0 (int reason, struct imap4d_command *command) | ... | @@ -58,6 +58,10 @@ imap4d_bye0 (int reason, struct imap4d_command *command) |
58 | syslog (LOG_INFO, _("No socket to send to")); | 58 | syslog (LOG_INFO, _("No socket to send to")); |
59 | break; | 59 | break; |
60 | 60 | ||
61 | case ERR_MAILBOX_CORRUPTED: | ||
62 | syslog (LOG_ERR, _("Mailbox modified by third party")); | ||
63 | break; | ||
64 | |||
61 | case OK: | 65 | case OK: |
62 | util_out (RESP_BYE, "Session terminating."); | 66 | util_out (RESP_BYE, "Session terminating."); |
63 | if (state == STATE_NONAUTH) | 67 | if (state == STATE_NONAUTH) | ... | ... |
-
Please register or sign in to post a comment