Releases: Zimbra-Community/com_zimbra_emailtemplates
Fixed multiple substitutions on a line
1.0.3 increment version
Support lists in templates
Fix inline images for Zimbra 8.8
Zimbra 8.8 has changed the email composer, this breaks templates with inline images stored in previous versions of Zimbra.
You can fix them by opening the draft message and then in the composer, view the html source and replace src= with dfsrc=. Or just create a new template and use the Insert Images
button from the Email Templates menu.
Background: Apparently in Zimbra 8.8 src= gets translated to pnsrc= when the template is applied, zimbra then removes the domain part from the image aka
< img src="https://mail.zetalliance.org/home/info%40barrydegraaff.tk/Email%20Templates%20public/HJss9nqD1Czk2G3PcKMBDKIs9Y8xZf/black.png
becomes:
pnsrc="/home/info%40barrydegraaff.tk/Email%20Templates%20public/HJss9nqD1Czk2G3PcKMBDKIs9Y8xZf/black.png
Then src="broken_url is added once the message is send.
This breaks the message. This behavior is only for Zimbra's own urls, external urls are translated to dfsrc and the domain is left untouched.
It's probably a work-around for something. Anyway, we updated the zimlet to use dfsrc instead of src. But you need to fix your templates before it can work.
Support organizing templates in sub folders
Support organizing templates in sub folders
https://raw.githubusercontent.com/Zimbra-Community/com_zimbra_emailtemplates/master/06.png
Support inline images
Allows using inline images via a public created share link. They show up in the users briefcase, if the user does not have briefcase enabled, the feature works as well.
Remove button from `New Appointment` toolbar
In Zimbra 6 this Zimlet also supported Appointment templates. When this Zimlet was fixed for version 8.0 that feature was overlooked, and never fixed. As far as I can see, the Zimbra appointment scheduler can do recurring events. If you want to add/remove persons after you already sent the initial Appointment (invite) there is an option to only send the added/removed persons a copy of the message (invite).
Making this integration redundant.
This release removes the broken button from the UI.
Increment templates limit to 50
- Increment templates limit to 50
com_zimbra_emailtemplates.zip
Add support for persona's/from chooser
When a user saves a template, the selected persona is restored when using the template.
Bugfix release
Bugfix release
Bugfix release
Bugfix release