Packages

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. val (: Codec[Unit]
  4. val ): Codec[Unit]
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val DQUOTE: Codec[Unit]
  7. val NIL: Codec[Unit]
  8. val SP: Codec[Unit]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val bits_SP: BitVector
  11. def bodyExtension: Codec[BodyExtension]
  12. def bodyFields: Codec[BodyFields]
  13. def bodyFldDesc: Codec[Option[String]]
  14. def bodyFldDsp: Codec[Option[(String, Vector[(String, String)])]]
  15. def bodyFldEnc: Codec[String]
  16. def bodyFldId: Codec[Option[String]]
  17. def bodyFldLang: Codec[Vector[String]]
  18. def bodyFldLines: Codec[Int]
  19. lazy val bodyFldLoc: Codec[Option[String]]
  20. def bodyFldMD5: Codec[Option[String]]
  21. def bodyFldOctets: Codec[Int]
  22. def bodyFldParam: Codec[Vector[(String, String)]]
  23. def bodyTypeBasic: Codec[BodyTypeBasic]
  24. def bodyTypeMessage: Codec[BodyTypeMessage]
  25. def bodyTypeText: Codec[BodyTypeText]
  26. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  27. def envBcc: Codec[Vector[EmailAddress]]
  28. def envCc: Codec[Vector[EmailAddress]]
  29. def envDate: Codec[Option[LocalDate]]
  30. def envFrom: Codec[Vector[EmailAddress]]
  31. def envInReplyTo: Codec[Option[String]]
  32. def envMessageId: Codec[Option[String]]
  33. def envReplyTo: Codec[Vector[EmailAddress]]
  34. def envSender: Codec[Vector[EmailAddress]]
  35. def envSubject: Codec[Option[String]]
  36. def envTo: Codec[Vector[EmailAddress]]
  37. def envelope: Codec[Envelope]
  38. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  40. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  41. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  42. lazy val intNumber: Codec[Int]
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. val literalString: Codec[String]
  45. def mediaBasic: Codec[BasicMedia]
  46. def mediaMessage: Codec[Unit]
  47. def mediaSubtype: Codec[String]
  48. def mediaText: Codec[String]
  49. def multiBodyExtension: Codec[MultiBodyExtension]
  50. def multiBodyPart: Codec[MultiBodyPart]
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. def nilMedia: Codec[BasicMedia]
  53. lazy val nilString: Codec[String]
  54. def nilVector[A]: Codec[Vector[A]]
  55. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  56. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  57. lazy val nstring: Codec[Option[String]]
  58. lazy val optionalRFC2047: Codec[Option[String]]
  59. def singleBodyExtension: Codec[SingleBodyExtension]
  60. def singleBodyPart: Codec[SingleBodyPart]
  61. lazy val string: Codec[String]
  62. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. lazy val uidEndCodec: Codec[Unit]
  65. lazy val uidStartCodec: Codec[Unit]
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  69. val {: Codec[Unit]
  70. val }: Codec[Unit]
  71. val }crlf: Codec[Unit]

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