|
|
@ -728,10 +728,10 @@ public class MessageHelper {
|
|
|
|
filename = null;
|
|
|
|
filename = null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Log.i("Part" +
|
|
|
|
//Log.i("Part" +
|
|
|
|
" disposition=" + disposition +
|
|
|
|
// " disposition=" + disposition +
|
|
|
|
" filename=" + filename +
|
|
|
|
// " filename=" + filename +
|
|
|
|
" content type=" + part.getContentType());
|
|
|
|
// " content type=" + part.getContentType());
|
|
|
|
|
|
|
|
|
|
|
|
if (!Part.ATTACHMENT.equalsIgnoreCase(disposition) &&
|
|
|
|
if (!Part.ATTACHMENT.equalsIgnoreCase(disposition) &&
|
|
|
|
((parts.plain == null && part.isMimeType("text/plain")) ||
|
|
|
|
((parts.plain == null && part.isMimeType("text/plain")) ||
|
|
|
|