Implement an email client capturing emails headers (From, Subject), body contents (HTML) and attachments (Name, MimeType and Binary) based in the MailSystem.NET available in https://github.com/pmengal/MailSystem.NET.
Fixed the List initialization to prevent an error when the mailbox it's empty.