-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Read the mail body #130
Comments
You can download the email with the download method |
It doesnt work
no output |
You can not use IMAP commands while in the async for loop. The |
Hey, as a complete noob also I had some issues understanding everything Here is what I did (in a typescript class) import { ImapFlow, ListResponse, FetchMessageObject, Logger } from 'imapflow';
|
i want to ask how to get the body of the email , i mean the content of the email
The text was updated successfully, but these errors were encountered: