Support reloading the TLS config via SIGHUP.
[mailpopbox.git] / smtp.go
2017-04-07 Robert SesekSupport reloading the TLS config via SIGHUP. v1.2.0
2016-12-18 Robert SesekAdd zap logging through the servers.
2016-12-18 Robert SesekImplement STARTTLS in the SMTP server.
2016-12-17 Robert SesekStart saving SMTP messages in the maildrop.
2016-12-13 Robert SesekComplete the unittest by adding smtp.Server.VerifyAddress.
2016-12-12 Robert SesekDefine an smtp.Envelope that can be delivered to an...
2016-12-12 Robert SesekA basic SMTP server.
2016-12-12 Robert SesekSimple accept/listen loop for the SMTP server.