Is your feature request related to a problem? Body rendering errors show technical messages like "Error rendering body: %v". No recovery suggestions. No retry mechanism.
Describe the solution you would like: User-friendly messages:
"Unable to display email body. Try refreshing (r key)"
Include recovery actions based on error type.
Describe alternatives you have considered: Show raw error (current). User-friendly messages help non-technical users.
Additional context:
- File: tui/email_view.go (lines 80-90)
- UX issue: Unhelpful technical error messages
- Complexity: Easy-Medium - map errors to friendly messages
Is your feature request related to a problem? Body rendering errors show technical messages like "Error rendering body: %v". No recovery suggestions. No retry mechanism.
Describe the solution you would like: User-friendly messages:
"Unable to display email body. Try refreshing (r key)"
Include recovery actions based on error type.
Describe alternatives you have considered: Show raw error (current). User-friendly messages help non-technical users.
Additional context: