Click here to Skip to main content
15,893,564 members
Articles / Programming Languages / C#
Article

SMTP and POP3 Mail Server

Rate me:
Please Sign up or sign in to vote.
4.88/5 (96 votes)
29 Sep 20031 min read 1M   18.9K   315   313
An SMTP and POP3 mail server written using the .NET Framework and C#.

Sample Image - smtppop3mailserver.jpg

Introduction

The MailServerComponent implements POP3 and SMTP (core) servers. It Handles lowlevel POP3 and SMTP commands and raises events according to it. The MailServer service just handles MailServerComponent events and does mail retrieving and storing job.

Features

General:

  • SMTP/POP3/IMAP4/WebMail
  • IP access filtering
  • User mailbox size limit
  • Supports XML or MSSQL databases
  • Nice GUI for administation
  • Well commented source code included

SMTP:

  • All basic SMTP features  
  • Supports multiple domains  
  • Supports multiple e-address for one mailbox  
  • Supports aliases(Mailing lists). Supports public and private(needs authentication) lists.
  • Supports email routing. eg *ivar* pattern routes all addresses containing ivar to specified mailbox or remote address  
  • SMTP AUTH (LOGIN CRAM-MD5) (supported authentication types)  
  • SMTP SIZE, PIPELINING, 8BITMIME, CHUNCKING support  
  • SMTP custom message filters  
  • Relay can be controlled by IP access or authentication

POP3:

  • All basic POP3 features
  • APOP command for secure authentication
  • POP3 AUTH (LOGIN CRAM-MD5) (supported authentication types)
  • POP3 remote accounts

WebMail (ASP.NET):

  • Standalone webmail, can be used any with IMAP based mailserver
  • Supports XML or MSSQL databases
  • Multiple UI languages (ENG,EST,RUS)

Notes

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Estonia Estonia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
AnswerRe: Problems in opening help files from lumisoft Pin
Ivar Lumi8-Jun-12 22:19
Ivar Lumi8-Jun-12 22:19 
GeneralRe: Problems in opening help files from lumisoft Pin
Oliero9-Jun-12 2:03
Oliero9-Jun-12 2:03 
QuestionCode have no explanation Pin
Inba karthik2-Mar-12 2:38
Inba karthik2-Mar-12 2:38 
GeneralMy vote of 2 Pin
Inba karthik2-Mar-12 2:35
Inba karthik2-Mar-12 2:35 
QuestionCreate email account using C# Pin
SorenDalby21-Dec-11 2:07
SorenDalby21-Dec-11 2:07 
AnswerRe: Create email account using C# Pin
Ivar Lumi21-Dec-11 2:18
Ivar Lumi21-Dec-11 2:18 
Questioncan anyone help me how can i get error message on smtp server Pin
dhawaljoshi27-Jul-11 0:48
dhawaljoshi27-Jul-11 0:48 
AnswerRe: can anyone help me how can i get error message on smtp server Pin
Ivar Lumi27-Jul-11 0:50
Ivar Lumi27-Jul-11 0:50 
GeneralNeed a emailserver(like a intelligent mock) to verify in a whiteboxtest if emails are sent correctly out by a c#-program Pin
mloescher31-Mar-11 6:21
mloescher31-Mar-11 6:21 
GeneralRe: Need a emailserver(like a intelligent mock) to verify in a whiteboxtest if emails are sent correctly out by a c#-program Pin
Ivar Lumi31-Mar-11 6:43
Ivar Lumi31-Mar-11 6:43 
GeneralRe: Need a emailserver(like a intelligent mock) to verify in a whiteboxtest if emails are sent correctly out by a c#-program Pin
mloescher31-Mar-11 6:45
mloescher31-Mar-11 6:45 
GeneralRe: Need a emailserver(like a intelligent mock) to verify in a whiteboxtest if emails are sent correctly out by a c#-program Pin
Ivar Lumi31-Mar-11 6:51
Ivar Lumi31-Mar-11 6:51 
GeneralRe: Need a emailserver(like a intelligent mock) to verify in a whiteboxtest if emails are sent correctly out by a c#-program Pin
mloescher31-Mar-11 6:56
mloescher31-Mar-11 6:56 
Generalwebservice send email Pin
TanHT24-Mar-11 5:10
TanHT24-Mar-11 5:10 
GeneralUnable to install Pin
kWeasel18-Mar-11 5:58
kWeasel18-Mar-11 5:58 
GeneralRe: Unable to install Pin
Ivar Lumi19-Mar-11 1:00
Ivar Lumi19-Mar-11 1:00 
GeneralTimeout while receiving message Pin
robertbindas9-Feb-11 3:35
robertbindas9-Feb-11 3:35 
GeneralRe: Timeout while receiving message Pin
Ivar Lumi9-Feb-11 3:39
Ivar Lumi9-Feb-11 3:39 
GeneralRe: Timeout while receiving message Pin
robertbindas10-Feb-11 4:17
robertbindas10-Feb-11 4:17 
GeneralRe: Timeout while receiving message Pin
Ivar Lumi10-Feb-11 19:24
Ivar Lumi10-Feb-11 19:24 
GeneralRe: Timeout while receiving message Pin
robertbindas14-Feb-11 0:38
robertbindas14-Feb-11 0:38 
GeneralRe: Timeout while receiving message Pin
Ivar Lumi14-Feb-11 1:04
Ivar Lumi14-Feb-11 1:04 
GeneralRe: Timeout while receiving message Pin
robertbindas20-Feb-11 23:53
robertbindas20-Feb-11 23:53 
GeneralRe: Timeout while receiving message Pin
Ivar Lumi21-Feb-11 0:00
Ivar Lumi21-Feb-11 0:00 
GeneralRe: Timeout while receiving message Pin
robertbindas1-Mar-11 2:15
robertbindas1-Mar-11 2:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.