Package

util

mail

Permalink

package mail

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. case class Multipart(_parts: Seq[MimeBodyPart] = Seq.empty[MimeBodyPart]) extends Content with Product with Serializable

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

    Permalink

Value Members

  1. object Defaults

    Permalink
  2. object Envelope extends Serializable

    Permalink
  3. object Mail

    Permalink
  4. object Mailer extends Serializable

    Permalink
  5. object Session

    Permalink

Ungrouped