Search code examples
androidsqliteandroid-internet

Saving draft emails in android


I have an app from which we can send emails .I need some help with the email sending. If the the internet is not available need to store the mail and when connection available send the saved mails.Which is the effective option to save the draft mails ?(Like draft mail in gmail, where gmail stores draft mails ?) store db ?


Solution

  • I would use a db with encrypted e-mails using something like AES like this or this.