2
0
forked from drew/smtprelay

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,15 +4,17 @@
// Package smtp implements the Simple Mail Transfer Protocol as defined in RFC 5321. // Package smtp implements the Simple Mail Transfer Protocol as defined in RFC 5321.
// It also implements the following extensions: // It also implements the following extensions:
//
// 8BITMIME RFC 1652 // 8BITMIME RFC 1652
// AUTH RFC 2554 // AUTH RFC 2554
// STARTTLS RFC 3207 // STARTTLS RFC 3207
//
// Additional extensions may be handled by clients. // Additional extensions may be handled by clients.
// //
// The smtp package is frozen and is not accepting new features. // The smtp package is frozen and is not accepting new features.
// Some external packages provide more functionality. See: // Some external packages provide more functionality. See:
// //
// https://godoc.org/?q=smtp // https://godoc.org/?q=smtp
package main package main
import ( import (