Object/Class

spinoco.fs2.mail.imap

IMAPFetchContent

Related Docs: class IMAPFetchContent | package imap

Permalink

object IMAPFetchContent extends Serializable

Source
IMAPFetchContent.scala
Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IMAPFetchContent
  2. Serializable
  3. Serializable
  4. AnyRef
  5. 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. val ALL: IMAPFetchContent

    Permalink

    Macro equivalent to: (FLAGS INTERNALDATE RFC822.SIZE ENVELOPE) *

  5. val BODY: IMAPFetchContent

    Permalink

    Macro equivalent to: (FLAGS INTERNALDATE RFC822.SIZE ENVELOPE) *

  6. val BODYSTRUCTURE: IMAPFetchContent

    Permalink

    The [MIME-IMB] body structure of the message.

    The [MIME-IMB] body structure of the message. This is computed by the server by parsing the [MIME-IMB] header fields in the [RFC-2822] header and [MIME-IMB] headers.

  7. def Body(sections: BodySection*): IMAPFetchContent

    Permalink

    The text of a particular body section.

    The text of a particular body section. The section specification is a set of zero or more part specifiers

  8. def BodyPeek(sections: BodySection*): IMAPFetchContent

    Permalink

    An alternate form of BODY[<section>] that does not implicitly set the \Seen flag.

  9. def BodyPeekRange(range: Range, sections: BodySection*): IMAPFetchContent

    Permalink

    An alternate form of BODY[<section>] that does not implicitly set the \Seen flag.

    An alternate form of BODY[<section>] that does not implicitly set the \Seen flag.

    range

    particular range of email to fetch

    sections

    Sections to fetch

  10. def BodyRange(range: Range, sections: BodySection*): IMAPFetchContent

    Permalink

    The text of a particular body section.

    The text of a particular body section. The section specification is a set of zero or more part specifiers

    range

    particular range of email to fetch

    sections

    Sections to fetch

  11. val ENVELOPE: IMAPFetchContent

    Permalink

    The envelope structure of the message.

    The envelope structure of the message. This is computed by the server by parsing the [RFC-2822] header into the component parts, defaulting various fields as necessary.

  12. val FAST: IMAPFetchContent

    Permalink

    Macro equivalent to: (FLAGS INTERNALDATE RFC822.SIZE ENVELOPE) *

  13. val FLAGS: IMAPFetchContent

    Permalink

    The flags that are set for this message.

  14. val FULL: IMAPFetchContent

    Permalink

    Macro equivalent to: (FLAGS INTERNALDATE RFC822.SIZE ENVELOPE) *

  15. val INTERNALDATE: IMAPFetchContent

    Permalink

    The internal date of the message.

  16. val RFC822: IMAPFetchContent

    Permalink

    Functionally equivalent to BODY[], differing in the syntax of the resulting untagged FETCH data (RFC822 is returned).

  17. val RFC822_HEADER: IMAPFetchContent

    Permalink

    Functionally equivalent to BODY.PEEK[HEADER], differing in the syntax of the resulting untagged FETCH data (RFC822.HEADER is returned).

  18. val RFC822_SIZE: IMAPFetchContent

    Permalink

    The [RFC-2822] size of the message.

  19. val RFC822_TEXT: IMAPFetchContent

    Permalink

    Functionally equivalent to BODY[TEXT], differing in the syntax of the resulting untagged FETCH data (RFC822.TEXT is returned).

  20. val UID: IMAPFetchContent

    Permalink

    The unique identifier for the message.

  21. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped