Is your feature request related to a problem?
Currently, clearing the cache requires deleting entire files. It would be useful to clear the cache for only a specific folder or mailbox.
Describe the solution you'd like
Add a CLI flag like --clear-cache-folder <name> to remove the body cache for a specific folder.
Describe alternatives you've considered
Deleting the entire cache, which forces re-fetching everything.
Additional context
Check config/cache.go.
Is your feature request related to a problem?
Currently, clearing the cache requires deleting entire files. It would be useful to clear the cache for only a specific folder or mailbox.
Describe the solution you'd like
Add a CLI flag like
--clear-cache-folder <name>to remove the body cache for a specific folder.Describe alternatives you've considered
Deleting the entire cache, which forces re-fetching everything.
Additional context
Check
config/cache.go.