Change the send-as functionality to use a string in the Subject.
[mailpopbox.git] / smtp / conn_test.go
2020-04-30 Robert SesekChange the send-as functionality to use a string in...
2020-04-30 Robert SesekHandle initial responses for AUTH PLAIN.
2020-04-30 Robert SesekAdd support for outbound SMTP delivery.
2018-09-06 Robert SesekIn smtp/conn_test.go, testServer.verifyAddress should...
2018-09-05 Robert SesekImplement AUTH PLAIN authentication extensions in SMTP.
2018-09-03 Robert SesekAdd a SMTP test for STARTTLS.
2017-01-17 Robert SesekLower-case the addresses in smtp.conn.parsePath. v1.1.1
2016-12-18 Robert SesekAllow additional parameters after the address in smtp... v1.0.0
2016-12-18 Robert SesekFix not handling invalid RCPT TO addresses.
2016-12-17 Robert SesekWhen receiving a message, the SMTP server must add...
2016-12-14 Robert SesekHandle case-insensitivity properly for SMTP commands.
2016-12-14 Robert SesekDo not implement SMTP VRFY.
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...