mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Added raw fetch option
This commit is contained in:
@@ -4693,6 +4693,9 @@ public class MessageHelper {
|
||||
|
||||
try {
|
||||
if (imessage instanceof IMAPMessage) {
|
||||
if (Boolean.parseBoolean(imessage.getSession().getProperty("fairemail.rawfetch")))
|
||||
throw new MessagingException("Unable to load BODYSTRUCTURE");
|
||||
|
||||
if (structure)
|
||||
imessage.getContentType(); // force loadBODYSTRUCTURE
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user