|
@@ -693,8 +693,8 @@ public class EmailParseService {
|
|
|
String disposition = part.getDisposition();
|
|
|
String contentType = part.getContentType();
|
|
|
if (log.isInfoEnabled()) {
|
|
|
- log.info("邮件{} 附件(fileName={},disposition={},contentType={})",
|
|
|
- subject, fileName, disposition, contentType);
|
|
|
+ log.info("邮件{} 附件(of={}, fileName={},disposition={},contentType={})",
|
|
|
+ subject, part.getFileName(), fileName, disposition, contentType);
|
|
|
}
|
|
|
boolean isAttachment =
|
|
|
(disposition != null && (disposition.equalsIgnoreCase(Part.ATTACHMENT))) ||
|