emil.javamail.conv.decode
See thedecode companion trait
Attributes
Members list
Implicits
Inherited implicits
Attributes
- Inherited from:
- BodyDecode
Attributes
- Inherited from:
- BasicDecode
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:
- 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$1: Sync[F], ca: Conv[Part, Attachments[F]]): Conv[MimeMessage, BodyAttach[F]]
Attributes
- Inherited from:
- BodyDecode
implicit def mailDecode[F[_] : Sync](implicit evidence$1: Sync[F], cb: Conv[MimeMessage, BodyAttach[F]], ch: Conv[MimeMessage, MailHeader]): Conv[MimeMessage, Mail[F]]
Attributes
- Inherited from:
- BodyDecode
Attributes
- Inherited from:
- BodyDecode
Attributes
- Inherited from:
- BasicDecode
implicit def recipientsDecode(implicit ca: Conv[Address, MailAddress]): Conv[MimeMessage, Recipients]
Attributes
- Inherited from:
- BasicDecode
In this article