public class Mime4JWorkaround extends Object
| Constructor and Description |
|---|
Mime4JWorkaround() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.james.mime4j.dom.Message |
parseMessage(InputStream is)
This is a rough copy of DefaultMessageBuilder.parseMessage() modified to use a Mime4JWorkaround as the contentHandler instead
of an EntityBuilder.
|
public static org.apache.james.mime4j.dom.Message parseMessage(InputStream is) throws IOException, org.apache.james.mime4j.MimeIOException
is - IOExceptionorg.apache.james.mime4j.MimeIOExceptionDefaultMessageBuilder.parseMessage(java.io.InputStream)Copyright © 2019 JBoss by Red Hat. All rights reserved.