Is your feature request related to a problem?
The folder cache (folder_cache.go) saves folder lists to disk but doesn't have a strong validation mechanism to check if the cache is stale or corrupted beyond basic JSON unmarshaling.
Describe the solution you'd like
Add a checksum or a more robust "updated at" check to the folder cache to ensure its integrity.
Describe alternatives you've considered
N/A
Additional context
Check config/folder_cache.go.
Is your feature request related to a problem?
The folder cache (
folder_cache.go) saves folder lists to disk but doesn't have a strong validation mechanism to check if the cache is stale or corrupted beyond basic JSON unmarshaling.Describe the solution you'd like
Add a checksum or a more robust "updated at" check to the folder cache to ensure its integrity.
Describe alternatives you've considered
N/A
Additional context
Check
config/folder_cache.go.