PEPS icon indicating copy to clipboard operation
PEPS copied to clipboard

Office OpenXML files files (.docx, .xlsx) get corrupted

Open tiangolo opened this issue 8 years ago • 0 comments

Office OpenXML files in attachments seem to be corrupted.

Steps to reproduce:

  • Send an encrypted email with an Office file attached using the new version (OpenXML): .docx or .xlsx.

  • On the other end, after receiving the message, download the attached MS Office file.

  • The downloaded file is unnamed, so the browser uses just "download" as the name of the file (that's the first issue).

  • After renaming that to the original file name with the original extension, and trying to open it with MS Office (Word, Excel, etc). It throws an error telling that the file is corrupt and is unable to read or recover it.

tiangolo avatar Feb 16 '17 21:02 tiangolo