mirror of https://github.com/M66B/FairEmail.git
Revert "Debug: MimePartDataSource encoding"
This reverts commit d5886af1e2
.
This commit is contained in:
parent
0dd84e83e3
commit
33ba7995a2
|
@ -81,12 +81,6 @@ public class MimePartDataSource implements DataSource, MessageAware {
|
|||
|
||||
String encoding =
|
||||
MimeBodyPart.restrictEncoding(part, part.getEncoding());
|
||||
try {
|
||||
eu.faircode.email.Log.i("MimePartDataSource encoding=" + encoding +
|
||||
" name=" + part.getFileName());
|
||||
} catch (Throwable ex) {
|
||||
eu.faircode.email.Log.e(ex);
|
||||
}
|
||||
if (encoding != null)
|
||||
return MimeUtility.decode(is, encoding);
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue