From a101bfc6201ff81075a1ff57516a487d14e092aa Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 26 Mar 2013 11:47:27 -0700 Subject: [PATCH] doc/go1.1.html: net/mail, net/smtp R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/7835049 --- doc/go1.1.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/doc/go1.1.html b/doc/go1.1.html index d08b1c3964..3dc1097637 100644 --- a/doc/go1.1.html +++ b/doc/go1.1.html @@ -837,12 +837,19 @@ being fully consumed. The new net/http/cookiejar package provides the basics for managing HTTP cookies. -
  • TODO: -net/mail: ParseAddress, ParseAddressList +
  • +The net/mail package has two new functions, +ParseAddress and +ParseAddressList, +to parse RFC 5322-formatted mail addresses into +Address structures.
  • -
  • TODO: -net/smtp: Client.Hello +
  • +The net/smtp package's +Client type has a new method, +Hello, +which transmits a HELO or EHLO message to the server.
  • -- 2.50.0