-
Notifications
You must be signed in to change notification settings - Fork 37
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
Pass UID with messages #50
Comments
Got it. In the messageId property, it's just merged, e.g. "messageId"=>"INBOX!612907036?47339" then "47339" is the UID. |
Great that you found a solution, but a warning: that value is supposed to be opaque and might change in future versions. If so, we'll add an explicit way to access the UID. |
Yeah, I figured. It doesn't get passed on "messages" which is what I needed, but I found a way to a hack at it. Thanks. I feel like UID is pretty vital though. Without the UID, you can't defer any work to client side imap clients so I'm reopening. |
I know I can get the message_id but how about the UID of the email?
The text was updated successfully, but these errors were encountered: