k-9/src/com/fsck/k9/mail/internet
cketti d1d7b60a09 Add helper method to decode message bodies
Depending on whether a Body implements RawDataBody (which indicates the class
retains the original encoding) the helper method either strips the transfer
encoding or simply returns the result of Body.getInputStream().

This should restore the original functionality. So saving messages in the
database should work fine again.
2014-12-08 16:32:23 +01:00
..
BinaryTempFileBody.java Add helper method to decode message bodies 2014-12-08 16:32:23 +01:00
BinaryTempFileMessageBody.java Fix setUsing7bitTransport() functionality for BinaryTempFileBody 2014-12-08 16:32:23 +01:00
DecoderUtil.java remove some try-catch cruft 2014-09-28 11:39:32 +01:00
EncoderUtil.java replaced for with for-each loop 2014-02-15 23:59:23 +01:00
Iso2022JpToShiftJisInputStream.java Could not handle iso-2022-jp streams which contain continuous escape 2011-03-19 18:05:07 +09:00
MimeBodyPart.java Move "magic" from Part.setBody() implementations to MimeMessageHelper.setBody() 2014-12-08 16:32:23 +01:00
MimeHeader.java Add support for storing raw header fields 2014-12-08 16:32:23 +01:00
MimeMessage.java Modify BinaryTempFileBody to retain the encoded body 2014-12-08 16:32:23 +01:00
MimeMessageHelper.java Move "magic" from Part.setBody() implementations to MimeMessageHelper.setBody() 2014-12-08 16:32:23 +01:00
MimeMultipart.java Changed access to mParts in MimeMultipart so that it can be private too 2014-09-22 21:54:02 +02:00
MimeUtility.java Add helper method to decode message bodies 2014-12-08 16:32:23 +01:00
RawDataBody.java Add helper method to decode message bodies 2014-12-08 16:32:23 +01:00
TextBody.java UCDetector warnings: Made things private, deleted unused methods and fields 2014-09-22 21:52:59 +02:00
TextBodyBuilder.java fix tests on JVM 2014-10-11 12:10:07 +01:00