Package

courier

Permalink

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

    Permalink
  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

    Permalink
  3. case class Mailer(_session: Session = Defaults.session, signer: Option[Signer] = None, mimeMessageFactory: (Session) ⇒ MimeMessage = Defaults.mimeMessageFactory) extends Product with Serializable

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

    Permalink
  5. case class Signed(body: Content) extends Content with Product with Serializable

    Permalink
  6. case class Signer(signingKey: PrivateKey, signingCert: X509Certificate, certStore: Set[X509Certificate]) extends Product with Serializable

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

    Permalink
  8. implicit class addr extends AnyRef

    Permalink

Value Members

  1. object Compat

    Permalink
  2. object Defaults

    Permalink
  3. object Envelope extends Serializable

    Permalink
  4. object Mailer extends Serializable

    Permalink
  5. object Session

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped