AquaMail Forum

English - Android => Feature requests => Topic started by: kitwashere on October 10, 2013, 01:11:58 am

Title: sql database has changed
Post by: kitwashere on October 10, 2013, 01:11:58 am
I used to be able to use the following query to pull the full contents of an email body, but as of recent this has been reduced to just the first few lines

sqlite3 /data/data/org.kman.AquaMail/databases/Messages.sqldb "SELECT body_main_content_utf8 || '@|@' || subject || '@|@' FROM message ORDER BY _id DESC LIMIT 1"

Would be nice if pulling the whole body of an email was possible again
Title: Re: sql database has changed
Post by: Kostya Vasilyev on October 10, 2013, 02:47:58 am
No change there, it's just that the entire message text is not loaded until you open a message.
Title: Re: sql database has changed
Post by: kitwashere on October 11, 2013, 02:28:31 am
Ahh, okay. Thank you for the response.

I guess this is a feature request then haha. Maybe an option to turn this on or off, I imagine it might make the database unnecessarily large for some people.

Fingers crossed!