- Properly handle when no mail headers at all can be parsed
- Properly handle when mail headers can be parsed but no subject line can be found
EXCEPTION: (RuntimeException) Undefined index: subject
Closes T15769
Differential D25565
Make incoming mail handling more robust / correct aklapper on Apr 1 2024, 10:32. Authored by Tags None Referenced Files
Details
EXCEPTION: (RuntimeException) Undefined index: subject Closes T15769 See T15769
Diff Detail
Event Timeline
Comment Actions FTR I gave this last version another test locally, feeding an mbox file with no subject header (which is accepted now without complaints), and bugging input again (which prints a correct error message instead of misleadingly complaining about a missing subject line) |