Reduced logging

pull/217/head
M66B 5 months ago
parent e07209f444
commit 001baefee5

@ -5267,6 +5267,9 @@ public class MessageHelper {
// https://en.wikipedia.org/wiki/MIME#Multipart_subtypes
if ("multipart".equals(ct.getPrimaryType()) &&
!("mixed".equalsIgnoreCase(ct.getSubType()) ||
"none".equalsIgnoreCase(ct.getSubType()) ||
"signed".equalsIgnoreCase(ct.getSubType()) ||
"alternate".equalsIgnoreCase(ct.getSubType()) ||
"alternative".equalsIgnoreCase(ct.getSubType()) ||
"related".equalsIgnoreCase(ct.getSubType()) ||
"relative".equalsIgnoreCase(ct.getSubType()) || // typo?

Loading…
Cancel
Save