aboutsummaryrefslogtreecommitdiff
path: root/src/net/smtp
AgeCommit message (Expand)Author
2020-09-01net/smtp: adds support for the SMTPUTF8 extensionDaniel Cormier
2019-11-11net/smtp: add missing error check in testLeon Klingele
2019-11-05net/smtp: fix dropped test errorLars Lehtonen
2019-05-21all: remove PEM-encoded private keys from testsRuss Cox
2018-11-02crypto/tls: advertise and accept rsa_pss_rsae signature algorithmsFilippo Valsorda
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-06-04net: add js/wasm architectureRichard Musiol
2018-02-13net/smtp: return error from SendMail when required AUTH not availableJohnny Luo
2017-11-01net/smtp: don't call testing.T.Fatal{,f} from goroutines not running Test fun...Mikio Hara
2017-10-26net/smtp: fix spelling mistakeKevin Burke
2017-10-25net/smtp: added Noop to ClientHenry
2017-10-06net/smtp: NewClient: set tls field to true when already using a TLS connectionJeff
2017-10-04net/smtp: fix PlainAuth to refuse to send passwords to non-TLS serversRuss Cox
2017-10-03net/smtp: patch for SMTP injectionsGrant Griffiths
2017-03-06all: remove the the duplicate wordsEitan Adler
2017-03-01net/smtp: skip flaky TestTLSClient on freebsd/amd64Josh Bleecher Snyder
2016-11-11net/smtp: make Client.Auth trim final space if Auth.Start toServer is emptyBrad Fitzpatrick
2016-10-26all: freeze net/rpc and reword the 'frozen' message in other frozen packagesRob Pike
2016-08-17crypto/x509: require a NULL parameters for RSA public keys.Adam Langley
2016-07-20net/smtp: document that the smtp package is frozenBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2015-07-15net/smtp: give example addrs in docsRuss Cox
2015-02-07net/smtp: document SendMail moreBrad Fitzpatrick
2014-12-28net/smtp: add TLSConnectionState accessorBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox