ePADD / epadd

ePADD is a software package developed by Stanford University's Special Collections & University Archives that supports archival processes around the appraisal, ingest, processing, discovery, and delivery of email archives.
https://www.epaddproject.org
114 stars 24 forks source link

quotedPrintable throwing exception when exporting messages to mbox #327

Closed chinuhub closed 1 year ago

chinuhub commented 6 years ago

When exporting messages to mbox the following possibilities exist for content and the attachments. Based on these cases we chose charset and the encoding.

Content . ContentCharSet ContentEncoding .

  1. ASCII UTF-8 quotedprintable
  2. I18N UTF-8 base64

Attachments, if present, will be encoded using base64 and corresponding content type.

Before exporting, the message content and the attachment will be encoded as specified above.

peterchanws commented 6 years ago

only during download from message view