mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Formatting
This commit is contained in:
@@ -5221,8 +5221,8 @@ public class MessageHelper {
|
||||
}
|
||||
|
||||
private static boolean isMimeType(Part part, String mimeType) throws MessagingException {
|
||||
if (mimeType.endsWith("/*"))
|
||||
return part.isMimeType(mimeType);
|
||||
if (mimeType.endsWith("/*"))
|
||||
return part.isMimeType(mimeType);
|
||||
|
||||
if (part.isMimeType(mimeType)) {
|
||||
ContentType ct = new ContentType(part.getContentType());
|
||||
|
||||
Reference in New Issue
Block a user