mirror of
https://github.com/ProtonMail/android-mail.git
synced 2026-05-15 09:50:40 +00:00
911860cf55
- Persist large bodies into app cache and expose via FileProvider content Uri
- Keep small bodies inline as Text
- Apply height restriction style before Text/File branching so both inline and file-backed bodies
receive identical HTML preparation
- Fallback to Text if cache write or Uri generation fails
- Register body_cache in file_paths.xml to support content Uri generation
ET-6187