mirror of https://github.com/M66B/FairEmail.git
Formatting
This commit is contained in:
parent
04fe7b3743
commit
93fc9b169c
|
@ -5221,8 +5221,8 @@ public class MessageHelper {
|
||||||
}
|
}
|
||||||
|
|
||||||
private static boolean isMimeType(Part part, String mimeType) throws MessagingException {
|
private static boolean isMimeType(Part part, String mimeType) throws MessagingException {
|
||||||
if (mimeType.endsWith("/*"))
|
if (mimeType.endsWith("/*"))
|
||||||
return part.isMimeType(mimeType);
|
return part.isMimeType(mimeType);
|
||||||
|
|
||||||
if (part.isMimeType(mimeType)) {
|
if (part.isMimeType(mimeType)) {
|
||||||
ContentType ct = new ContentType(part.getContentType());
|
ContentType ct = new ContentType(part.getContentType());
|
||||||
|
|
Loading…
Reference in New Issue