Get receiving email a step closer with a modified go-smtp
This commit is contained in:
4
vendor/github.com/emersion/go-smtp/server.go
generated
vendored
4
vendor/github.com/emersion/go-smtp/server.go
generated
vendored
@@ -27,6 +27,10 @@ type Server struct {
|
||||
AllowInsecureAuth bool
|
||||
Debug io.Writer
|
||||
|
||||
// If set, the AUTH command will not be advertised and authentication
|
||||
// attempts will be rejected. This setting overrides AllowInsecureAuth.
|
||||
AuthDisabled bool
|
||||
|
||||
// The server backend.
|
||||
Backend Backend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user