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 fetch support for Gmail's X-GM-EXT-1 extensions #209

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

nevans
Copy link
Collaborator

@nevans nevans commented Oct 26, 2023

Adds support for fetching X-GM-MSGID, X-GM-THRID, and X-GM-LABELS on GMail servers. Note that the X-GM-RAW search attribute does not need any special support.

See specs at https://developers.google.com/gmail/imap/imap-extensions.

@nevans nevans changed the title ✨ Add support for GMail's X-GM-EXT-1 extension ✨ Add fetch support for GMail's X-GM-EXT-1 extensions Oct 26, 2023
@nevans nevans changed the title ✨ Add fetch support for GMail's X-GM-EXT-1 extensions ✨ Add fetch support for Gmail's X-GM-EXT-1 extensions Oct 26, 2023
@nevans nevans force-pushed the parser/fetch-X-GM-EXT-1 branch 3 times, most recently from 9041051 to d7a463f Compare November 4, 2023 05:13
@nevans nevans force-pushed the parser/fetch-X-GM-EXT-1 branch 2 times, most recently from d1ed46b to 7292f1b Compare November 10, 2023 14:23
Adds support for fetching `X-GM-MSGID`, `X-GM-THRID`, and `X-GM-LABELS`
on GMail servers.  Note that the `X-GM-RAW` search attribute is
documented but it does not need any special code to support it.

See specs at https://developers.google.com/gmail/imap/imap-extensions.
@nevans nevans force-pushed the parser/fetch-X-GM-EXT-1 branch from 7292f1b to 29f6447 Compare November 10, 2023 15:11
@nevans nevans marked this pull request as ready for review November 10, 2023 15:11
@nevans nevans merged commit f5ef196 into ruby:master Nov 10, 2023
11 checks passed
@nevans nevans deleted the parser/fetch-X-GM-EXT-1 branch November 10, 2023 15:19
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.

1 participant