org.apache.james.mime4j.parser
public interface RecursionMode
Modifier and Type | Field and Description |
---|---|
static int |
M_FLAT
Do not recurse
message/rfc822 parts
and treat multiparts as a single flat body. |
static int |
M_NO_RECURSE
Do not recurse
message/rfc822 parts |
static int |
M_RAW
Parse into raw entities
|
static int |
M_RECURSE
Recursively parse every
message/rfc822 part |
static final int M_RECURSE
message/rfc822
partstatic final int M_NO_RECURSE
message/rfc822
partsstatic final int M_RAW
static final int M_FLAT
message/rfc822
parts
and treat multiparts as a single flat body.Copyright © 2004-2014. All Rights Reserved.