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