mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Added some known content sub types
This commit is contained in:
parent
4128af9f31
commit
91741cbbf7
1 changed files with 4 additions and 2 deletions
|
@ -4275,9 +4275,11 @@ public class MessageHelper {
|
|||
!("mixed".equalsIgnoreCase(ct.getSubType()) ||
|
||||
"alternative".equalsIgnoreCase(ct.getSubType()) ||
|
||||
"related".equalsIgnoreCase(ct.getSubType()) ||
|
||||
"report".equalsIgnoreCase(ct.getSubType()))) {
|
||||
"report".equalsIgnoreCase(ct.getSubType()) ||
|
||||
"parallel".equalsIgnoreCase(ct.getSubType()) ||
|
||||
"digest".equalsIgnoreCase(ct.getSubType()) ||
|
||||
"appledouble".equalsIgnoreCase(ct.getSubType())))
|
||||
Log.e(part.getContentType());
|
||||
}
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue