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 MIMEPart
MIMEMessage. currentPart
(package private) MIMEPart
ChunkInputStream. part
private MIMEPart
DataHead. part
Fields in org.jvnet.mimepull with type parameters of type MIMEPart Modifier and Type Field Description private java.util.List<MIMEPart>
MIMEMessage. partsList
private java.util.Map<java.lang.String,MIMEPart>
MIMEMessage. partsMap
Methods in org.jvnet.mimepull that return MIMEPart Modifier and Type Method Description private MIMEPart
MIMEMessage. getDecodedCidPart(java.lang.String cid)
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 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 void
MIMEMessage. 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)
-