]> Cypherpunks repositories - gostls13.git/commit
smtp: new package
authorEvan Shaw <chickencha@gmail.com>
Thu, 14 Oct 2010 02:07:28 +0000 (22:07 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 14 Oct 2010 02:07:28 +0000 (22:07 -0400)
commitdf74d8df09f071550610e592ac6db0a18d90cb47
treedcf707a68cc056654ee898a4cffb1497af37206e
parent52e3c99cfb32e5ff91a2a15d506d2148af8fc813
smtp: new package

R=rsc, iant, agl
CC=golang-dev
https://golang.org/cl/2052042
src/pkg/Makefile
src/pkg/smtp/Makefile [new file with mode: 0644]
src/pkg/smtp/auth.go [new file with mode: 0644]
src/pkg/smtp/smtp.go [new file with mode: 0644]
src/pkg/smtp/smtp_test.go [new file with mode: 0644]