aboutsummaryrefslogtreecommitdiff
path: root/src/net/smtp/smtp.go
AgeCommit message (Expand)Author
2020-09-01net/smtp: adds support for the SMTPUTF8 extensionDaniel Cormier
2018-02-13net/smtp: return error from SendMail when required AUTH not availableJohnny Luo
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-03net/smtp: patch for SMTP injectionsGrant Griffiths
2017-03-06all: remove the the duplicate wordsEitan Adler
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-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