summaryrefslogtreecommitdiff
path: root/src/net/smtp
Commit message (Expand)AuthorAgeFilesLines
* all: gofmt main repoRuss Cox2022-04-111-1/+3
* all: fix various doc comment formatting nitsRuss Cox2022-04-011-2/+3
* net/smtp: match actual behavior for Auth.StartSean Liao2022-02-081-2/+1
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-1/+1
* net/smtp: skip TestTLSSClient on all freebsd platformsBryan C. Mills2021-12-081-1/+1
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-6/+2
* net/smtp: adds support for the SMTPUTF8 extensionDaniel Cormier2020-09-012-1/+218
* net/smtp: add missing error check in testLeon Klingele2019-11-111-2/+9
* net/smtp: fix dropped test errorLars Lehtonen2019-11-051-10/+13
* all: remove PEM-encoded private keys from testsRuss Cox2019-05-211-3/+5
* crypto/tls: advertise and accept rsa_pss_rsae signature algorithmsFilippo Valsorda2018-11-021-24/+32
* all: fix a bunch of misspellingsIgor Zhilianin2018-10-061-2/+2
* net: add js/wasm architectureRichard Musiol2018-06-041-1/+1
* net/smtp: return error from SendMail when required AUTH not availableJohnny Luo2018-02-132-10/+51
* net/smtp: don't call testing.T.Fatal{,f} from goroutines not running Test fun...Mikio Hara2017-11-011-5/+5
* net/smtp: fix spelling mistakeKevin Burke2017-10-261-1/+1
* net/smtp: added Noop to ClientHenry2017-10-252-0/+14
* net/smtp: NewClient: set tls field to true when already using a TLS connectionJeff2017-10-062-0/+48
* net/smtp: fix PlainAuth to refuse to send passwords to non-TLS serversRuss Cox2017-10-042-25/+40
* net/smtp: patch for SMTP injectionsGrant Griffiths2017-10-032-0/+51
* all: remove the the duplicate wordsEitan Adler2017-03-061-1/+1
* net/smtp: skip flaky TestTLSClient on freebsd/amd64Josh Bleecher Snyder2017-03-011-0/+5
* net/smtp: make Client.Auth trim final space if Auth.Start toServer is emptyBrad Fitzpatrick2016-11-112-1/+42
* all: freeze net/rpc and reword the 'frozen' message in other frozen packagesRob Pike2016-10-261-1/+1
* crypto/x509: require a NULL parameters for RSA public keys.Adam Langley2016-08-171-15/+16
* net/smtp: document that the smtp package is frozenBrad Fitzpatrick2016-07-201-0/+5
* all: single space after period.Brad Fitzpatrick2016-03-021-4/+4
* net/smtp: give example addrs in docsRuss Cox2015-07-151-1/+2
* net/smtp: document SendMail moreBrad Fitzpatrick2015-02-072-4/+41
* net/smtp: add TLSConnectionState accessorBrad Fitzpatrick2014-12-282-0/+55
* build: move package sources from src/pkg to srcRuss Cox2014-09-084-0/+1219