Package

com.github.daddykotex

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) extends Product with Serializable

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

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

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

    Permalink
  7. implicit class addr extends AnyRef

    Permalink

Value Members

  1. object Defaults

    Permalink
  2. object Envelope extends Serializable

    Permalink
  3. object Mailer extends Serializable

    Permalink
  4. object MailerIO

    Permalink
  5. object Session

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped