MailAddressHelper

trait MailAddressHelper[A[_[_]]]
class Object
trait Matchable
class Any
object Bcc.type
object Cc.type
object From.type
object To.type

Value members

Abstract methods

def apply[F[_]](ma: MailAddress): A[F]

Concrete methods

def apply[F[_]](address: String): A[F]
def apply[F[_]](personal: String, address: String): A[F]