C#Mail is a library to send or receive mail written by C#.
The basic class of Message is
1---InternetTextMessage class(RFC822)
2---MimeContent class(RFC2045-RFC2049)
3---MailAddress class( "MyName" <mymailaddress@mydomain.com>)
Pop3 functionality list is ...
1---Authentication (Plain,A-Pop)
2---TCP-IP and SSL
3---Asynchronous request and response
4---All Pop3 command is represented as class
5---Retr command and Pop3Message class
Smtp functionality list is ...(sorry,some of them is under construction...)
1---Authentication(Plain,Login,CRAM-MD5)
2---TCP-IP.SLL and TLS
3---All Smtp command is represented as class
Here is a more information inside of these library.(now under constructing...)
http://www.higlabo.com/Mail/index.html?from=codeplex Sorry,all comment in source code is written by Japanese.
I would like to welcome everybody to participate in development.