package imap

  1. Overview
  2. Docs
type ImapTypes.msg_att_extension +=
  1. | MSG_ATT_MODSEQ of Uint64.t
type ImapTypes.resp_text_code_extension +=
  1. | RESP_TEXT_CODE_HIGHESTMODSEQ of Uint64.t
  2. | RESP_TEXT_CODE_NOMODSEQ
  3. | RESP_TEXT_CODE_MODIFIED of ImapSet.t
type ImapTypes.status_info_extension +=
  1. | STATUS_ATT_HIGHESTMODSEQ of Uint64.t
val fetch_att_modseq : ImapTypes.fetch_att
val search_modseq : ?charset:string -> ImapTypes.search_key -> (Uint32.t list * Uint64.t) ImapCore.command
val uid_search_modseq : ?charset:string -> ImapTypes.search_key -> (Uint32.t list * Uint64.t) ImapCore.command
val select : string -> unit ImapCore.command
val select_condstore : string -> Uint64.t ImapCore.command
val examine : string -> unit ImapCore.command
val examine_condstore : string -> Uint64.t ImapCore.command
val uid_fetch_changedsince : ImapSet.t -> Uint64.t -> ImapTypes.fetch_type -> ImapTypes.msg_att list ImapCore.command