Object

spinoco.protocol.mail.imap.codec.IMAPBodyPartCodec

impl

Related Doc: package IMAPBodyPartCodec

Permalink

object impl

Source
IMAPBodyPartCodec.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. impl
  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. val (: Codec[Unit]

    Permalink
  4. val ): Codec[Unit]

    Permalink
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val DQUOTE: Codec[Unit]

    Permalink
  7. val NIL: Codec[Unit]

    Permalink
  8. val SP: Codec[Unit]

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. val bits_SP: BitVector

    Permalink
  11. def bodyExtension: Codec[BodyExtension]

    Permalink
  12. def bodyFields: Codec[BodyFields]

    Permalink
  13. def bodyFldDesc: Codec[Option[String]]

    Permalink
  14. def bodyFldDsp: Codec[Option[(String, Vector[(String, String)])]]

    Permalink
  15. def bodyFldEnc: Codec[String]

    Permalink
  16. def bodyFldId: Codec[Option[String]]

    Permalink
  17. def bodyFldLang: Codec[Vector[String]]

    Permalink
  18. def bodyFldLines: Codec[Int]

    Permalink
  19. lazy val bodyFldLoc: Codec[Option[String]]

    Permalink
  20. def bodyFldMD5: Codec[Option[String]]

    Permalink
  21. def bodyFldOctets: Codec[Int]

    Permalink
  22. def bodyFldParam: Codec[Vector[(String, String)]]

    Permalink
  23. def bodyTypeBasic: Codec[BodyTypeBasic]

    Permalink
  24. def bodyTypeMessage: Codec[BodyTypeMessage]

    Permalink
  25. def bodyTypeText: Codec[BodyTypeText]

    Permalink
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def envBcc: Codec[Vector[EmailAddress]]

    Permalink
  28. def envCc: Codec[Vector[EmailAddress]]

    Permalink
  29. def envDate: Codec[LocalDate]

    Permalink
  30. def envFrom: Codec[Vector[EmailAddress]]

    Permalink
  31. def envInReplyTo: Codec[Option[String]]

    Permalink
  32. def envMessageId: Codec[Option[String]]

    Permalink
  33. def envReplyTo: Codec[Vector[EmailAddress]]

    Permalink
  34. def envSender: Codec[Vector[EmailAddress]]

    Permalink
  35. def envSubject: Codec[Option[String]]

    Permalink
  36. def envTo: Codec[Vector[EmailAddress]]

    Permalink
  37. def envelope: Codec[Envelope]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  43. lazy val intNumber: Codec[Int]

    Permalink
  44. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  45. val literalString: Codec[String]

    Permalink
  46. def mediaBasic: Codec[BasicMedia]

    Permalink
  47. def mediaMessage: Codec[Unit]

    Permalink
  48. def mediaSubtype: Codec[String]

    Permalink
  49. def mediaText: Codec[String]

    Permalink
  50. def multiBodyExtension: Codec[MultiBodyExtension]

    Permalink
  51. def multiBodyPart: Codec[MultiBodyPart]

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

    Permalink
    Definition Classes
    AnyRef
  53. lazy val nilString: Codec[String]

    Permalink
  54. def nilVector[A]: Codec[Vector[A]]

    Permalink
  55. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  57. lazy val nstring: Codec[Option[String]]

    Permalink
  58. lazy val optionalRFC2047: Codec[Option[String]]

    Permalink
  59. def singleBodyExtension: Codec[SingleBodyExtension]

    Permalink
  60. def singleBodyPart: Codec[SingleBodyPart]

    Permalink
  61. lazy val string: Codec[String]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  64. lazy val uidCodec: Codec[Unit]

    Permalink
  65. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. val {: Codec[Unit]

    Permalink
  69. val }: Codec[Unit]

    Permalink
  70. val }crlf: Codec[Unit]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped