- makeProgress() - Method in class org.jvnet.mimepull.MIMEMessage
-
Parses the MIME message in a pull fashion.
- MIMEConfig - Class in org.jvnet.mimepull
-
Configuration for MIME message parsing and storing.
- MIMEConfig() - Constructor for class org.jvnet.mimepull.MIMEConfig
-
- MIMEMessage - Class in org.jvnet.mimepull
-
Represents MIME message.
- MIMEMessage(InputStream, String) - Constructor for class org.jvnet.mimepull.MIMEMessage
-
- MIMEMessage(InputStream, String, MIMEConfig) - Constructor for class org.jvnet.mimepull.MIMEMessage
-
Creates a MIME message from the content's stream.
- MIMEParsingException - Exception in org.jvnet.mimepull
-
The MIMEParsingException
class is the base
exception class for all MIME message parsing exceptions.
- MIMEParsingException() - Constructor for exception org.jvnet.mimepull.MIMEParsingException
-
Constructs a new exception with null
as its
detail message.
- MIMEParsingException(String) - Constructor for exception org.jvnet.mimepull.MIMEParsingException
-
Constructs a new exception with the specified detail
message.
- MIMEParsingException(String, Throwable) - Constructor for exception org.jvnet.mimepull.MIMEParsingException
-
Constructs a new exception with the specified detail
message and cause.
- MIMEParsingException(Throwable) - Constructor for exception org.jvnet.mimepull.MIMEParsingException
-
Constructs a new WebServiceException with the specified cause
and a detail message of (cause==null ? null :
cause.toString()) (which typically contains the
class and detail message of cause).
- MIMEPart - Class in org.jvnet.mimepull
-
Represents an attachment part in a MIME message.
- moveTo(File) - Method in class org.jvnet.mimepull.MIMEPart
-