platform-compat
Roslyn analyzer that finds usages of APIs that will throw PlatformNotSupportedException on certain platforms. (by dotnet)
MailKit
A cross-platform .NET library for IMAP, POP3, and SMTP. (by jstedfast)
platform-compat | MailKit | |
---|---|---|
23 | 26 | |
249 | 6,378 | |
- | 1.1% | |
1.2 | 9.2 | |
over 4 years ago | 15 days ago | |
C# | C# | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
platform-compat
Posts with mentions or reviews of platform-compat.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-17.
-
KeePass flaw allows retrieval of master password
DotNet offers the SecureString class to keep a string encrypted in Memory, but as long as the OS does not natively support this concept, the only advantage is that it resides in memory for a shorter time, the disadvantage is that SecureStrings are easier to search for.
- System.Net.Mail.SmtpClient is not recommended anymore; what is the alternative?
-
Bitwarden PINs can be brute-forced
Note the KeePass's resistance to the attack mentioned depends on the security of .NET's secure string, which, here's what Microsoft has to say about it (https://github.com/dotnet/platform-compat/blob/master/docs/D...)
As for KeePassXC, last I checked it didn't even bother.
-
Ever Find A Dead Man's Switch On A Network/Domain?
TIL. Looks like the deprecation note recommends MailKit.
-
Disabilities and Windows Passwords
Well of course, but it does have to be passed to the module that generates the hashes AD uses in the first place. And as I said, the standard password reset screen is bound to store the password in plain text somewhere as well.
-
Embedded logo in HTML email sent from PowerShell
This won’t help you with your question, but I figured I should warn against using send-mailmessage.
-
Alternative to PowerShell cmdlet 'send-mailmessage'
points you here.
-
API pagination help?
Some of the reasons for not using Hashtable or other non-generic collection types are outlined here. That's why Microsoft doesn't recommend their usage in new implementations across all of its API documentation.
- How to deal with credentials in automated scripts?
-
pfSense configuration backup
And if you really want to be secure you need to something better than a SecureString: https://github.com/dotnet/platform-compat/blob/master/docs/DE0001.md
MailKit
Posts with mentions or reviews of MailKit.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-09-07.
-
🚀 Introducing NextSolution V2: ASP.NET API + Next.js + Expo Starter Template
This template was built using a variety of powerful frameworks and tools, including: .NET, Ngrok, JWT (JSON Web Tokens), Entity Framework, AutoMapper, FluentValidation, Flurl, Humanizer, libphonenumber-csharp, MailKit, OAuth, Serilog, Twilio, Swagger, React.js, React Native, React Navigation, Axios, Expo Dev, Lodash, NativeWind, React Hook Form, Zustand, Visual Studio Code, Visual Studio, Android Studio, Git, GitHub Copilot, Node.js, React Native Paper, NextUI
- MailKit: A Robust Cross-Platform .NET Library for IMAP, POP3, and SMTP
-
UTF8 encoding in send-mailmessage doesn't work.
Third, Send-MailMessage has been deprecated. Try MailKit instead. To be honest, though, I'm yet to find time and test it myself.
-
Email confirmation with Asp.net core
Microsoft doesn't recommend SmtpClient for new development. We've been using MailKit for years.
-
System.Net.Mail.SmtpClient is not recommended anymore; what is the alternative?
Looks like Mailkit is the way to go for open source solutions.
Microsoft recommends MailKit in the SmtpClient docs
-
r/Anarchocapitalism discusses feminism and Marvel's portrayal of women through the years
Jeffrey Stedfast is on reddit and is an ancap and works for Microsoft as a Senior Engineer. His Mimekit/Mailkit library for C# is recommended in the official Microsoft documentation for sending email instead of the one included by default.
-
Ever Find A Dead Man's Switch On A Network/Domain?
TIL. Looks like the deprecation note recommends MailKit.
-
Advice on learning
You could even do this with your own GMail Client. Design yourself some sweet UI, and use a simple library like: MailKit and wrap your own service around that, to get your emails. And maybe implement some features like writing yourself reminders for important mails, a few dashboards where you can drag around mails Kanban style.
-
Alternative to PowerShell cmdlet 'send-mailmessage'
recommends you use MailKit as alternate
What are some alternatives?
When comparing platform-compat and MailKit you can also consider the following projects:
ImportExcel - PowerShell module to import/export Excel spreadsheets, without Excel
MimeKit - A .NET MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF and Unix mbox spools.
envconsul - Launch a subprocess with environment variables using data from @HashiCorp Consul and Vault.
FluentEmail - All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
dotfiles - Home directory with an absurd amount of tweaks
PreMailer.Net - C# library that moves your stylesheets to inline style attributes, for maximum compatibility with E-mail clients.