Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c9b79687
...
c9b79687b9e22e318ad708dd5c1d47658bea7d76
authored
2005-02-16 12:51:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(imap4d_bye0): Handle ERR_MAILBOX_CORRUPTED
1 parent
9a5dd8d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
imap4d/bye.c
imap4d/bye.c
View file @
c9b7968
...
...
@@ -58,6 +58,10 @@ imap4d_bye0 (int reason, struct imap4d_command *command)
syslog
(
LOG_INFO
,
_
(
"No socket to send to"
));
break
;
case
ERR_MAILBOX_CORRUPTED
:
syslog
(
LOG_ERR
,
_
(
"Mailbox modified by third party"
));
break
;
case
OK
:
util_out
(
RESP_BYE
,
"Session terminating."
);
if
(
state
==
STATE_NONAUTH
)
...
...
Please
register
or
sign in
to post a comment