BasicDecode
trait BasicDecode
Implicits
Implicits
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
implicit def mailAddressParseNameAndAddress: Conv[(Option[String], String), Either[String, MailAddress]]
implicit def mailAddressParseNameAndAddressValidated: Conv[(Option[String], String), ValidatedNec[AddressException, MailAddress]]
implicit def recipientsDecode(implicit ca: Conv[Address, MailAddress]): Conv[MimeMessage, Recipients]