Commit 51ced95
committed
Extract bodyText for text/plain CPIM messages
Phase 2's Messages::IncomingMMS now splits inbound MMS into separate CPIM
rows for the file-transfer payload and the inline text caption (text/plain
body). The CPIM class declares bodyText but fromString never populated it,
so the web UI received the caption row but had nothing to render.
Adds bodyText extraction when the inner Content-Type is text/plain.
Discovered during sfo prod deploy May 7 2026; validated end-to-end via
in-place perl patch on the deployed bundle, then mirrored here for the
next CI rebuild.1 parent 8d17f2a commit 51ced95
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
| |||
0 commit comments