replicant-packages_apps_Email/tests/src/com/android/emailcommon
James Lemieux 5057d6dffb Replying to a Message with an encoded email address shows the encoded address in the to field.
b/11658428

As per Yu Ping's advice, we alter the storage of all email addresses (from, to, cc, bcc and
replyto) to be stored in *decoded* format within our database. This makes them both human
readable when inspecting the database manually and alleviates the need to repeatedly decode
them before they are displayed anywhere in our UI layers.

As part of this bugfix, I resurrected several tests related to the LegacyConversions class out of
LegacyConversionsTests and into a new (not Suppressed) test class: LegacyConversionsTest

Change-Id: Ie2e3264646e25c08c4ba74f60b3e1090c052e6c6
2014-03-27 23:25:53 +00:00
..
internet Replying to a Message with an encoded email address shows the encoded address in the to field. 2014-03-27 23:25:53 +00:00
mail Fix IMAP message upsync to include attachments. 2014-03-27 21:23:32 +00:00
provider Fix tests 2014-02-28 14:21:41 -08:00
service Disable, suppress, remove broken and obsolete Email tests 2013-12-16 18:18:51 -08:00
utility Add @SmallTest annotation to test classes so they get run in continuous 2014-02-19 20:13:59 -08:00
DeviceTests.java Add @SmallTest annotation to test classes so they get run in continuous 2014-02-19 20:13:59 -08:00