Is your feature request related to a problem?
The JMAP provider in backend/jmap/jmap.go often returns generic errors when a request fails. JMAP provides structured error information that could be used to give the user more context.
Describe the solution you'd like
Extract and return more specific error messages from the JMAP response objects when a request fails.
Describe alternatives you've considered
N/A
Additional context
Check backend/jmap/jmap.go.
Is your feature request related to a problem?
The JMAP provider in
backend/jmap/jmap.gooften returns generic errors when a request fails. JMAP provides structured error information that could be used to give the user more context.Describe the solution you'd like
Extract and return more specific error messages from the JMAP response objects when a request fails.
Describe alternatives you've considered
N/A
Additional context
Check
backend/jmap/jmap.go.