imap_cache 0.0.15
imap_cache: ^0.0.15 copied to clipboard
imap_cache is a data-driven caching library based on the IMAP protocol.
0.0.1 #
- Initial version.
0.0.2 #
- Add example code for use
0.0.3 #
- updated examples and README.md
0.0.4 #
- Add a subscription event to listen for data synced online to offline
0.0.5 #
- Created respective local cache for the account.
0.0.6 #
- Created respective local cache for the account.
0.0.7 #
- fix: Fixed an issue where a sudden unexpected interuption caused data errors when setting a value. _ feat: extended 2 parameters: hasLocalCache and hasOnlineCache in the connectory instance.
0.0.8 #
- fix: Fixed an subscribe issue when the value be set.
0.0.9 #
- refactor: refactoring the subscribed evnets of setting.
0.0.10 #
- refactor: refactoring the subscribed evnets of setting.
0.0.11 #
- refactor: refactoring afterSetEvent.
0.0.12 #
- fix: fix the issue that synchronization event caused by time resolution error.
0.0.13 #
- refactor: Refactoring the entire project to optimize performance.
0.0.14 #
- refactor: refactoring codee with isolate.
0.0.15 #
- fix: fix the issue of local cache directory.