org.apache.james.mime4j.parser
Interface RecursionMode

All Known Implementing Classes:
MimeTokenStream

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

M_RECURSE

static final int M_RECURSE
Recursively parse every message/rfc822 part

See Also:
Constant Field Values

M_NO_RECURSE

static final int M_NO_RECURSE
Do not recurse message/rfc822 parts

See Also:
Constant Field Values

M_RAW

static final int M_RAW
Parse into raw entities

See Also:
Constant Field Values

M_FLAT

static final int M_FLAT
Do not recurse message/rfc822 parts and treat multiparts as a single flat body.

See Also:
Constant Field Values


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.