Packages

p

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
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Content extends AnyRef
  2. case class Envelope(from: InternetAddress, _subject: Option[(String, Option[Charset])] = None, _to: Seq[InternetAddress] = Seq.empty[InternetAddress], _cc: Seq[InternetAddress] = Seq.empty[InternetAddress], _bcc: Seq[InternetAddress] = Seq.empty[InternetAddress], _replyTo: Option[InternetAddress] = None, _replyToAll: Option[Boolean] = None, _headers: Seq[(String, String)] = Seq.empty[(String, String)], _content: Content = Text("")) extends Product with Serializable
  3. case class Mailer(_session: Session = Defaults.session, signer: Option[Signer] = None) extends Product with Serializable
  4. case class Multipart(_parts: Seq[MimeBodyPart] = Seq.empty[MimeBodyPart], subtype: String = "mixed") extends Content with Product with Serializable
  5. case class Signed(body: Content) extends Content with Product with Serializable
  6. case class Signer(signingKey: PrivateKey, signingCert: X509Certificate, certStore: Set[X509Certificate]) extends Product with Serializable
  7. case class Text(body: String, charset: Charset = Charset.defaultCharset) extends Content with Product with Serializable
  8. implicit class addr extends AnyRef

Value Members

  1. object Compat
  2. object Defaults
  3. object Envelope extends Serializable
  4. object Mailer extends Serializable
  5. object Session

Inherited from AnyRef

Inherited from Any

Ungrouped