KanbanMail

A Kanban board for your emails! βœ¨πŸ’Œ

Pushed new landing page changes!!! πŸ˜πŸŽ‰πŸ˜ twitter.com/Booligoosh/status/1154323668891127809

Added KanbanMail to AlternativeTo β€” alternativeto.net/software/kanbanmail

Got flagging, marking as important, marking as read, adding/removing labels and changing the Kanban board column working with the new threads/IndexedDB code

Added hooks to the threads table in IndexedDB so I can update the UI when the data changes

Got the email viewer to work with the new thread storage format and IndexedDB

Got navigation keyboard shortcuts to work with the new thread objects

Load email bodies from the emailContents table in IndexedDB into the email viewer iframe

Created a new and improved emailViewer object to store data for the email viewer

Updated the board interface code to work with the new thread-based storage format

Created a new updateThreads function which will replace the updateEmails function β€” it fetches the threads from Gmail/Outlook and converts them into the correct data structure for storage straight into IndexedDB

Finally redid the schema for email storage and transitioned from email objects to thread objects containing message objects! Now there will be a ton less weird edge case behaviours when it comes to threads

Made more parts of the KanbanMail codebase work with the new IndexedDB code

Removed insane IndexedDB lag and memory leaks by putting email contents (body + attachments) in a separate table

Spent six hours straight trying to take full advantage of IndexedDB, didn't manage to get it working yet, we'll see where it ends up. Thanks @jivings for being super helpful!