[Mono-list] (no subject)

Miguel de Icaza miguel@ximian.com
25 Sep 2001 10:50:25 -0400


> 	  I am interested in writing the classes in System.Web.Mail namespace.
> I would like to 
> start with SmtpMail class.

Sure, that sounds like a good idea.  But you might want to check the
archives for the reason why we have not done this before.  Basically
System.Web.Mail is a pretty dull implementation.

My suggestion (you can find more information in the web site) is to
reimplement the Camel libraries in C#.  Camel is basically an
"updated" implementation of the JavaMail classes, but written in C
with objects rather than in Java.

I suggest you look into porting "Camel" to C#.

Miguel.