Creating a real basic mail and NNTP server
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS and SMTP > Creating a real basic mail and NNTP server




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Creating a real basic mail and NNTP server  
J.S.


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-01-05 11:02 PM

Folks,

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.

Could you point me to any resources which can help in understanding how to
develop such applications with Visual Studio 2005?

Thanks,
J.S.

--







[ Post a follow-up to this message ]



    Re: Creating a real basic mail and NNTP server  
Jeff Henkels


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-01-05 11:02 PM

In an older version of the Platform SDK, there was skeletal code for a POP3
server that you could adapt for SMTP & NNTP protocols.  It was
multi-threaded & used Winsock and I/O completion ports.

In the current Platform SDK, look in samples\netds\winsock, especially the
Iocp sample.  Also look around some of the free code sites such as
codeproject.com, sourceforge.net and codeguru.com.

"J.S." <jss@nospam.com> wrote in message
news:O9MME0xrFHA.3884@TK2MSFTNGP11.phx.gbl...
> Folks,
>
> 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.
>
> Could you point me to any resources which can help in understanding how to
> develop such applications with Visual Studio 2005?
>
> Thanks,
> J.S.
>
> --
>
>







[ Post a follow-up to this message ]



    Re: Creating a real basic mail and NNTP server  
J.S.


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-02-05 01:51 AM

Thanks, Jeff.  I just installed the Windows Server 2003 SDK today.  I'll
also look at the sites you mentioned.

--

"Jeff Henkels" <jeff@mapson.jeffhenkels.com> wrote in message
news:uVesmoyrFHA.1256@TK2MSFTNGP09.phx.gbl...
> In an older version of the Platform SDK, there was skeletal code for a
> POP3 server that you could adapt for SMTP & NNTP protocols.  It was
> multi-threaded & used Winsock and I/O completion ports.
>
> In the current Platform SDK, look in samples\netds\winsock, especially the
> Iocp sample.  Also look around some of the free code sites such as
> codeproject.com, sourceforge.net and codeguru.com.







[ Post a follow-up to this message ]



    Re: Creating a real basic mail and NNTP server  
Jeff Henkels


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-02-05 12:49 PM

If you're intending to target Server 2003, you might want to take a look at
the .Net framework -- there are a number of classes that may be useful to
you.

"J.S." <jss@nospam.com> wrote in message
news:%23K18l41rFHA.260@TK2MSFTNGP11.phx.gbl...
> Thanks, Jeff.  I just installed the Windows Server 2003 SDK today.  I'll
> also look at the sites you mentioned.
>
> --
>
> "Jeff Henkels" <jeff@mapson.jeffhenkels.com> wrote in message
> news:uVesmoyrFHA.1256@TK2MSFTNGP09.phx.gbl... 
>
>







[ Post a follow-up to this message ]



    Re: Creating a real basic mail and NNTP server  
J.S.


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-03-05 12:50 PM

Thanks for your advice!

--

"Jeff Henkels" <jeff@mapson.jeffhenkels.com> wrote in message
news:%23vHPbJ7rFHA.3788@TK2MSFTNGP12.phx.gbl...
> If you're intending to target Server 2003, you might want to take a look
> at the .Net framework -- there are a number of classes that may be useful
> to you.







[ Post a follow-up to this message ]



    Re: Creating a real basic mail and NNTP server  
Chris Priede


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
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 ]



    Sponsored Links  




 





   All times are GMT. The time now is 02:30 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register