Package com.isomorphic.mail
Enum Class MailMessageParseMode
- All Implemented Interfaces:
Serializable
,Comparable<MailMessageParseMode>
,Constable
Represents how a
TemplatedMailMessage
should be parsed.-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionParse the entire message body for header values like "To:" and "From:".Parse the message body for header values like "To:" and "From:" until "Subject:" is encountered, Parse "Subject:" but then skip parsing the remaining message body.Don't parse the message body for header values like "To:" and "From:".
-
Enum Constant Details
-
All
Parse the entire message body for header values like "To:" and "From:". -
Header
Parse the message body for header values like "To:" and "From:" until "Subject:" is encountered, Parse "Subject:" but then skip parsing the remaining message body. -
None
Don't parse the message body for header values like "To:" and "From:".
-