package imap

  1. Overview
  2. Docs
val string_of_error : ImapTypes.error -> string
val cont_req_or_resp_data_store : ImapTypes.state -> ImapTypes.cont_req_or_resp_data -> ImapTypes.state
val handle_response : ImapTypes.response -> unit command
val send_tag : unit command

IMAP sessions

val fresh_selection_info : ImapTypes.selection_info
val fresh_state : ImapTypes.state
val greeting : [ `NeedsAuth | `PreAuth ] command
val std_command : unit command -> unit command