k-9/src/com/fsck/k9/mail/internet
Mike Perry d67a59b77f Fixes for cketti's code review on pull req #472
Leave the hostname == null checks so we can fall back if a hostname is not
found. Also convert message-id to upper case to match Apple Mail (for
privacy).
2014-06-13 17:49:26 -07:00
..
BinaryTempFileBody.java Make sure the InputStream is always closed 2013-09-06 19:42:10 +02:00
BinaryTempFileMessageBody.java Recursively convert attachments of type message/rfc822 to 7bit if necessary. 2013-09-03 19:53:13 -04:00
DecoderUtil.java use more idiomatic String.isEmpty() instead of comparing length to 0 2014-02-15 23:59:24 +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 Content-type case-conversion changes. 2013-09-03 19:54:18 -04:00
MimeHeader.java combined nested if statements in MimeHeader.hasToBeEncoded 2012-07-06 14:35:01 +02:00
MimeMessage.java Fixes for cketti's code review on pull req #472 2014-06-13 17:49:26 -07:00
MimeMultipart.java Recursively convert attachments of type message/rfc822 to 7bit if necessary. 2013-09-03 19:53:13 -04:00
MimeUtility.java use more idiomatic String.isEmpty() instead of comparing length to 0 2014-02-15 23:59:24 +01:00
TextBody.java Renamed "usee" to "uee". 2014-02-26 14:23:33 +00:00
TextBodyBuilder.java Update/remove comments 2014-05-03 06:33:33 +02:00