mirror of https://github.com/M66B/FairEmail.git
Decoded embedded rfc822 TNEF
This commit is contained in:
parent
7db939eb0f
commit
ae40fe406e
|
@ -3714,6 +3714,10 @@ public class MessageHelper {
|
|||
}
|
||||
|
||||
db.attachment().setDownloaded(epart.attachment.id, efile.length());
|
||||
|
||||
if (Helper.isTnef(epart.attachment.type, epart.attachment.name))
|
||||
subsequence = decodeTNEF(context, epart.attachment, subsequence);
|
||||
|
||||
} catch (Throwable ex) {
|
||||
db.attachment().setError(epart.attachment.id, Log.formatThrowable(ex));
|
||||
db.attachment().setAvailable(epart.attachment.id, true); // unrecoverable
|
||||
|
|
Loading…
Reference in New Issue