| Package | Description |
|---|---|
| org.apache.james.mime4j.io | |
| org.apache.james.mime4j.message |
| Modifier and Type | Class and Description |
|---|---|
class |
MaxLineLimitException
Signals a I/O error due to a line exceeding the limit on the
maximum line length.
|
| Constructor and Description |
|---|
Header(java.io.InputStream is)
Creates a new
Header from the specified stream. |
Message(java.io.InputStream is)
Parses the specified MIME message stream into a
Message
instance. |
Message(java.io.InputStream is,
MimeEntityConfig config)
Parses the specified MIME message stream into a
Message
instance using given MimeEntityConfig. |
Message(java.io.InputStream is,
MimeEntityConfig config,
StorageProvider storageProvider)
Parses the specified MIME message stream into a
Message
instance using given MimeEntityConfig and StorageProvider. |
Copyright © 2004-2012. All Rights Reserved.