package imap

  1. Overview
  2. Docs
type ImapTypes.msg_att_extension +=
  1. | MSG_ATT_XGMMSGID of Uint64.t
  2. | MSG_ATT_XGMTHRID of Uint64.t
  3. | MSG_ATT_XGMLABELS of string list
val fetch_att_xgmmsgid : ImapTypes.fetch_att
val fetch_att_xgmthrid : ImapTypes.fetch_att
val fetch_att_xgmlabels : ImapTypes.fetch_att
val uid_store_xgmlabels : ImapSet.t -> ImapTypes.store_att_flags_sign -> bool -> string list -> unit ImapCore.command
val store_xgmlabels : ImapSet.t -> ImapTypes.store_att_flags_sign -> bool -> string list -> unit ImapCore.command