]> Cypherpunks repositories - gostls13.git/commit
net/smtp: adds support for the SMTPUTF8 extension
authorDaniel Cormier <dcormier@users.noreply.github.com>
Tue, 1 Sep 2020 21:13:01 +0000 (21:13 +0000)
committerIan Lance Taylor <iant@golang.org>
Tue, 1 Sep 2020 23:10:59 +0000 (23:10 +0000)
commit717266b4c2bd178dcbd49f31048f216d8799e697
tree61bdbc3cbdc5773d300466318bf5c73091ef6b09
parentb0369225ebfdc355c61abbbb2663316388c60895
net/smtp: adds support for the SMTPUTF8 extension

If the SMTP server supports the SMTPUTF8 extension,
the SMTPUTF8 parameter is added to the MAIL FROM
command by the (*Client).Mail method.

Fixes #19860

Change-Id: I3287faf114ee514e5faa815a6bbc1bf04cf60b0f
GitHub-Last-Rev: d6338bb802da7537223f1ec6eda960606febefb8
GitHub-Pull-Request: golang/go#40627
Reviewed-on: https://go-review.googlesource.com/c/go/+/247257
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/smtp/smtp.go
src/net/smtp/smtp_test.go