[SOLVED] Emoticons in email body

All around Zimbra Chat, give us your feedback, questions and ideas
Post Reply
7224jobe
Outstanding Member
Outstanding Member
Posts: 283
Joined: Sat Sep 13, 2014 1:55 am
ZCS/ZD Version: 8.8.15_FOSS Patch38

[SOLVED] Emoticons in email body

Post by 7224jobe »

Hi, we are on Zimbra 8.7.10 with chat enabled,and a few user notified us that they see emoticons in the emails that they receive. Emoticon zimlet is disabled globally, so I examined the webmail with Firefox developer tools and found that those emoticons are from zx_open_chat...I assume that they come from the chat zimlet, that we currently use. In chat options I found that the "enable emoticons in email" is disabled, but they are still showed in the email body. Is there a way to globally disble emoticons for all users?
7224jobe
Outstanding Member
Outstanding Member
Posts: 283
Joined: Sat Sep 13, 2014 1:55 am
ZCS/ZD Version: 8.8.15_FOSS Patch38

Re: Emoticons in email body

Post by 7224jobe »

Also tested in a lab environment using the latest 8.7.11 and the problem persists. It looks like that "Display emoticons in all emails" option is ignored, it is always enabled even if the box is not checked.
7224jobe
Outstanding Member
Outstanding Member
Posts: 283
Joined: Sat Sep 13, 2014 1:55 am
ZCS/ZD Version: 8.8.15_FOSS Patch38

Re: Emoticons in email body

Post by 7224jobe »

Temporarily solved by editing com_zextras_chat_open zimlet code...

Edited /opt/zimbra/zimlets-deployed/com_zextras_chat_open/com_zextras_chat_open_bundle.js
Changed

Code: Select all

ZmObjectManager_1.ZmObjectManager.registerHandler(ObjectHandler_1.ObjectHandler, null, this._zimletContext.priority);
Into

Code: Select all

ZmObjectManager.registerHandler(this.mObjectHandler, null, this._zimletContext.priority);
Can anyone confirm / address this bug?
User avatar
bud
Posts: 16
Joined: Sat Sep 13, 2014 2:38 am
Location: ZeXtras
Contact:

Re: Emoticons in email body

Post by bud »

Hello 7224jobe,
7224jobe wrote:Can anyone confirm / address this bug?
Yes I can confirm the existence of the bug, It should be solved in the next release of OpenChat Zimlet.
User avatar
bud
Posts: 16
Joined: Sat Sep 13, 2014 2:38 am
Location: ZeXtras
Contact:

Re: Emoticons in email body

Post by bud »

Hello 7224jobe,

I found the reference of the issue You are describing: https://github.com/ZeXtras/openchat-zim ... f22d53b778 ;)
7224jobe
Outstanding Member
Outstanding Member
Posts: 283
Joined: Sat Sep 13, 2014 1:55 am
ZCS/ZD Version: 8.8.15_FOSS Patch38

Re: Emoticons in email body

Post by 7224jobe »

Thanks bud for the update. Yes, we solved the bug following that Github excerpt.
Waiting for the next release of the Zimlet ;)
Post Reply