Packages

object EmailHeaderCodec

Source
EmailHeaderCodec.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EmailHeaderCodec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  6. def codec(maxHeaderLength: Int, otherHeaders: (String, Codec[EmailHeaderField])*): Codec[EmailHeader]

    Creates a header codec accoring to specified parameteres

    Creates a header codec accoring to specified parameteres

    maxHeaderLength

    Max length of the header. If header is larger than this value, then the encoding // decoding will fail.

    otherHeaders

    Apart from default headers, theses supplied headers may be used when decoeing // encoding. For exmaple supply any custom headers here.

  7. val defaultEmailHeaders: Map[String, Codec[EmailHeaderField]]

    Headers used in Email *

  8. val defaultMIMEHeaders: Map[String, Codec[ContentHeaderField]]

    headers used im MIME Parts *

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def fieldCodec[H <: EmailHeaderField](maxHeaderLength: Int, allHeaders: Map[String, Codec[H]])(implicit T: Typeable[H]): Codec[List[H]]

    Codec for header fields in the email.

    Codec for header fields in the email.

    maxHeaderLength

    Max length of the header

    allHeaders

    All supported header fields not listed here will be decoded as GenericField

  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def mimeCodec(maxHeaderLength: Int, otherHeaders: (String, Codec[ContentHeaderField])*): Codec[MIMEHeader]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. object impl

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped