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.
- ./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
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