RFC Errata
RFC 4469, "Internet Message Access Protocol (IMAP) CATENATE Extension", April 2006
Note: This RFC has been updated by RFC 5550
Source of RFC: lemonade (app)See Also: RFC 4469 w/ inline errata
Errata ID: 4046
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Chris Newman
Date Reported: 2014-07-10
Verifier Name: Barry Leiba
Date Verified: 2014-07-10
Section Appendix A says:
S: A003 NO [BADURL "/INBOX;UIDVALIDITY=785799047/;UID=113330; section=1.5.9"] CATENATE append has failed, one message expunged
It should say:
S: A003 NO [BADURL /INBOX;UIDVALIDITY=785799047/;UID=113330; section=1.5.9] CATENATE append has failed, one message expunged
Notes:
This example treats the url-resp-text in the badurl-response-code as though it were an astring. It is not: it is a bare imapurl, as stated in section 5:
"The astring in the definition of url and the url-resp-text in the
definition of badurl-response-code each contain an imapurl as defined
by [2]."
The example is incorrect, in that the double quotes should be removed so the url-resp-text is a valid imapurl, and only that.