Update vendor/

This commit is contained in:
2018-06-25 23:27:32 +01:00
parent 4f5e3ed906
commit d25ed6c1bd
182 changed files with 31368 additions and 6047 deletions

View File

@@ -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)
}