SkillAgentSearch skills...

Simple.mailserver

Simple SMTP Mail Server in C# 5 (using async features, discontinued!)

Install / Use

/learn @hanswolff/Simple.mailserver
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Simple.MailServer

Simple SMTP Mail Server in C# 5 (using async features)

Installation

PM> Install-Package Simple.MailServer

Supported Features

  • basic SMTP protocol (extendible through provided interfaces)
  • multiple port bindings
  • extensively using C# 5 async (for better performance than just threads)
  • certain MIME features for encoding, date parsing (RFC 2822, RFC 5335)

Planned Features

  • SMTP Authentication
  • SSL/TLS support
  • basic POP3 protocol

Related Projects

If you need to parse mail messages, have a look at MimeKit:
https://github.com/jstedfast/MimeKit

Contact

Please let me know if there are bugs or if you have suggestions how to improve the code.

And maybe follow me @quadfinity :)

View on GitHub
GitHub Stars84
CategoryDevelopment
Updated5mo ago
Forks42

Languages

C#

Security Score

77/100

Audited on Oct 4, 2025

No findings