1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-15 14:05:05 -05:00
k-9/src/com/fsck/k9/mail/internet
cketti a9cfa9ae68 Code style
No functional changes
2014-05-03 06:13:38 +02: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 Fix MimeMessage(InputStream in, boolean recurse) 2013-09-07 12:52:14 -04: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 Code style 2014-05-03 06:13:38 +02:00