Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Proxy / Port Listener - .NET
Closed Thread
Old 05-15-2006, 10:06 AM   #1 (permalink)
 
Junior Techie

Join Date: Jan 2005

Posts: 74

Nyper

Default Proxy / Port Listener - .NET

I need to write (or find source for an already written) service that will listen on a specific port for incoming events. Basically, I need to write my own SMTP service. I'm just getting into this & just thought I'd post here to see if I could gain any quick leads..

Thanks ahead of time.
Nyper is offline  
Old 05-16-2006, 09:38 AM   #2 (permalink)
 
Junior Techie

Join Date: Jan 2005

Posts: 74

Nyper

Default

I was able to go through the SMTP RFC & a few other things & work out the basics of an SMTP conversation. I don't want to actually send the message with my program. I only want to grab it & pass it off to another program. So far I can accept a single message from a single user.. but I need to get it threaded somehow to accept many at a time, and I also have to work in authentication somehow.
Nyper is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On