MailKit
MailKit copied to clipboard
A cross-platform .NET library for IMAP, POP3, and SMTP.
Hi, I am trying to send email from a server application via Office 365 using OAUTH2 using MailKit with the client credentials flow. I have tried to resolve for several...
**Describe the bug** I have an MVC5 application which is using IMAP to load messages from Office365. The code lists the `UniqueId` and `InternalDate` of the messages in the inbox,...
Can you add the support of RFC 9266: Channel Bindings for TLS 1.3? - https://datatracker.ietf.org/doc/html/rfc9266 Little details, to know easily: - tls-unique for TLS =< 1.2 - tls-exporter for TLS...
I was hoping that MailKit would send emails faster than System.Net.Mail. The reason being, is that System.Net.Mail in .net 6 is 5 times slower than System.Net.Mail in .net 4 ....
 I was inspecting the memory allocations for the thread that works with MailKit and surprisingly Task\ takes huge chunk of memory more than strings and memory streams. Not sure...
**Describe the bug** You've removed `AddFlags` API from `IMailFolder` but the README still has an old example Please provide an updated example if possible
Ref. issue #890, there is a Kerberos .net library here: https://github.com/dotnet/Kerberos.NET. Would i be possible to get support for kerberos authentication in MailKit with that at some point?
Ideally, the ImapClientDemo sample would also demo IDLE support and restoring the connection if/when it gets dropped.
@jstedfast any idea what's going on? 6>C:\Users\dierk\Documents\unusual-src\Unusual.Common\Mail\MailClient.cs(100,31,100,53): error CS0012: The type 'FormatOptions' is defined in an assembly that is not referenced. You must add a reference to assembly 'MimeKitLite, Version=4.4.0.0,...