emil.javamail.conv
package emil.javamail.conv
Members list
Type members
Classlikes
trait BasicDecode
trait BasicEncode
trait BodyDecode
Read a recursive multipart message into our simplified structure:
Read a recursive multipart message into our simplified structure:
- the first text, html or alternative part is defining MailBody
- all other parts are flattened into a list of attachments
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object BodyDecode
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BodyDecode.type
object Conv
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object MessageIdEncode
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MessageIdEncode.type
object MimeTypeDecode
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MimeTypeDecode.type
object MsgConv
trait SearchConv
Attributes
- Companion
- object
- Supertypes
-
trait encodetrait SearchConvtrait BasicEncodetrait decodetrait BodyDecodetrait BasicDecodeclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object codec.type
Attributes
- Companion
- trait
- Supertypes
-
trait codectrait encodetrait SearchConvtrait BasicEncodetrait decodetrait BodyDecodetrait BasicDecodeclass Objecttrait Matchableclass AnyShow all
- Self type
-
codec.type
trait decode extends BasicDecode, BodyDecode
Attributes
- Companion
- object
- Supertypes
- Known subtypes
Attributes
trait encode extends BasicEncode, SearchConv
Attributes
- Companion
- object
- Supertypes
- Known subtypes
Attributes
In this article