Skip to content

Releases: Zimbra-Community/com_zimbra_emailtemplates

Fixed multiple substitutions on a line

06 Feb 08:53
Compare
Choose a tag to compare

Support lists in templates

08 Mar 12:29
Compare
Choose a tag to compare

When prompted to replace data, a text area is given with a button to choose wether the list should be ordered or unordered:

image

By default, this:

image

Will turn into this:

image

And this:

image

Into this:

image

Fix inline images for Zimbra 8.8

27 Aug 10:38
Compare
Choose a tag to compare

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

13 Jun 09:10
Compare
Choose a tag to compare

Support inline images

24 Sep 07:43
Compare
Choose a tag to compare

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

11 Sep 19:05
Compare
Choose a tag to compare

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

02 May 16:57
Compare
Choose a tag to compare

Add support for persona's/from chooser

25 Apr 14:15
Compare
Choose a tag to compare

When a user saves a template, the selected persona is restored when using the template.

Bugfix release

16 Dec 08:30
Compare
Choose a tag to compare

Bugfix release

Bugfix release

03 Dec 09:19
Compare
Choose a tag to compare

Bugfix release