Click here to Skip to main content
Licence 
First Posted 17 Nov 2006
Views 135,303
Downloads 2,049
Bookmarked 60 times

LumiSoft MailServer

By | 17 Nov 2006 | Article
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 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
GeneralRe: with proxy Pinmemberkianoosh soorani5:42 12 Aug '08  
GeneralRe: with proxy PinmemberIvar Lumi20:12 12 Aug '08  
GeneralRe: with proxy Pinmemberkianoosh soorani21:18 21 Dec '08  
GeneralRe: with proxy Pinmemberkianoosh soorani21:18 21 Dec '08  
GeneralRe: with proxy PinmemberIvar Lumi21:21 21 Dec '08  
GeneralRe: with proxy Pinmemberkianoosh soorani0:25 22 Dec '08  
GeneralRe: with proxy Pinmemberkianoosh soorani19:11 28 Dec '08  
dear lumi
I use this component and with this code I send email
can u add this future to lumisoft.net.smtp that we can send email with proxy
 
http://www.emailarchitect.net/webapp/download/easendmail.exe
            SmtpServer s = new SmtpServer("smtp.gawab.com",25);
            s.User = "user@gawab.com";
            s.Password = "user";
            //s.AuthType = SmtpAuthType.AuthLogin;
            //s.ConnectType = SmtpConnectType.ConnectSTARTTLS;
            s.ProxyProtocol = EASendMail.SocksProxyProtocol.Http;
            s.SocksProxyServer = "10.10.0.1";
            s.SocksProxyPort = 3128;
            s.SocksProxyUser = "user";
            s.SocksProxyPassword = "password";
            SmtpClient smtpClient = new SmtpClient();
			SmtpMail oMail = new SmtpMail("TryIt");
			oMail.Reset(); 
			oMail.From = "soorani@gawab.com";
			oMail.To = "soorani@gmail.com";
			oMail.Subject = "utf-8 test";
			oMail.Charset = "utf-8";
			oMail.HtmlBody = "hello";
            smtpClient.SendMail(s, oMail);
king regards
GeneralRe: with proxy PinmemberIvar Lumi20:17 28 Dec '08  
Generalerror in sending mail using webmail Pinmemberdotnethunk20:29 10 Jun '08  
GeneralRe: error in sending mail using webmail PinmemberIvar Lumi20:48 10 Jun '08  
GeneralChanging the default listen port from 25 to another PinmemberJinxter2:19 9 May '08  
GeneralRe: Changing the default listen port from 25 to another PinmemberIvar Lumi2:38 9 May '08  
GeneralRe: Changing the default listen port from 25 to another PinmemberJinxter4:00 9 May '08  
GeneralRe: Changing the default listen port from 25 to another PinmemberIvar Lumi4:32 9 May '08  
QuestionUID SEARCH UID 100:* UNDELETED - Can't make work PinmemberJohnGalt1710:07 26 Feb '08  
GeneralRe: UID SEARCH UID 100:* UNDELETED - Can't make work PinmemberIvar Lumi3:19 27 Feb '08  
QuestionRe: UID SEARCH UID 100:* UNDELETED - Can't make work PinmemberJohnGalt173:53 27 Feb '08  
GeneralRe: UID SEARCH UID 100:* UNDELETED - Can't make work PinmemberIvar Lumi4:14 27 Feb '08  
GeneralRe: UID SEARCH UID 100:* UNDELETED - Can't make work PinmemberJohnGalt174:31 27 Feb '08  
GeneralRe: UID SEARCH UID 100:* UNDELETED - Can't make work PinmemberIvar Lumi4:38 27 Feb '08  
GeneralRe: UID SEARCH UID 100:* UNDELETED - Can't make work PinmemberJohnGalt177:15 27 Feb '08  
QuestionError: "Target Machine Actively refuse it" PinmemberDan'M21:23 15 Sep '07  
AnswerRe: Error: "Target Machine Actively refuse it" PinmemberIvar Lumi21:26 15 Sep '07  
GeneralRe: Error: "Target Machine Actively refuse it" PinmemberDan'M3:27 16 Sep '07  
GeneralRe: Error: "Target Machine Actively refuse it" PinmemberIvar Lumi3:47 16 Sep '07  

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.120529.1 | Last Updated 17 Nov 2006
Article Copyright 2006 by Ivar Lumi
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid