com.github.daddykotex

courier

package courier

An agreeable email interface for scala.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. courier
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Content extends AnyRef

  2. case class Envelope(from: InternetAddress, _subject: Option[(String, Option[Charset])] = scala.None, _to: Seq[InternetAddress] = ..., _cc: Seq[InternetAddress] = ..., _bcc: Seq[InternetAddress] = ..., _replyTo: Option[InternetAddress] = scala.None, _replyToAll: Option[Boolean] = scala.None, _headers: Seq[(String, String)] = ..., _content: Content = ...) extends Product with Serializable

  3. case class Mailer(_session: Session = Defaults.session) extends Product with Serializable

  4. trait MailerIO[F[_]] extends AnyRef

  5. case class Multipart(_parts: Seq[MimeBodyPart] = ..., subtype: String = "mixed") extends Content with Product with Serializable

  6. case class Text(body: String, charset: Charset = ...) extends Content with Product with Serializable

  7. implicit class addr extends AnyRef

Value Members

  1. object Defaults

  2. object Envelope extends Serializable

  3. object Mailer extends Serializable

  4. object MailerIO

  5. object Session

Inherited from AnyRef

Inherited from Any

Ungrouped