History log of /packages/apps/Email/tests/src/com/android/emailcommon/internet/MimeUtilityTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d37ca267dd24cf628a5c1d92fea535492568e407 02-Aug-2014 Paul Westbrook <pwestbro@google.com> Clean up proguard test flags file

Change-Id: I2db858b59e0b1c6ff199aa7b11b99ee6e019ea72
/packages/apps/Email/tests/src/com/android/emailcommon/internet/MimeUtilityTest.java
7037a0bd3d8e925a9115f475f5c0d05ddae2eeee 17-Dec-2013 Jerry Xie <jjx@google.com> Disable, suppress, remove broken and obsolete Email tests

Change-Id: Ia4dcba1c6966f23dd2a15e69324b7345aed8f944
/packages/apps/Email/tests/src/com/android/emailcommon/internet/MimeUtilityTest.java
39121c758dcc919b5fde4c893d488916e26d3140 07-Mar-2011 Todd Kennedy <toddke@google.com> Fix display of inline images

Inline images can be specified in two different ways -- explicitly with a
Content-Disposition of "inline" or implicitly with no Content-Disposition.
We correctly handled the former. For the later, we now default to an "inline"
disposition if one was not specified. This is acceptable per RFC 822 which
states:

Content-Disposition is an optional header field. In its absence,
the MUA may use whatever presentation method it deems suitable.

Additionally, if the disposition is not specified by the server, we need to
look at the Content-Type header for the file name.

bug 2824698

Change-Id: I146f7a67197b4e737e5f82a3d570e0f74e23fa35
/packages/apps/Email/tests/src/com/android/emailcommon/internet/MimeUtilityTest.java
2193962ca2b3157e79f731736afa2a0c972e778a 10-Feb-2011 Marc Blank <mblank@google.com> Email split, part quatre: Move along, nothing to see here

* No code was harmed, er, changed in the making of this CL
* All that's happened is that code that is needed by both Email and
Exchange have been moved into emailcommon
* This required import changes to many files, which explains the
length of the CL

Change-Id: I4e12455ba057a4a8054fdbd0b578c73afa411c8a
/packages/apps/Email/tests/src/com/android/emailcommon/internet/MimeUtilityTest.java