Click here to Skip to main content
Licence 
First Posted 21 Apr 2003
Views 510,597
Bookmarked 281 times

SMTP and POP3 Mail Server

By | 29 Sep 2003 | Article
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

About the Author

Ivar Lumi



Estonia Estonia

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
QuestionCode have no explanation PinmemberInba karthik2:38 2 Mar '12  
GeneralMy vote of 2 PinmemberInba karthik2:35 2 Mar '12  
QuestionCreate email account using C# PinmemberSorenDalby2:07 21 Dec '11  
AnswerRe: Create email account using C# PinmemberIvar Lumi2:18 21 Dec '11  
Questioncan anyone help me how can i get error message on smtp server Pinmemberdhawaljoshi0:48 27 Jul '11  
AnswerRe: can anyone help me how can i get error message on smtp server PinmemberIvar Lumi0:50 27 Jul '11  
GeneralNeed a emailserver(like a intelligent mock) to verify in a whiteboxtest if emails are sent correctly out by a c#-program Pinmembermloescher6:21 31 Mar '11  
GeneralRe: Need a emailserver(like a intelligent mock) to verify in a whiteboxtest if emails are sent correctly out by a c#-program PinmemberIvar Lumi6:43 31 Mar '11  
GeneralRe: Need a emailserver(like a intelligent mock) to verify in a whiteboxtest if emails are sent correctly out by a c#-program Pinmembermloescher6:45 31 Mar '11  
GeneralRe: Need a emailserver(like a intelligent mock) to verify in a whiteboxtest if emails are sent correctly out by a c#-program PinmemberIvar Lumi6:51 31 Mar '11  
GeneralRe: Need a emailserver(like a intelligent mock) to verify in a whiteboxtest if emails are sent correctly out by a c#-program Pinmembermloescher6:56 31 Mar '11  
Generalwebservice send email PinmemberTanHT5:10 24 Mar '11  
GeneralUnable to install PinmemberkWeasel5:58 18 Mar '11  
GeneralRe: Unable to install PinmemberIvar Lumi1:00 19 Mar '11  
GeneralTimeout while receiving message Pinmemberrobertbindas3:35 9 Feb '11  
GeneralRe: Timeout while receiving message PinmemberIvar Lumi3:39 9 Feb '11  
GeneralRe: Timeout while receiving message Pinmemberrobertbindas4:17 10 Feb '11  
GeneralRe: Timeout while receiving message PinmemberIvar Lumi19:24 10 Feb '11  
GeneralRe: Timeout while receiving message Pinmemberrobertbindas0:38 14 Feb '11  
GeneralRe: Timeout while receiving message PinmemberIvar Lumi1:04 14 Feb '11  
GeneralRe: Timeout while receiving message Pinmemberrobertbindas23:53 20 Feb '11  
GeneralRe: Timeout while receiving message PinmemberIvar Lumi0:00 21 Feb '11  
GeneralRe: Timeout while receiving message Pinmemberrobertbindas2:15 1 Mar '11  
GeneralRe: Timeout while receiving message PinmemberIvar Lumi2:19 1 Mar '11  
GeneralRe: Timeout while receiving message Pinmemberrobertbindas3:38 1 Mar '11  

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

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

Permalink | Advertise | Privacy | Mobile
Web04 | 2.5.120517.1 | Last Updated 30 Sep 2003
Article Copyright 2003 by Ivar Lumi
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid