public interface MailAttachmentHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleMailAttachment(javax.mail.Message msg,
javax.mail.BodyPart bodyPart)
处理邮件的附件
|
void handleMailAttachment(javax.mail.Message msg,
javax.mail.BodyPart bodyPart)
throws IOException
msg - 邮件的主体bodyPart - 遍历邮件主体中的其中一个部分IOException - net IO errorCopyright © 2019. All rights reserved.