fix: account deletion times out #291

This commit is contained in:
rustmailer
2026-06-07 15:34:38 +08:00
parent 62cb5264fd
commit c736afffb0
29 changed files with 106 additions and 14 deletions
+1
View File
@@ -262,6 +262,7 @@ impl From<AccountV3> for AccountModel {
imap_quota_bytes: None,
auto_download_new_mailboxes: None,
download_schedule: None,
deleting: false,
}
}
}