History log of /packages/apps/Email/tests/src/com/android/email/LegacyConversionsTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5a93b8f7c6e25eee5b3d84330576ebbfd7472fab 21-May-2014 Tony Mantler <nicoya@google.com> Test encode/decode of attachments

b/15089448

Change-Id: Ifd2afcfb36c9820c5d64ebbcc3230603b2a27089
/packages/apps/Email/tests/src/com/android/email/LegacyConversionsTest.java
f0db9ce9ab7dbcaa37a6ada7021c226341b4a148 18-Apr-2014 Tony Mantler <nicoya@google.com> Clean up LegacyConversions

Change-Id: I9cb9bf8a08663004a497af9f52e3ab0647bd2168
/packages/apps/Email/tests/src/com/android/email/LegacyConversionsTest.java
5057d6dffb994b4d1d02c05e06f679de8ef05ea5 25-Jan-2014 James Lemieux <jplemieux@google.com> 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
/packages/apps/Email/tests/src/com/android/email/LegacyConversionsTest.java