Answer the question
In order to leave comments, you need to log in
How to create a mail server in C#?
You need to create a mail server. Can you advise where to start?
Answer the question
In order to leave comments, you need to log in
1) Search Google for "C# mail server".
2) Find it here: www.ericdaugherty.com/dev/cses
3) Understand the source code, especially how POP3 works
4) Google "C# imap" and find a bunch of client examples
5) Add IMAP support to the server based on the results of the points 3 and 4
6) Profit!
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question