You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2022/11/17 05:07:00 UTC

[GitHub] [james-project] chibenwa opened a new pull request, #1316: WIP Implement RFC-8474 ObjectId extension for IMAP

chibenwa opened a new pull request, #1316:
URL: https://github.com/apache/james-project/pull/1316

   Remains to be done:
   
    - [ ] Open a JIRA ticket
    - [ ] Add a messageId search criterion to the mailbox API, and to the underlying search engines
    - [ ] Add support for messageId search in IMAP
    - [ ] Alter CREATE responses to include mailboxId from the answer
    - [ ] Alter SELECT / EXAMINE to include untagged mailboxId responses
   
   To quote the spec:
   
   [6](https://www.rfc-editor.org/rfc/rfc8474.html#section-6). New Filters on SEARCH Command
   
   ```
       C: 27 search emailid M6d99ac3275bb4e
       S: * SEARCH 1
       S: 27 OK Completed (1 msgs in 0.000 secs)
   ```
   
   [4.1](https://www.rfc-editor.org/rfc/rfc8474.html#section-4.1).  New Response Code for CREATE
   
   ```
       C: 3 create foo
       S: 3 OK [MAILBOXID (F2212ea87-6097-4256-9d51-71338625)] Completed
   ```
   
   [4.2](https://www.rfc-editor.org/rfc/rfc8474.html#section-4.2).  New OK Untagged Response for SELECT and EXAMINE
   
   ```
       C: 27 select "foo"
       [...]
       S: * OK [MAILBOXID (F2212ea87-6097-4256-9d51-71338625)] Ok
       [...]
       S: 27 OK [READ-WRITE] Completed 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org


[GitHub] [james-project] chibenwa merged pull request #1316: JAMES-3858 Implement RFC-8474 ObjectId extension for IMAP

Posted by GitBox <gi...@apache.org>.
chibenwa merged PR #1316:
URL: https://github.com/apache/james-project/pull/1316


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org