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

Add meta-data header to attachments #42

Closed nmmull closed 2 years ago

nmmull commented 2 years ago

This is primarily in pursuit of idempotence of acopy and amap, but I thought I'd make a separate issue. We want to add a new header in the attachment of the form

X-Attachment-Converter: converted;
    source-type="application/pdf";
    target-type="application/pdf";
    original-file-name="name.pdf";
    timestamp="...";
    ...
bufordrat commented 2 years ago

Nice! I like the header field parameters you're going with here.