forked from Silverfish/proton-bridge
GODT-1609: use byte array for password
This commit is contained in:
committed by
James Houlahan
parent
3b5f931f06
commit
b536b8707e
@ -46,7 +46,7 @@ type IMAP struct {
|
||||
TLS bool
|
||||
|
||||
Username string
|
||||
Password string
|
||||
Password []byte
|
||||
}
|
||||
|
||||
type SMTP struct {
|
||||
|
||||
Reference in New Issue
Block a user