package imap

  1. Overview
  2. Docs
val uid_expunge : ImapSet.t -> unit ImapCore.command
val uidplus_copy : ImapSet.t -> string -> (Uint32.t * ImapSet.t * ImapSet.t) ImapCore.command
val uidplus_uid_copy : ImapSet.t -> string -> (Uint32.t * ImapSet.t * ImapSet.t) ImapCore.command
val uidplus_append : string -> ?flags:ImapTypes.flag list -> ?date_time:float -> string -> (Uint32.t * Uint32.t) ImapCore.command