Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
IMAP protocol interface
module QResync : sig ... end
module Condstore : sig ... end
val capability : ImapTypes.capability list ImapCore.command
val noop : unit ImapCore.command
val logout : unit ImapCore.command
val starttls : unit ImapCore.command
val authenticate : ImapAuth.t -> unit ImapCore.command
val login : string -> string -> unit ImapCore.command
val examine : string -> unit ImapCore.command
val select : string -> unit ImapCore.command
val create : string -> unit ImapCore.command
val delete : string -> unit ImapCore.command
val rename : string -> string -> unit ImapCore.command
val subscribe : string -> unit ImapCore.command
val unsubscribe : string -> unit ImapCore.command
val list : string -> string -> ImapTypes.mailbox_list list ImapCore.command
val lsub : string -> string -> ImapTypes.mailbox_list list ImapCore.command
val status :
string ->
ImapTypes.status_att list ->
ImapTypes.mailbox_data_status ImapCore.command
val append :
string ->
?flags:ImapTypes.flag list ->
?date_time:float ->
string ->
unit ImapCore.command
val search :
?charset:string ->
ImapTypes.search_key ->
Uint32.t list ImapCore.command
val uid_search :
?charset:string ->
ImapTypes.search_key ->
Uint32.t list ImapCore.command
val check : unit ImapCore.command
val close : unit ImapCore.command
val expunge : unit ImapCore.command
val fetch :
ImapSet.t ->
ImapTypes.fetch_type ->
ImapTypes.msg_att list ImapCore.command
val uid_fetch :
ImapSet.t ->
ImapTypes.fetch_type ->
ImapTypes.msg_att list ImapCore.command
val store : ImapSet.t -> ImapTypes.store_att_flags -> unit ImapCore.command
val uid_store : ImapSet.t -> ImapTypes.store_att_flags -> unit ImapCore.command
val copy : ImapSet.t -> string -> unit ImapCore.command
val uid_copy : ImapSet.t -> string -> unit ImapCore.command
module Enable : sig ... end
module Id : sig ... end
module Uidplus : sig ... end
module XGmExt1 : sig ... end
module Namespace : sig ... end
module Compress : sig ... end
module Idle : sig ... end