We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following table gives some overview as to the current implementation status of various IMAP commands.
The frontend implementation consists of argument parsing and validation, followed by posting the command to the processing queue.
The backend implementation is the actual code carrying out the action on the backing database.
NOOP
NEW
LOGIN
AUTHENTICATE
LOGOUT
client_close
XYZZY
STARTTLS
CAPABILITY
SELECT
AUTHENTICATED
EXAMINE
CREATE
DELETE
SUBSCRIBE
UNSUBSCRIBE
RENAME
LIST
LSUB
STATUS
APPEND
CHECK
SELECTED
CLOSE
EXPUNGE
SEARCH
FETCH
STORE
COPY
UID *
Note that state SELECTED is the same as AUTHENTICATED, but with an active mailbox selection
The text was updated successfully, but these errors were encountered:
cbdevnet
No branches or pull requests
The following table gives some overview as to the current implementation status of various IMAP commands.
The frontend implementation consists of argument parsing and validation, followed by posting the command to the processing queue.
The backend implementation is the actual code carrying out the action on the backing database.
NOOP
NEW
, should also send untagged UpdatesLOGIN
NEW
AUTHENTICATE
NEW
LOGOUT
client_close
, WorkingXYZZY
STARTTLS
NEW
CAPABILITY
SELECT
AUTHENTICATED
EXAMINE
AUTHENTICATED
CREATE
AUTHENTICATED
DELETE
AUTHENTICATED
SUBSCRIBE
AUTHENTICATED
UNSUBSCRIBE
AUTHENTICATED
RENAME
AUTHENTICATED
LIST
AUTHENTICATED
LSUB
AUTHENTICATED
STATUS
AUTHENTICATED
APPEND
AUTHENTICATED
CHECK
SELECTED
CLOSE
SELECTED
EXPUNGE
SELECTED
SEARCH
SELECTED
FETCH
SELECTED
STORE
SELECTED
COPY
SELECTED
UID *
SELECTED
Note that state
SELECTED
is the same asAUTHENTICATED
, but with an active mailbox selectionThe text was updated successfully, but these errors were encountered: