You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2011/04/07 21:50:05 UTC

[jira] [Created] (IMAP-280) Status responses are not 100% rfc3501 conform

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Resolved] (IMAP-280) Status responses are not 100% rfc3501 conform

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/IMAP-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved IMAP-280.
--------------------------------

    Resolution: Fixed

done..

> 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org