Class/Object

courier

Envelope

Related Docs: object Envelope | package courier

Permalink

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

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Envelope
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new 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(""))

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _bcc: Seq[InternetAddress]

    Permalink
  5. val _cc: Seq[InternetAddress]

    Permalink
  6. val _content: Content

    Permalink
  7. val _headers: Seq[(String, String)]

    Permalink
  8. val _replyTo: Option[InternetAddress]

    Permalink
  9. val _replyToAll: Option[Boolean]

    Permalink
  10. val _subject: Option[(String, Option[Charset])]

    Permalink
  11. val _to: Seq[InternetAddress]

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def bcc: Seq[InternetAddress]

    Permalink
  14. def bcc(addrs: InternetAddress*): Envelope

    Permalink
  15. def cc: Seq[InternetAddress]

    Permalink
  16. def cc(addrs: InternetAddress*): Envelope

    Permalink
  17. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def content(c: Content): Envelope

    Permalink
  19. def contents: Content

    Permalink
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. val from: InternetAddress

    Permalink
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def headers: Seq[(String, String)]

    Permalink
  25. def headers(hdrs: (String, String)*): Envelope

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def replyAll: Envelope

    Permalink
  31. def replyTo: Option[InternetAddress]

    Permalink
  32. def replyTo(addr: InternetAddress): Envelope

    Permalink
  33. def subject: Option[(String, Option[Charset])]

    Permalink
  34. def subject(s: String, ch: Charset): Envelope

    Permalink
  35. def subject(s: String): Envelope

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def to: Seq[InternetAddress]

    Permalink
  38. def to(addrs: InternetAddress*): Envelope

    Permalink
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def recipients: Seq[InternetAddress]

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.1.1) use to instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped