Bump the version to 2.1.0.
[mailpopbox.git] / smtp.go
2022-11-11 Robert SesekImplement address blocking on the server.
2022-06-12 Robert SesekMove send-as handling out of the smtp package and into...
2022-05-29 Robert SesekMove smtp.RelayMessage into a new smtp.MTA interface.
2020-06-07 Robert SesekConvert some TODOs to log statements.
2020-06-07 Robert SesekRename smtp.Server.OnMessageDelievered to DeliverMessage.
2020-06-07 Robert SesekMerge branch 'outbound'
2020-05-24 Robert SesekMerge branch 'master' into outbound
2020-05-24 Robert SesekUpgrade zap to the 1.0.0 release.
2020-05-24 Robert SesekStop using smtp.SendMail to relay messages.
2020-05-23 Robert SesekAdd license information.
2020-04-30 Robert SesekAdd support for outbound SMTP delivery.
2018-09-05 Robert SesekImplement AUTH PLAIN authentication extensions in SMTP.
2018-09-03 Robert SesekRemove smtp.Server.OnEHLO.
2018-09-03 Robert SesekAdd smtp.DomainForAddress.
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.