Skip to content

Conversation

quantumsheep
Copy link
Contributor

@quantumsheep quantumsheep commented Aug 19, 2025

Hi! This adds access to Gmail labels and Message ID.

Fixes #115

Signed-off-by: Nathanael DEMACON <[email protected]>
@link2xt link2xt merged commit 8b28ada into chatmail:main Aug 20, 2025
11 checks passed
@link2xt
Copy link
Contributor

link2xt commented Aug 20, 2025

Thanks!

///
/// See [Access to the Gmail unique message ID: X-GM-MSGID](https://developers.google.com/workspace/gmail/imap/imap-extensions#access_to_the_unique_message_id_x-gm-msgid)
/// for details.
pub fn gmail_msg_id(&self) -> Option<&u64> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could return just Option<u64>, but this is minor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GMail - Expose GMail labels ?
3 participants