mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
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