T
T
tgkd2014-11-29 15:42:58
Programming
tgkd, 2014-11-29 15:42:58

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

2 answer(s)
I
Ilya Evseev, 2014-11-30
@tgkd

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!

R
Rsa97, 2014-11-29
@Rsa97

From studying the SMTP , POP3 and IMAP protocols .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question