On 2009-09-06, at 2:13 PM, Timo Sirainen wrote:
From RFC 3501: resp-text = ["[" resp-text-code "]" SP] text text = 1*TEXT-CHARSo there should always be some text if resp-text-code is used. But when looking at examples in CONDSTORE and QRESYNC RFCs you can see that thereis no text: S: * OK [HIGHESTMODSEQ 715194045007] S: * OK [CLOSED] I guess these examples are violating RFC 3501 and should be changed?
You can't see the text which is a single SP ;-) So, the examples are correct just not obvious.
ck