|
|
@ -1446,8 +1446,7 @@ public class MessageHelper {
|
|
|
|
|
|
|
|
|
|
|
|
private void getMessageParts(Part part, MessageParts parts, Integer encrypt) throws IOException, MessagingException {
|
|
|
|
private void getMessageParts(Part part, MessageParts parts, Integer encrypt) throws IOException, MessagingException {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
if (BuildConfig.DEBUG)
|
|
|
|
Log.d("Part class=" + part.getClass() + " type=" + part.getContentType());
|
|
|
|
Log.i("Part class=" + part.getClass() + " type=" + part.getContentType());
|
|
|
|
|
|
|
|
if (part.isMimeType("multipart/*")) {
|
|
|
|
if (part.isMimeType("multipart/*")) {
|
|
|
|
Multipart multipart;
|
|
|
|
Multipart multipart;
|
|
|
|
Object content = part.getContent();
|
|
|
|
Object content = part.getContent();
|
|
|
|