Add the first test for SMTP connections, based on the exchange in RFC 5321.
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 13 Dec 2016 02:31:41 +0000 (21:31 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 13 Dec 2016 02:31:41 +0000 (21:31 -0500)
commit75177984b27f158dff6838972d06aff1acf2bcec
treee98e456fe102bb57050dc9a6598071e6e63c53ac
parentf322a7127ad9e2d742e30cc463bb90ef67b18d21
Add the first test for SMTP connections, based on the exchange in RFC 5321.

This fixes a few bugs caught by the test.
smtp/conn.go
smtp/conn_test.go [new file with mode: 0644]
smtp/server.go