.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH imap 1 "imap " .SH NAME imap \- IMAP\-specific API .SH SYNOPSIS \fBimap\fR [\fB\-h\fR|\fB\-\-help\fR] <\fIsubcommands\fR> .SH DESCRIPTION IMAP\-specific API. .PP Gives access to the raw IMAP API. Each command matches the name of its IMAP counterpart (RFC 3501 and extensions), exposed as a flat command list like the protocol itself. .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR Print help (see a summary with \*(Aq\-h\*(Aq) .SH SUBCOMMANDS .TP imap\-id(1) Get information about the IMAP server .TP imap\-select(1) Select the given mailbox (SELECT, RFC 3501) .TP imap\-create(1) Create the given mailbox (CREATE, RFC 3501) .TP imap\-delete(1) Delete the given mailbox (DELETE, RFC 3501) .TP imap\-rename(1) Rename the given mailbox (RENAME, RFC 3501) .TP imap\-subscribe(1) Subscribe to the given mailbox (SUBSCRIBE, RFC 3501) .TP imap\-unsubscribe(1) Unsubscribe from the given mailbox (UNSUBSCRIBE, RFC 3501) .TP imap\-list(1) List mailboxes (LIST / LSUB, RFC 3501) .TP imap\-status(1) Get the status of the given mailbox (STATUS, RFC 3501) .TP imap\-close(1) Close the selected mailbox (CLOSE, RFC 3501) .TP imap\-unselect(1) Unselect the selected mailbox (UNSELECT, RFC 3691) .TP imap\-expunge(1) Expunge the given mailbox (EXPUNGE, RFC 3501) .TP imap\-search(1) Search IMAP messages (SEARCH, RFC 3501) .TP imap\-sort(1) Sort IMAP messages (SORT, RFC 5256) .TP imap\-thread(1) Thread IMAP messages (THREAD, RFC 5256) .TP imap\-store(1) Store IMAP flags on message(s) (STORE, RFC 3501) .TP imap\-flags(1) List the flags available in the given mailbox (SELECT response, RFC 3501) .TP imap\-fetch(1) Fetch IMAP message data items (FETCH, RFC 3501) .TP imap\-append(1) Append a message to a mailbox (APPEND, RFC 3501) .TP imap\-copy(1) Copy IMAP message(s) to the given mailbox (COPY, RFC 3501) .TP imap\-move(1) Move IMAP message(s) to the given mailbox (MOVE, RFC 6851) .TP imap\-raw(1) Send one or more raw IMAP commands and print the verbatim server response .TP imap\-help(1) Print this message or the help of the given subcommand(s)