Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 864 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 864 Bytes

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