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

Revamp MIME type representation #109

Closed nmmull closed 1 month ago

nmmull commented 1 month ago

We wrote a small interface for working with Mime types but its not robust. mrmime already implements parsers for content types, from which we can derive a more robust parser for mime types (i.e., content types without any parameters). The interface in Mime_type shouldn't change, but it should be written in terms of mrmime content type data types.