ImapStatusCode

ImapStatusCode enumeration

Represents the status responses.

Members

Member nameDescription
NOT_DEFINEDNot defined
OKThe OK response indicates an information message from the server.
When tagged, it indicates successful completion of the associated command.
The human-readable text MAY be presented to the user as an information message.
The untagged form indicates an information-only message; the nature of the information MAY be indicated by a response code.
NOThe NO response indicates an operational error message from the server.
When tagged, it indicates unsuccessful completion of the associated command.
The untagged form indicates a warning; the command can still complete successfully.
The human-readable text describes the condition.
BADThe BAD response indicates an error message from the server.
When tagged, it reports a protocol-level error in the client’s command;
the tag indicates the command that caused the error.
The untagged form indicates a protocol-level error for which the associated command can not be determined;
it can also indicate an internal server failure.
The human-readable text describes the condition.
PREAUTHThe PREAUTH response is always untagged, and is one of three possible greetings at connection startup.
It indicates that the connection has already been authenticated by external means and thus no LOGIN command is needed.
BYEThe BYE response is always untagged, and indicates that the server is about to close the connection.
The human-readable text MAY be displayed to the user in a status report by the client.
The difference between a BYE that occurs as part of a normal LOGOUT sequence (the first case) and a BYE
that occurs because of a failure (the other three cases) is that the connection closes immediately in the failure case.
ALERTThe human-readable text contains a special alert that MUST be presented to the user
in a fashion that calls the user’s attention to the message.
BAD_CHARSETOptionally followed by a parenthesized list of charsets.
A SEARCH failed because the given charset is not supported by this implementation.
CAPABILITYFollowed by a list of capabilities.
PARSEThe human-readable text represents an error in parsing the
[RFC-2822] header or [MIME-IMB] headers of a message in the
mailbox.
PERMANENT_FLAGSFollowed by a parenthesized list of flags, indicates which of
the known flags the client can change permanently.
READ_ONLYThe mailbox is selected read-only.
READ_WRITEThe mailbox is selected read-write.
TRY_CREATEAn APPEND or COPY attempt is failing
because the target mailbox does not exist.
UID_NEXTIndicates the next unique identifier value.
UID_VALIDITYIndicates the unique identifier validity value.
UNSEENIndicates the number of the first message without the \Seen flag set.
UNSOLICITEDUntagged status responses.

See Also