|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RecursionMode
Enumeration of parsing modes.
| Field Summary | |
|---|---|
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 |
| Field Detail |
|---|
static final int M_RECURSE
message/rfc822 part
static final int M_NO_RECURSE
message/rfc822 parts
static final int M_RAW
static final int M_FLAT
message/rfc822 parts
and treat multiparts as a single flat body.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||