mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Fixed multipart workaround
This commit is contained in:
@@ -4273,7 +4273,7 @@ public class MessageHelper {
|
||||
content = tryParseMultipart((String) content, part.getContentType());
|
||||
|
||||
if (content instanceof Multipart) {
|
||||
multipart = (Multipart) part.getContent();
|
||||
multipart = (Multipart) content;
|
||||
int count = multipart.getCount();
|
||||
for (int i = 0; i < count; i++)
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user