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
The Server Actions to retrieve the emails have been refactored. No need to have different Actions for GMail accounts.
It's now possible to read messages from different first level folders.
Using the GetMails Action, the email is marked as read.
The message structure now contains the information about the folder where the email is stored on the server.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)