Riposte solution
An operation is still in progress (e.g., a long-running search or fetch). This is an informational signal (from the IMAP CONTINUE or pending responses). It tells the client the request is being processed. You don't need to do anything besides wait for completion. Riposte will handle these asynchronous operations internally and give you results when ready.
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]