UTF7IMAP_CONVERSION UTF7IMAP_CONVERSION There was an unrecoverable error in UTF7IMAP -> UTF8 conversion.
BADCOMPARATOR BADCOMPARATOR The comparator specified by setComparator() was not recognized by the IMAP server
MBOXNOMODSEQ MBOXNOMODSEQ RFC 7162 [3.1.2.2] - All mailboxes are not required to support mod-sequences.
INUSE INUSE The operation was not successful because another user is holding a necessary resource. The operation may succeed if attempted later.
ALREADYEXISTS ALREADYEXISTS The operation failed because the requested creation object already exists.
METADATA_MAXSIZE METADATA_MAXSIZE Setting metadata failed because the size of its value is too large. The maximum octet count the server is willing to accept will be in the exception message string.
METADATA_TOOMANY METADATA_TOOMANY Setting metadata failed because the maximum number of allowed annotations has already been reached.
METADATA_NOPRIVATE METADATA_NOPRIVATE Setting metadata failed because the server does not support private annotations on one of the specified mailboxes.
LOGIN_AUTHORIZATIONFAILED LOGIN_AUTHORIZATIONFAILED Authentication succeeded, but authorization failed.
LOGIN_SERVER_VERIFICATION_FAILED LOGIN_SERVER_VERIFICATION_FAILED Server verification failed (SCRAM authentication).
POP3_TEMP_ERROR POP3_TEMP_ERROR Temporary issue. Generally, there is no need to alarm the user for errors of this type.
__construct() __construct(string $charset) Constructor. Parameters string $charset The charset that was attempted to be converted to.
setMessage() setMessage(string $msg) Allow the error message to be altered. Parameters string $msg Error message.
setCode() setCode(integer $code) Allow the error code to be altered. Parameters integer $code Error code.
messagePrintf() messagePrintf(array $args = array()) Perform substitution of variables in the error message. Needed to allow for correct translation of error message. Parameters array $args Arguments used for substitution.