]> Cypherpunks repositories - gostls13.git/commit
net/smtp: add CRAM-MD5 authentication
authorVadim Vygonets <unixdj@gmail.com>
Wed, 14 Dec 2011 22:17:25 +0000 (17:17 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 14 Dec 2011 22:17:25 +0000 (17:17 -0500)
commit58b97a29fd5d8ad219a34b3c859842cc29d46666
tree33e9ce58ebb32c8c14516e4665387f45e2a95516
parentf454dee483dca944aafe0b9a5a2a2a6f50565041
net/smtp: add CRAM-MD5 authentication

R=golang-dev, edsrzf, bradfitz, rsc
CC=golang-dev
https://golang.org/cl/5451087
src/pkg/net/smtp/auth.go
src/pkg/net/smtp/smtp_test.go