mirror of https://github.com/M66B/FairEmail.git
parent
b53aa4b106
commit
1ffb6695c1
@ -0,0 +1,10 @@
|
|||||||
|
package eu.faircode.email;
|
||||||
|
|
||||||
|
import javax.mail.internet.MimePart;
|
||||||
|
|
||||||
|
// https://docs.oracle.com/javaee/6/api/javax/mail/internet/package-summary.html
|
||||||
|
public class ContentTypeHandler {
|
||||||
|
public static String cleanContentType(MimePart mp, String contentType) {
|
||||||
|
return contentType;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue