Web UI doesn't display PDF attachments sent with Apple Mail

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
User avatar
msquadrat
Advanced member
Advanced member
Posts: 183
Joined: Mon Oct 14, 2013 10:09 am

Web UI doesn't display PDF attachments sent with Apple Mail

Post by msquadrat »

Hi folks,

TL;DR: This is a regression from 8.8.10 to 8.8.11. To work around this issue, apply the following script from [bug]109103[/bug] (I am not responsible for any issue this might cause on your side; if you break your installation its your job to fix it again):

Code: Select all

curl -L 'https://bugzilla.zimbra.com/attachment.cgi?id=68206' | bash
If you've updated to 8.8.11 you might notice after a while that the Web UI doesn't display PDF attachments anymore if the mail was sent via Apple Mail. It looks like some brilliant mind at Apple thought it was a good idea to send all PDF files as "inline" content instead of "attachment" content. This happens for a while now but in 8.8.11 a patch went in which makes these attachments disappear from the Web UI. The script will revert this change until the issue is fixed properly.
User avatar
DualBoot
Elite member
Elite member
Posts: 1326
Joined: Mon Apr 18, 2016 8:18 pm
Location: France - Earth
ZCS/ZD Version: ZCS FLOSS - 8.8.15 Mutli servers
Contact:

Re: Web UI doesn't display PDF attachments sent with Apple Mail

Post by DualBoot »

Hello,

thank you for the cheat code ;)

Regards,
Post Reply