mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 09:47:13 +00:00
Added multipart sub type
This commit is contained in:
parent
65dff942a5
commit
0b4aecdcd2
1 changed files with 3 additions and 1 deletions
|
@ -4278,7 +4278,9 @@ public class MessageHelper {
|
|||
"report".equalsIgnoreCase(ct.getSubType()) ||
|
||||
"parallel".equalsIgnoreCase(ct.getSubType()) ||
|
||||
"digest".equalsIgnoreCase(ct.getSubType()) ||
|
||||
"appledouble".equalsIgnoreCase(ct.getSubType())))
|
||||
"appledouble".equalsIgnoreCase(ct.getSubType()) ||
|
||||
"voice-message".equalsIgnoreCase(ct.getSubType())))
|
||||
// voice-message: https://www.rfc-editor.org/rfc/rfc3458.txt
|
||||
Log.e(part.getContentType());
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
|
|
Loading…
Reference in a new issue