Skip to content
/ mail Public
forked from mixmesh/mail

Mail server support tools for Erlang

Notifications You must be signed in to change notification settings

joagre/mail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail server support tools

A mail storage server and plugin based libraries to build POP3 and SMTP servers. Examples can be found in ./player/src/smtp_serv.erl and ./player/src/pop3_serv.erl.

Files

./src/pop3lib.erl
Library which can be used to build POP3 servers
./src/smtplib.erl
Library which can be used to build SMTP servers
./src/mail_util.erl
Common code used by the POP3 and SMTP libraries
./src/maildrop_serv.erl
Mail storage suitable for servers built with the POP3 and SMTP libraries

Testing

make runtest runs all tests, i.e.

$ ../mixmesh/bin/run_test --config ../mixmesh/etc/mixmesh-do-nothing.conf test/

Tests can be run individually as well:

$ ../mixmesh/bin/run_test --config ../mixmesh/etc/mixmesh-do-nothing.conf maildrop_serv

About

Mail server support tools for Erlang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 97.4%
  • Makefile 2.6%