Define an smtp.Envelope that can be delivered to an smtp.Server.
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 12 Dec 2016 06:30:16 +0000 (01:30 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 12 Dec 2016 06:32:19 +0000 (01:32 -0500)
commit095bef33914a4551a5abb640f714f999be767ecb
treec5ec20b8b88e2f8aad3083b89d280bf1bf4bbb23
parent789c969491f765a08edc8398ecf5ca8700d13248
Define an smtp.Envelope that can be delivered to an smtp.Server.

Also introduce a smtp.ReplyLine rather than smpt.commnection.write*() methods.
smtp.go
smtp/conn.go
smtp/server.go