mirror of
https://github.com/decke/smtprelay.git
synced 2025-12-26 03:02:29 -07:00
smtp: gofmt main repo
Merge from net/smtp/smtp.go Obtained from: 19309779ac5e2f5a2fd3cbb34421dafb2855ac21
This commit is contained in:
2
smtp.go
2
smtp.go
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user