-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
Description
If an e-mail contains an XLSX Excel file as an attachment, this is returned with the mimetype “application/excel”.
However, the correct mimetype would be “application/vnd.openxmlformats-officedocument.spreadsheetml.sheet”.
“application/excel” is also not a valid mimetype: see
https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types
I use omsg.fetchTrueAttachments(), and the attachment object contains:

It is strange that the longFilename is correct, but the filename has the wrong extension 'xls'.
Reactions are currently unavailable