Files
sim/apps
Waleed 05de46357a fix(agiloft): resolve attachment MIME type instead of trusting the header (#6573)
Agiloft labels most attachments application/octet-stream whatever they
actually are, so a downstream consumer keyed on the header mis-handles
them. Resolve the type through resolveEffectiveMimeType, the shared helper
the other tool routes already use, which prefers a header that names a
real format and otherwise falls back to the filename Agiloft sends in
Content-Disposition.
2026-08-11 17:09:11 -07:00
..