-
Dear Mr. Stedfast,
Thank you for your efforts and for creating such a fantastic library!
> The Federal Information Processing Standard (FIPS) specifies security requirements for cryptographic mo…
-
**Is your feature request related to a problem? Please describe.**
Right now, different projects can end up with weird conflicts when one dependency uses MimeKitLite and another uses MimeKit. When t…
wrall updated
5 months ago
-
**Describe the bug**
Subjects, sender names, and preview text are not in the right encoding before being saved to the database, particularly when MIME is in a weird encoding like `gbk`. This would …
-
**Describe the bug**
When the first or last word of a MailboxAddress.Name contains some non-ascii char, the double-quotes are not at the correct place in encoded result.
**Platform:**
- OS: Wind…
-
I have this
System.InvalidCastException: Unable to cast object of type 'MimeKit.TextPart' to type 'MimeKit.MessagePart'.
at MailBounceDetector.BounceDetectResult..ctor(MimeMessage message, MimeE…
-
It would be nice to be able to send messages with an importance.
MailKit exposes two interfaces for this: https://github.com/jstedfast/MimeKit/blob/master/MimeKit/XMessagePriority.cs
and https:/…
-
**Is your feature request related to a problem? Please describe.**
I just came across a `NullReferenceException` in my app which uses nullable reference types because I did not read MimeKit's documen…
-
### Describe the bug
I keep getting reports of my [MimeKit](https://github.com/jstedfast/MimeKit) and [MailKit](https://github.com/jstedfast/MailKit) libraries throwing Exceptions trying to load …
-
When using MimeKit, we may get an argument exception, such as with a space in the file name: https://github.com/jstedfast/MimeKit/blob/be4cbe7b4864fca5e22d79b181e0bdf7d0639841/MimeKit/MimeEntity.cs#L4…
-
Example: `asdjfsdk;@diafj.com`, with the invalid `;` character.
This leads to errors like the following when the API server tries to send mail:
```
[00:31:35 INF] Request starting HTTP/1.0 POST…