09-04-05 12:48 PM
Hi,
J.S. wrote:
> I am trying to learn Visual Studio 2005 nd as a part of the learning
> process I would like to undertake a project to create a mail and NNTP
> server with just some basic functionality.
Your first decision probably should be whether you want to utilize the
features of IIS, which provides some support for all of the above -- or
whether you want to implement the protocols on your own. The latter would
make it much more of a challenge and learning experience, although perhaps
not the best kind, if your objective is learning Visual Studio.
If you go that route, the protocols are documented in IETF RFCs, which you
can find here:
http://www.faqs.org/rfcs/
Search for the specific protocol you are interested in (sounds like SMTP,
POP3 and/or IMAP, NNTP).
--
Chris Priede (priede@panix.com)
[ Post a follow-up to this message ]
|