Uses of Class
org.jvnet.mimepull.MIMEPart

Uses of MIMEPart in org.jvnet.mimepull
 

Methods in org.jvnet.mimepull that return MIMEPart
 MIMEPart MIMEMessage.getPart(int index)
          Creates nth attachment lazily.
 MIMEPart MIMEMessage.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
 List<MIMEPart> MIMEMessage.getAttachments()
          Gets all the attachments by parsing the entire MIME message.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.