mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-25 07:01:50 -05:00
WS / visibility
This commit is contained in:
parent
36ef6df018
commit
2a2e18e8b6
@ -410,9 +410,7 @@ public class MessageExtractor {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static String getContentDisposition(Part part) {
|
||||||
|
|
||||||
public static String getContentDisposition(Part part) {
|
|
||||||
try {
|
try {
|
||||||
String disposition = part.getDisposition();
|
String disposition = part.getDisposition();
|
||||||
if (disposition != null) {
|
if (disposition != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user