emil.javamail.conv.codec$
See thecodec companion trait
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait codectrait encodetrait SearchConvtrait BasicEncodetrait decodetrait BodyDecodetrait BasicDecodeclass Objecttrait Matchableclass AnyShow all
- Self type
-
codec.type
Members list
Implicits
Inherited implicits
Attributes
- Inherited from:
- BodyDecode
Attributes
- Inherited from:
- BasicEncode
Attributes
- Inherited from:
- BasicEncode
Attributes
- Inherited from:
- BasicDecode
Attributes
- Inherited from:
- BasicEncode
The full name of the folder should never be empty, therefore NonEmptyList.fromListUnsafe is used
The full name of the folder should never be empty, therefore NonEmptyList.fromListUnsafe is used
Attributes
- Inherited from:
- BasicDecode
Attributes
- Inherited from:
- BasicDecode
Attributes
- Inherited from:
- BasicEncode
Attributes
- Inherited from:
- BasicDecode
implicit def mailAddressParseNameAndAddress: Conv[(Option[String], String), Either[String, MailAddress]]
Attributes
- Inherited from:
- BasicDecode
implicit def mailAddressParseNameAndAddressValidated: Conv[(Option[String], String), ValidatedNec[AddressException, MailAddress]]
Attributes
- Inherited from:
- BasicDecode
Attributes
- Inherited from:
- BasicDecode
implicit def mailBodyDecode[F[_] : Sync](implicit evidence$2: Sync[F], ca: Conv[Part, Attachments[F]]): Conv[MimeMessage, BodyAttach[F]]
Attributes
- Inherited from:
- BodyDecode
implicit def mailDecode[F[_] : Sync](implicit evidence$4: Sync[F], cb: Conv[MimeMessage, BodyAttach[F]], ch: Conv[MimeMessage, MailHeader]): Conv[MimeMessage, Mail[F]]
Attributes
- Inherited from:
- BodyDecode
Attributes
- Inherited from:
- BodyDecode
implicit def mailEncode[F[_] : Sync](implicit evidence$3: Sync[F], ch: MsgConv[MailHeader, MimeMessage], cb: Conv[MailBody[F], F[MimeBodyPart]], ca: Conv[Attachment[F], F[MimeBodyPart]]): MsgConv[Mail[F], F[MimeMessage]]
Attributes
- Inherited from:
- BasicEncode
Attributes
- Inherited from:
- BasicDecode
implicit def mailHeaderEncode(implicit ca: Conv[MailAddress, InternetAddress], cf: Conv[Flag, Flag]): MsgConv[MailHeader, MimeMessage]
Attributes
- Inherited from:
- BasicEncode
implicit def recipientsDecode(implicit ca: Conv[Address, MailAddress]): Conv[MimeMessage, Recipients]
Attributes
- Inherited from:
- BasicDecode
Attributes
- Inherited from:
- SearchConv
In this article