Click here to Skip to main content
16,022,542 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to program the SMTP &POP3 Server with interruptes (not with Threads)?
thanks
Posted
Comments
HansRios 17-Aug-17 8:28am    
Do you need a client or a server (note there is a big difference)?
I presume you need a client, because it is a common requirement, so you may want to take a look at this smtp client done in c# and this pop3 client for c#.

Sending mail is trivial. Receiving it, less so. Have you tried anything ? Why can't you use threads ? Why do you think you'd need to ?
 
Share this answer
 
Nobody uses interrupts any more. In fact, I don't think anyone ever did SMTP clients with interrupts when interrupts were in wide use.

Why would you want to redesign something that's been done *so many times* for .Net?
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900