Update vendor/
This commit is contained in:
2
vendor/github.com/emersion/go-smtp/backend.go
generated
vendored
2
vendor/github.com/emersion/go-smtp/backend.go
generated
vendored
@@ -10,7 +10,7 @@ type Backend interface {
|
||||
Login(username, password string) (User, error)
|
||||
|
||||
// Called if the client attempts to send mail without logging in first.
|
||||
// Respond with smtp.AuthRequiredErr if you don't want to support this.
|
||||
// Respond with smtp.ErrAuthRequired if you don't want to support this.
|
||||
AnonymousLogin() (User, error)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user