forked from Silverfish/proton-bridge
GODT-1609: apply change from MR
This commit is contained in:
committed by
James Houlahan
parent
b536b8707e
commit
51633e000b
@ -57,7 +57,7 @@ type SMTP struct {
|
||||
// Leave Username blank to do not use SMTP authentication.
|
||||
Username string
|
||||
// Leave Password blank to use IMAP credentials.
|
||||
Password string
|
||||
Password []byte
|
||||
}
|
||||
|
||||
func (c *Config) WriteOut(w io.Writer) error {
|
||||
|
||||
Reference in New Issue
Block a user