dawebmail
dawebmail copied to clipboard
Application for Zimbra Email Service
In phones with slow internet, for some reason a 200OK is received but 0 new webmails are fetched. This results in deleting the entire inbox. Figure out why it goes...
Apparently the app is consuming waaay too much data - over 400MB in 10 days according to some. Look into this. Every refresh costs around 200kB - depending on how...
Investigate the Background Service - the issue is most likely in that area.
Save the emailMessages selected(these are actually already saved) - and display them again in onresume.
Let users auto delete/trash webmails from a particular user. This should also save and display which webmails were trashed for future reference.
In the inbox/folder fragment - select all to delete/trash :D
Use a library that allows slide to delete for recyclerview. Implement this in the inbox/folder fragment recyclerview
After typing '@' a pop up dialog should open allowing you to choose the domain as gmail.com or webmail.daiict.ac.in etc. For future : implement the actual autocomplete listener which isnt...
This is not entirely needed, but [this](https://android-arsenal.com/details/1/2763) would look great!