Uses of Class
org.jvnet.mimepull.MIMEPart
-
Uses of MIMEPart in org.jvnet.mimepull
Fields in org.jvnet.mimepull declared as MIMEPartModifier and TypeFieldDescriptionprivate MIMEPart
MIMEMessage.currentPart
(package private) final MIMEPart
ChunkInputStream.part
private final MIMEPart
DataHead.part
Fields in org.jvnet.mimepull with type parameters of type MIMEPartMethods in org.jvnet.mimepull that return MIMEPartModifier and TypeMethodDescriptionprivate MIMEPart
MIMEMessage.getDecodedCidPart
(String cid) MIMEMessage.getPart
(int index) Creates nth attachment lazily.Creates a lazy attachment for a given Content-ID.Methods in org.jvnet.mimepull that return types with arguments of type MIMEPartModifier and TypeMethodDescriptionMIMEMessage.getAttachments()
Gets all the attachments by parsing the entire MIME message.Method parameters in org.jvnet.mimepull with type arguments of type MIMEPartConstructors in org.jvnet.mimepull with parameters of type MIMEPartModifierConstructorDescriptionChunkInputStream
(MIMEMessage msg, MIMEPart part, Chunk startPos) (package private)