Adventures in Mail - Week 2
Little progress this week, unfortunately. Some unrelated work got in my way.
The last week was spent discussing how I want to have the DBus API and the storage backend communicate.
My TODO list was:
- DBus API needs to be totally independent of the cache
- Store raw RFC822 messages in a Maildir-esque local cache
Information requested of the DBus objects will send the request through to the storage backend which will now search for it locally but hit the server if the required information is required. This is rudimentary at the moment.
Read other posts