Attachment download

This commit is contained in:
M66B
2018-08-03 19:12:19 +00:00
parent bc9a26c2c7
commit 70e0913331
50 changed files with 205 additions and 112 deletions

View File

@@ -313,6 +313,7 @@ public class MessageHelper {
attachment.sequence = result.size() + 1;
attachment.name = part.getFileName();
attachment.type = ct.getBaseType();
attachment.part = part;
result.add(attachment);
}
} else if (content instanceof Multipart) {