Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add support for OBJECTID extension (RFC8474) #226

Merged
merged 3 commits into from
Nov 13, 2023

Conversation

nevans
Copy link
Collaborator

@nevans nevans commented Nov 13, 2023

https://www.rfc-editor.org/rfc/rfc8474.html

  • Adds support for the MAILBOXID ResponseCode
  • Adds support for the MAILBOXID status attribute to #status
  • Updates #status rdoc
  • Adds support for the EMAILID message attribute to #fetch and #uid_fetch and FetchData#emailid
  • Adds support for the THREADID message attribute to #fetch and #uid_fetch and FetchData#threadid
  • Fixes RFC8474 (2018): OBJECTID (recommended by IMAP4rev2) #39

These are the `msg-att` added by the `OBJECTID` extension.
Previously, any number-type status values worked—which is most of them.
This adds support for `MAILBOXID` (needed for the `OBJECTID` extension).
@nevans nevans force-pushed the OBJECTID-extension branch from 146ab0c to 7a44de3 Compare November 13, 2023 06:02
@nevans nevans merged commit fde2df9 into ruby:master Nov 13, 2023
@nevans nevans deleted the OBJECTID-extension branch November 13, 2023 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

RFC8474 (2018): OBJECTID (recommended by IMAP4rev2)
1 participant