Send fixes

This commit is contained in:
M66B
2019-09-02 10:48:11 +02:00
parent 03f97c7e3b
commit 91e9212289
4 changed files with 23 additions and 13 deletions

View File

@@ -1017,6 +1017,8 @@ public class MessageHelper {
private void getMessageParts(Part part, MessageParts parts, boolean pgp) throws IOException, FolderClosedException {
try {
if (BuildConfig.DEBUG)
Log.i("Part class=" + part.getClass() + " type=" + part.getContentType());
if (part.isMimeType("multipart/*")) {
Multipart multipart;
Object content = part.getContent();