mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
fix: can't set proxy for email account (IMAP) #326
This commit is contained in:
@@ -255,7 +255,6 @@ impl From<AccountV3> for AccountModel {
|
||||
created_at: value.created_at,
|
||||
updated_at: value.updated_at,
|
||||
created_by: value.created_by,
|
||||
use_proxy: value.use_proxy,
|
||||
use_dangerous: value.use_dangerous,
|
||||
pgp_key: value.pgp_key,
|
||||
imap_quota_window: None,
|
||||
|
||||
Reference in New Issue
Block a user