You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is - I am doing an offline desktop client (downloading all emails in local database - sqlite) which means it will go offline (Laptop turned off) and after sometime it will again start the application (when laptop is turned on). I need to know what all happened to the mailbox in between (emails deleted, new emails arrived, emails sent etc). So that I can make those changes in my database and keep my local store up-to-date.
Any help will be highly appreciated.
The text was updated successfully, but these errors were encountered:
I am planning to build an imap client.
onupdate works fine which is good.
The problem is - I am doing an offline desktop client (downloading all emails in local database - sqlite) which means it will go offline (Laptop turned off) and after sometime it will again start the application (when laptop is turned on). I need to know what all happened to the mailbox in between (emails deleted, new emails arrived, emails sent etc). So that I can make those changes in my database and keep my local store up-to-date.
Any help will be highly appreciated.
The text was updated successfully, but these errors were encountered: