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: 2002
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Mike Abbott
Date Reported: 2010-01-14
Verifier Name: Alexey Melnikov
Date Verified: 2010-04-02
Section 5 says:
url-resp-text = 1*(%x01-09 / %x0B-0C / %x0E-5B / %x5D-FE) ; Any TEXT-CHAR except "]"
It should say:
url-resp-text = 1*(%x01-09 / %x0B-0C / %x0E-5C / %x5E-FE) ; Any TEXT-CHAR except "]"
Notes:
The skipped character %x5C is "\" not "]". I think the intent is to omit "]" since url-resp-text is used exclusively inside a [BADURL url-resp-text] response code, and they want to avoid aliasing the closing "]".