mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Decoded embedded rfc822 TNEF
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user