postalsys / imapflow

IMAP Client library for EmailEngine Email API (https://emailengine.app)
https://imapflow.com
Other
350 stars 59 forks source link

Make examples #179

Closed TheGP closed 6 months ago

TheGP commented 6 months ago

Add examples with getting body, etc and add comments to each line and parameters. For example, wtf is this: client.fetch('1:*' ??

andris9 commented 6 months ago

I would suggest googling for tutorials to understand what these commands actually do. For example, this seems like a good article https://www.atmail.com/blog/imap-commands/

TheGP commented 6 months ago

I don't care what they do, I need to get a body of emails, not read spend hours on BS.