Object

spinoco.protocol.mail.header.codec

EmailHeaderCodec

Related Doc: package codec

Permalink

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. All

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def codec(maxHeaderLength: Int, otherHeaders: (String, Codec[EmailHeaderField])*): Codec[EmailHeader]

    Permalink

    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]]

    Permalink

    Headers used in Email *

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

    Permalink

    headers used im MIME Parts *

  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def fieldCodec[H <: EmailHeaderField](maxHeaderLength: Int, allHeaders: Map[String, Codec[H]])(implicit T: Typeable[H]): Codec[List[H]]

    Permalink

    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. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. object impl

    Permalink
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def mimeCodec(maxHeaderLength: Int, otherHeaders: (String, Codec[ContentHeaderField])*): Codec[MIMEHeader]

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped