Files
Serdar Ozturk 911860cf55 Cache large message bodies as content Uri via FileProvider
- 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
2026-05-08 14:57:57 +00:00
..