Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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 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 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 fetch_changedsince :
ImapSet.t ->
Uint64.t ->
ImapTypes.fetch_type ->
ImapTypes.msg_att list ImapCore.command
val uid_fetch_changedsince :
ImapSet.t ->
Uint64.t ->
ImapTypes.fetch_type ->
ImapTypes.msg_att list ImapCore.command
val store_unchangedsince :
ImapSet.t ->
Uint64.t ->
ImapTypes.store_att_flags ->
ImapSet.t ImapCore.command
val uid_store_unchangedsince :
ImapSet.t ->
Uint64.t ->
ImapTypes.store_att_flags ->
ImapSet.t ImapCore.command