Riposte solution
The IMAP command was not permitted. The user does not have the rights to perform that operation (for example, trying to delete a shared folder without permission). Your application should catch this and avoid repeating the unauthorized action. No Riposte workaround except ensuring you only attempt allowed operations for the user. If this is unexpected, the user might need a higher privilege or a configuration change on the server.
Quick facts
- Provider
- IMAP
- Endpoint / surface
- IMAP Protocol
Why it happens
[Protocol-level condition per RFC/extension]
How to fix it
[Adjust client behavior per RFC semantics; often retry or change command/parameters]