Uses of Class
org.jvnet.mimepull.MIMEPart
-
-
Uses of MIMEPart in org.jvnet.mimepull
Methods in org.jvnet.mimepull that return MIMEPart Modifier and Type Method Description MIMEPartMIMEMessage. getPart(int index)Creates nth attachment lazily.MIMEPartMIMEMessage. getPart(String contentId)Creates a lazy attachment for a given Content-ID.Methods in org.jvnet.mimepull that return types with arguments of type MIMEPart Modifier and Type Method Description List<MIMEPart>MIMEMessage. getAttachments()Gets all the attachments by parsing the entire MIME message.
-