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(java.lang.String contentId)
          Creates a lazy attachment for a given Content-ID.
 

Methods in org.jvnet.mimepull that return types with arguments of type MIMEPart
 java.util.List<MIMEPart> MIMEMessage.getAttachments()
          Gets all the attachments by parsing the entire MIME message.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.