fix: can't set proxy for email account (IMAP) #326

This commit is contained in:
rustmailer
2026-07-20 23:00:36 +08:00
parent c6da79cdb0
commit 664ac2fe55
8 changed files with 41 additions and 22 deletions
-1
View File
@@ -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,