OpaqueMail
OpaqueMail copied to clipboard
.NET email library and proxy supporting IMAP, POP3, and SMTP with S/MIME and PGP.
When trying to use sendgrid, I got this: Unable to authenticate with server 'smtp.sendgrid.net'. Received '535 Authentication failed: The provided authorization grant is invalid, expired, or revoked'.
Hi, i try to delete a message ( read from POP3 server ) `bool isDeleted = p3client.DeleteMessage(message.Index);` but not work... the statement returns true, but the email is still present...
Currently, there is only one 'Body' attribute in the 'MailMessage', and the Body of the Html type and the Text type cannot be converted to each other. Additionally, 'MailMessage' cannot...
`MailAddressCollection.Parse` fails to parse address when it contains comma in the display name. It splits single address into multiple ones which leads to having some invalid address(es) (first part of...
Closes #70
Hello, I am using Pop3Client to connect and retrieve messages. The GetMessages method is returning extra characters in the content body of the message. For example, if the original email...
Hello again. Ran into another odd issue. Had a user have another problem getting an email. Had them forward it to me and I too saw the issue with the...
Hello, Another type of attachment issue I've come across is where the Content-Type is an application not a boundary example: Content-Type: application/pdf;\r\n name=\"Payment Advice Note from 05/03/2017.pdf This does not...
Bumps BouncyCastle from 1.8.1 to 1.8.9. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...