Fix: reply 235 when client auth success, according to rfc2554 (#1)
[mailpopbox.git] / smtp / server.go
2021-07-28 MoryaFix: reply 235 when client auth success, according...
2020-06-07 Robert SesekRename smtp.Server.OnMessageDelievered to DeliverMessage.
2020-06-07 Robert SesekMerge branch 'outbound'
2020-06-06 Robert SesekFormat the Reporting-MTA in DSN messages per the spec.
2020-06-06 Robert SesekProduce delivery-status failure notifications when...
2020-05-24 Robert SesekMerge branch 'master' into outbound
2020-05-23 Robert SesekAdd license information.
2020-04-30 Robert SesekChange the send-as functionality to use a string in...
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.
2016-12-18 Robert SesekAdd zap logging through the servers.
2016-12-17 Robert SesekStart saving SMTP messages in the maildrop.
2016-12-17 Robert SesekWhen receiving a message, the SMTP server must add...
2016-12-13 Robert SesekComplete the unittest by adding smtp.Server.VerifyAddress.
2016-12-13 Robert SesekAdd the first test for SMTP connections, based on the...
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.