[Tickets #11798] Re: RenameSentmailMonthly task not run
noreply at bugs.horde.org
noreply at bugs.horde.org
Tue Jan 8 19:48:04 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11798
------------------------------------------------------------------------------
Ticket | 11798
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | RenameSentmailMonthly task not run
Queue | IMP
Version | Git master
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
-Owners |
+Owners | Michael Slusarz, Jan Schneider
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2013-01-08 12:48) wrote:
> See attachment for logging information.
Your IMAP server is broken. IMP is issuing:
10 UID COPY 1:50 "INBOX.Sent-jan-2012"
Your server is responding with
10 BAD The folder could not be found.
This is incorrect. If INBOX.Sent-jan-2012 can be created, the
response MUST be:
10 NO [TRYCREATE] The folder could not be found.
Your server is 1) incorrectly returning BAD and 2) not returning the
TRYCREATE response code.
From RFC 3501 [6.4.7]:
Unless
it is certain that the destination mailbox can not be created, the
server MUST send the response code "[TRYCREATE]" as the prefix of
the text of the tagged NO response. This gives a hint to the
client that it can attempt a CREATE command and retry the COPY if
the CREATE is successful.
Since I've been yelled at multiple times over on the imap list for
trying to support broken IMAP server installations, I'm hesitant to
try to workaround this issue in code.
More information about the bugs
mailing list