Uses of Class
org.jvnet.mimepull.MIMEPart
-
-
Uses of MIMEPart in org.jvnet.mimepull
Fields in org.jvnet.mimepull declared as MIMEPart Modifier and Type Field Description private MIMEPartMIMEMessage. currentPart(package private) MIMEPartChunkInputStream. partprivate MIMEPartDataHead. partFields in org.jvnet.mimepull with type parameters of type MIMEPart Modifier and Type Field Description private java.util.List<MIMEPart>MIMEMessage. partsListprivate java.util.Map<java.lang.String,MIMEPart>MIMEMessage. partsMapMethods in org.jvnet.mimepull that return MIMEPart Modifier and Type Method Description private MIMEPartMIMEMessage. getDecodedCidPart(java.lang.String cid)MIMEPartMIMEMessage. getPart(int index)Creates nth attachment lazily.MIMEPartMIMEMessage. 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 Modifier and Type Method Description java.util.List<MIMEPart>MIMEMessage. getAttachments()Gets all the attachments by parsing the entire MIME message.Method parameters in org.jvnet.mimepull with type arguments of type MIMEPart Modifier and Type Method Description private voidMIMEMessage. close(java.util.Collection<MIMEPart> parts)Constructors in org.jvnet.mimepull with parameters of type MIMEPart Constructor Description ChunkInputStream(MIMEMessage msg, MIMEPart part, Chunk startPos)DataHead(MIMEPart part)
-