We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I have a message id: like this [email protected] This was retrieved from a list done before ( Its to show a list of quarantine messages )
Now I would like to pass this message-id to the next step.
Is there a way to get the message using the message-id? An answer from stackoverflow talks about keys: ['HEADER', 'MESSAGE-ID', message_id] https://stackoverflow.com/questions/23411260/retrieve-a-single-email-from-imap-by-message-id
How can I do it using this library?
Thankyou very much for this work and kind regards.
The text was updated successfully, but these errors were encountered:
I think this question is answered in #125
Sorry, something went wrong.
No branches or pull requests
Hi,
I have a message id: like this [email protected]
This was retrieved from a list done before ( Its to show a list of quarantine messages )
Now I would like to pass this message-id to the next step.
Is there a way to get the message using the message-id?
An answer from stackoverflow talks about keys: ['HEADER', 'MESSAGE-ID', message_id]
https://stackoverflow.com/questions/23411260/retrieve-a-single-email-from-imap-by-message-id
How can I do it using this library?
Thankyou very much for this work and kind regards.
The text was updated successfully, but these errors were encountered: