fork of github.com/chrj/smtpd
Find a file
Christian Joergensen 2d30d62009 Different fixes.
Handle empty e-mail addresses.
Implemented MaxRecipients check.
Announce PIPELINING support.
Corrected error code on Too Busy error.
Implemented DataTimeout for timeouts on DATA.
Use textproto.DotReader in handleDATA to implement dot-stuffing.
Reset deadlines on old socket in STARTTLS, add new deadlines to new TLS socket.
2014-07-17 16:00:44 +02:00
address.go Different fixes. 2014-07-17 16:00:44 +02:00
example_test.go Different fixes. 2014-07-17 16:00:44 +02:00
LICENSE Cleanup, added license. 2014-07-15 12:37:25 +02:00
protocol.go Different fixes. 2014-07-17 16:00:44 +02:00
README.md Typo, README. 2014-07-15 13:22:18 +02:00
smtpd.go Different fixes. 2014-07-17 16:00:44 +02:00
smtpd_test.go Different fixes. 2014-07-17 16:00:44 +02:00