uchicago-library / attachment-converter

Attachment Converter: tool for batch converting attachments in an email mailbox
GNU General Public License v2.0
8 stars 3 forks source link

Make Header Look-ups More Robust #55

Open nmmull opened 1 year ago

nmmull commented 1 year ago

Currently the code for lookup_param, lookup_unstructured, etc., is not that robust. In particular, they are case-sensitive. We could in theory do what mrmime does here, but it would probably be sufficient to eliminate case-sensitivity, whitespace-sensitivity, etc.

nmmull commented 3 weeks ago

I have to double check this, but I'm pretty sure now they're supposed to be case-sensitive.