k-9/src/com/fsck/k9/mail/internet
cketti a7c9804995 Make sure the InputStream is always closed
Moving the code to create the OutputStream wrappers into the try-block ensures
that the InputStream is closed in case something goes wrong.
2013-09-06 19:42:10 +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 Prefer StringBuilder over StringBuffer 2011-10-05 21:50:31 -07:00
EncoderUtil.java ant astyle 2011-03-22 18:07:47 +11: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 Content-type case-conversion changes. 2013-09-03 19:54:18 -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 Standardize line breaks within headers. 2013-09-03 19:54:17 -04:00
TextBody.java Recursively convert attachments of type message/rfc822 to 7bit if necessary. 2013-09-03 19:53:13 -04:00