- Companion
- class
Implicits
Inherited implicits
implicit
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
- Inherited from
- BasicDecode
implicit
def mailAddressParseNameAndAddressValidated: Conv[(Option[String], String), ValidatedNec[AddressException, MailAddress]]
- Inherited from
- BasicDecode
implicit
def mailBodyDecode[F[_] : Sync](implicit evidence$2: Sync[F], ca: Conv[Part, Attachments[F]]): Conv[MimeMessage, BodyAttach[F]]
- 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]]
- Inherited from
- BodyDecode