Implement AUTH PLAIN authentication extensions in SMTP.
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 5 Sep 2018 04:59:11 +0000 (00:59 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 5 Sep 2018 04:59:11 +0000 (00:59 -0400)
commit974f0c1184e739601b2ba40889a63acc7f5b8b01
treee32cb8595017905c5ee78f6d27ee10d27f682c2d
parent5babd03b13c77117255b70d1f0828378a74e40b7
Implement AUTH PLAIN authentication extensions in SMTP.

This adds support for the AUTH extension (RFC 2554) and a single
SASL mechanism of PLAIN. This must be done after STARTTLS.
README.md
smtp.go
smtp/conn.go
smtp/conn_test.go
smtp/server.go
smtp_test.go [new file with mode: 0644]