Click here to Skip to main content
15,868,340 members
Articles / Programming Languages / C#

LumiSoft MailServer

Rate me:
Please Sign up or sign in to vote.
3.79/5 (22 votes)
17 Nov 2006CPOL1 min read 319.2K   4.9K   74   97
Full featured SMTP/POP3/IMAP server

Sample Image - main.gif

Sample screenshot

Sample screenshot

Sample screenshot

Introduction

Lumi Mail Server is built around the Microsoft .NET technology and its' a native C# implementation of a fully functional SMTP/POP3/IMAP server. It support all basic SMTP/POP3/IMAP features + some advanced features like public/shared folders, SSL, ... . One of the most interesting feature is "Recycle Bin" implementation, all deleted messages go to recycle bin, from where it's later for adminstrator to restore these messages.
Mail server also provides .NET API what developers can use to "anything"(Mail Server UI is based on that API 100%) with mail server (Adding deleteing domains,users, settings , ... ).

Currenly server runs on windows and linux(mono), but UI works on windows only at moment not for long).But that isn't problem, because Mail Server USer API works over TCP, that mean you can run server in one computer, UI on another.

Server is developed as component based. SMTP/POP3/IMAP are written as usable normal .NET components, what can be used separatley from mail server. Mail Server just uses these components to implement full server.
Server aslo separates into two:

  1. Server what implements all except objects(Users,Domains,Messages..) storing,getting, ... .
  2. Server internal API. Server Internal API is defined as interface, so actually anyone candevelope and plug their own server logic in with littel effort and knowing nothing about SMTP/POP3/IMAP.
    Currently there are included 3 API by default:
    XML(all objects stored to XML,messages to filesystem)
    MSSQL
    PGSQL


There are much, can't write here, if all this sounds interesting, just get source code and jump in.

All comments,suggestions,help are welcome.
Help is very welcome in writing help and testing server and also making code better.

Forum:
http://www.lumisoft.ee/Forum/

License

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


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

 
GeneralRe: MimeUtils.EncodeHeaderField() bugs Pin
xue.eric12-Dec-06 23:16
xue.eric12-Dec-06 23:16 
GeneralRe: MimeUtils.EncodeHeaderField() bugs Pin
Ivar Lumi12-Dec-06 23:44
Ivar Lumi12-Dec-06 23:44 
GeneralRe: MimeUtils.EncodeHeaderField() bugs Pin
xue.eric13-Dec-06 4:01
xue.eric13-Dec-06 4:01 
Generalyou did a great job, thanks. Pin
xue.eric10-Dec-06 21:26
xue.eric10-Dec-06 21:26 
GeneralRe: you did a great job, thanks. Pin
Ivar Lumi10-Dec-06 21:41
Ivar Lumi10-Dec-06 21:41 
GeneralRe: you did a great job, thanks. Pin
xue.eric11-Dec-06 4:12
xue.eric11-Dec-06 4:12 
GeneralRe: you did a great job, thanks. Pin
Ivar Lumi11-Dec-06 4:18
Ivar Lumi11-Dec-06 4:18 
GeneralRe: you did a great job, thanks. Pin
xue.eric11-Dec-06 16:16
xue.eric11-Dec-06 16:16 
I know, but i want to control the time I fetch from remote pop3 srv. and using the new mode,
the fetch process will delete the email after fetch, i want to keep the mail 7 days. or just
control the action in Outlook.
GeneralRe: you did a great job, thanks. Pin
xue.eric11-Dec-06 16:19
xue.eric11-Dec-06 16:19 

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.