Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

hanswolff/simple.mailserver

Repository files navigation

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 :)

About

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages