вторник, 22 июля 2008 г.

Еще одна библиотека для работы с почтой

Нсли вдруг кого не устраивает предыдущая библиотека, то вот еще одна:

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

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 and 
3---All Smtp command is represented as class


P.S.: не тестировал. Используйте на свой страх и риск :)

Комментариев нет:

Отправить комментарий