Status responses are not 100% rfc3501 conform
---------------------------------------------
Key: IMAP-280
URL: https://issues.apache.org/jira/browse/IMAP-280
Project: JAMES Imap
Issue Type: Bug
Affects Versions: 0.2-M1
Reporter: Norman Maurer
Assignee: Norman Maurer
Fix For: 0.2
At the moment we return status responses which not 100 % match rfc3501 as they
miss the "text description". This should be changed.
For example the rfc shows this:
C: A142 SELECT INBOX
S: * 172 EXISTS
S: * 1 RECENT
S: * OK [UNSEEN 12] Message 12 is first unseen
S: * OK [UIDVALIDITY 3857529045] UIDs valid
S: * OK [UIDNEXT 4392] Predicted next UID
S: * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
S: * OK [PERMANENTFLAGS (\Deleted \Seen \*)] Limited
S: A142 OK [READ-WRITE] SELECT completed
As we currently return:
C: A142 SELECT INBOX
S: * 172 EXISTS
S: * 1 RECENT
S: * OK [UNSEEN 12]
S: * OK [UIDVALIDITY 3857529045]
S: * OK [UIDNEXT 4392]
S: * FLAGS (\Answered \Flagged \Deleted \Seen \Draft)
S: * OK [PERMANENTFLAGS (\Deleted \Seen \*)]
S: A142 OK [READ-WRITE] SELECT completed
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]