mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Suppress "Failed to fetch headers"
This commit is contained in:
@@ -1168,7 +1168,8 @@ public class MessageHelper {
|
||||
cid = apart.part.getHeader("Content-ID");
|
||||
} catch (MessagingException ex) {
|
||||
Log.w(ex);
|
||||
parts.warnings.add(Helper.formatThrowable(ex, false));
|
||||
if (!"Failed to fetch headers".equals(ex.getMessage()))
|
||||
parts.warnings.add(Helper.formatThrowable(ex, false));
|
||||
}
|
||||
|
||||
apart.attachment = new EntityAttachment();
|
||||
|
||||
Reference in New Issue
Block a user