smtp: gofmt main repo

Merge from net/smtp/smtp.go

Obtained from:	19309779ac5e2f5a2fd3cbb34421dafb2855ac21
This commit is contained in:
Bernhard Froehlich
2022-04-25 15:00:57 +00:00
parent 62bb2becbc
commit 5cd81cd7e4

View File

@@ -4,9 +4,11 @@
// Package smtp implements the Simple Mail Transfer Protocol as defined in RFC 5321.
// It also implements the following extensions:
//
// 8BITMIME RFC 1652
// AUTH RFC 2554
// STARTTLS RFC 3207
//
// Additional extensions may be handled by clients.
//
// The smtp package is frozen and is not accepting new features.