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

90 stabilize converted line endings #100

Closed bufordrat closed 1 month ago

bufordrat commented 1 month ago

Fixes #90.

Implementing this fix required a lot of background research, but the code changes ended up being less extensive than originally envisaged. In essence, the changes are:

Lib.Convert has two implementations of each of these parsing and serializing functions, one for the Mrmime_converter module and one for the Ocamlnet_converter module.