|
Abort
Abort an IMAP session
Append Appends a complete message to an existing mailbox.
Capability Reports the IMAP capabilities supported by the server.
Check Requests a checkpoint on the currently selected mailbox.
Close Deselects the currently selected mailbox.
Connect Establishes a connection to the IMAP server.
Copy Copies one or more messages from the currently selected mailbox to the specified destination mailbox.
Create Creates a new mailbox
Delete Deletes an existing mailbox
Direct Sends a command directly to the server.
Disconnect Close the connection with the IMAP server.
EndIdle Terminates the idiling process.
Examine Selects mailbox in read-only mode.
Expunge Permanently deletes messages that have the delete flag set.
Fetch Retrieves any section of a message, a complete message or several messages.
FwConnect Establishes a connection to the IMAP server via a firewall.
List Lists all mailboxes.
ListSubscribed Lists all subscribed mailboxes that are available to the client.
Login User login to IMAP server.
Noop Use as a periodic poll for new messages or message status updates during a period of inactivity.
Rename Renames an existing mailbox.
Search Searches a mailbox for all messages that match the specifications you specify.
Select Selects a mailbox to access or manipulate messages.
Status Gives the current information on the specified mailbox.
StartIdle Get into the idle mode and allow the IMAP control to notify of any real time updates.
Store Alters the status of a message
Subscribe Subscribes the user to the specified mailbox on the server. Usually used for shared mailboxes.
UidCopy Copies a message or a set of messages by specifying its Uid to a specified mailbox
UidFetch Retrieves a section of or a complete message by specifying the message Uid.
UidSearch Searches a mailbox for all messages that match the specifications you specify and delivers the message Uid numbers.
UidStore Alters the stus of a message or set of messages identified by its or their Uid.
Unsubscribe Unsubscribes a user from a specific mailbox on the server.
|