mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
feat: cache mailbox list for 10 minutes and show progress on initial fetch
- Add 10-minute cache after fetching mailbox list from mail accounts - Display progress during initial mailbox retrieval - Prevent timeouts when handling large mailbox lists
This commit is contained in:
Vendored
+1
@@ -22,6 +22,7 @@ use mailbox::MailBox;
|
||||
|
||||
pub mod download;
|
||||
pub mod mailbox;
|
||||
pub mod mailbox_cache;
|
||||
pub mod task;
|
||||
|
||||
pub fn find_missing_mailboxes(
|
||||
|
||||
Reference in New Issue
Block a user