Skip to content

Extract bodyText for text/plain CPIM messages#100

Merged
dunkeltron merged 1 commit into
devfrom
fix/cpim-text-body-extraction
May 11, 2026
Merged

Extract bodyText for text/plain CPIM messages#100
dunkeltron merged 1 commit into
devfrom
fix/cpim-text-body-extraction

Conversation

@LawOfSynergy
Copy link
Copy Markdown

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.

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.
@dunkeltron dunkeltron merged commit 7a1dc3a into dev May 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants