Change the send-as functionality to use a string in the Subject.
[mailpopbox.git] / smtp / server.go
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.