Fix: reply 235 when client auth success, according to rfc2554 (#1)
[mailpopbox.git] / smtp / conn_test.go
2021-07-28 MoryaFix: reply 235 when client auth success, according...
2020-06-09 Robert SesekClean up tests to use `if want, got := X, Y; want ...
2020-06-07 Robert SesekMerge branch 'outbound'
2020-05-24 Robert SesekMerge branch 'master' into outbound
2020-05-24 Robert SesekEnable Go modules and upgrade zap to 1.15.0.
2020-05-24 Robert SesekUpgrade zap to the 1.0.0 release.
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 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...