On 2013-07-18 6:00 AM, Christian Mack wrote:
This is not possible, because you would have to create a multipart email
to embed the image.
This isn't exactly right.

When using HTML mails from SOGo, you can DnD an image in the signature editor to include a picture (at least, using Firefox).

If you do that from a Web browser, it'll include a reference to the image (ie., <img src="http://....";>). If you do from outside a web browser (Finder, for example), it'll embed the image directly in the HTML content (ie., <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQA ...>)

The second option is quite nice, and very self-contained. The problem with that is if you send such mail to Outlook 2010 users, Outlook will simply break on mails containing <img alt="" src="data:image.."> content. It will simply not show attachments that you could have included in the mail you sent.

One workaround we could have in SOGo for the Outlook bug is upon sending, SOGo could "transform" the based64 encoded image from the <img> tag into a MIME part and include it in the email, and add a CID reference.

Thanks,

--
Ludovic Marcotte
[email protected]  ::  +1.514.755.3630  ::  http://inverse.ca
Inverse inc. :: Leaders behind SOGo (http://sogo.nu) and PacketFence 
(http://packetfence.org)

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to