Implement an email client capturing emails headers (From, Subject, Date), body contents (HTML) and attachments (Name, MimeType and Binary).
It supports both IMAP and POP3.
The library is based on MailKit.
Integration with GMail is implemented through App Passwords
Added support for HTML emails
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)