[Mono-list] Contributing non .NET libraries
Gaurav Vaish
gvaish@iitk.ac.in
Tue, 12 Feb 2002 12:38:16 +0530
Hello,
You may be interested in looking at:
http://lists.ximian.com/archives/public/mono-list/2002-January/002734.html
http://lists.ximian.com/archives/public/mono-list/2002-February/002850.html
http://samachar.sourceforge.net/csMailAPI.xml
incase you are interested in developing the MonoMail.
I am planning to put up my earlier planned mailAPI as a part of MonoMail (I
guess, Miguel hears that).
Cheers,
Gaurav Vaish
http://home.iitk.ac.in/student/gvaish
http://calendar.yahoo.com/mastergaurav
-----------------------
----- Original Message -----
From: "Greg Pasquariello" <gpasq@theoreality.com>
To: <mono-list@ximian.com>
Cc: "'Miguel de Icaza'" <miguel@ximian.com>
Sent: Tuesday, February 12, 2002 06:45
Subject: [Mono-list] Contributing non .NET libraries
:
: Over the past few weeks, I've been developing Theoreality .NETMail, a
: library of mail functionality for .NET. It provides full messaging
: functionality, SMTP client and server functionality, POP client and
: server functionality, working on IMAP, etc., etc. Future direction is
: to integrate with Instant Messenging, NNTP News, Calendaring, etc.
: Layered on top are user mail services such as Spam avoidance, rules
: processing and the like
:
: The idea was to make it available to anyone that wanted to use it.
: Since I've started it, I've become involved in the mono project,
: developing the System.Web.Mail classes.