MailAddressTypeOps
class Object
trait Matchable
class Any
Value members
Concrete methods
def parseAddressAndNameValidated(name: Option[String], address: String): ValidatedNec[AddressException, MailAddress]
Parses an email address from two parts returning a cats ValidatedNec
with
AddressException
as the error in case of malformed address.
Parses an email address from two parts returning a cats ValidatedNec
with
AddressException
as the error in case of malformed address.
Reads a comma-separated list of e-mail addresses, throwing exceptions if something fails.
Reads a comma-separated list of e-mail addresses, throwing exceptions if something fails.
Reads a comma-separated list of e-mail addresses, returning a cats ValidatedNec
with AddressException
as the error in case of malformed addresses.
Reads a comma-separated list of e-mail addresses, returning a cats ValidatedNec
with AddressException
as the error in case of malformed addresses.