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

Support Passing Back Gmail Message and Thread Ids #5

Open
jpulec opened this issue Mar 22, 2021 · 0 comments
Open

Support Passing Back Gmail Message and Thread Ids #5

jpulec opened this issue Mar 22, 2021 · 0 comments

Comments

@jpulec
Copy link

jpulec commented Mar 22, 2021

It's pretty common for an application to want to know the message id and thread id that gmail has assigned to a sent message. Currently, this backend doesn't provide any way to access the Gmail response data.

Is this something you would consider supporting for this project?

One way it might be possible would be to support passing a special EmailMessage subclass say something like GmailMessage and if the backend detects this subclass is used, it could assign id and threadId to attributes on it.

Happy to help with a PR if this sounds like something that this library should handle!

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

No branches or pull requests

1 participant