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. -
net/mail: ParseAddress, ParseAddressList
+net/mail package has two new functions,
+ParseAddress and
+ParseAddressList,
+to parse RFC 5322-formatted mail addresses into
+Address structures.
net/smtp: Client.Hello
+net/smtp package's
+Client type has a new method,
+Hello,
+which transmits a HELO or EHLO message to the server.