
with Tags:
mime
X

XLSX file saved as DOCX file
When a user tries to open an xlsx attachment, the attachment does not automatically open up, and instead prompts to save the record as an docx file. To resolve this, you will have to update the mime.types file. 1. Add the following line to the mime.types file: application/vnd.openxmlformats-officedocument.wordprocessingml.document docx pptx xlsx 2. Restart the IBM HTTP Server. 3. Added the following lines to the httpd.conf file: AddType application/vnd.openxmlformats-officedocument.wordprocessingml.document docx AddType... [More]
Tags:  xlsx file docx saved mime |
A Long Time Ago in an APAR Far, Far Away ... (or How the Email Listener Handles RFC822 Content)
Stuart Bowden (IBM UK) and Sampath Sriramadhesikan (IBM US) contributed to this article. Introduction APAR IZ88552 brought about some functionality in Maximo to handle email with a content type of 'message' (i.e. RFC 822 content). Two-and-a-half years later is not too late to clarify what this feature entails. Maximo, nor the JavaMail API, are capable of encoding or decoding proprietary message formats. The Outlook message format is a proprietary binary encoded format. 1) The value of the... [More]
Tags:  mime email javamail eml outlook 7.5. 7.1.1 listener msg rfc822 |