[horde] Add own Javascript-code to Newmail-Notification

Michael Gröne michael.groene at zew.uni-hannover.de
Mon Aug 24 11:12:00 UTC 2009


Hello there,

I'm trying to setup Horde running as WebApp in Prism.
For a short time it's possible to display Notification-Popups in the 
Windows-Systray via Prism.

To do so, I need to add simple JavaScript code, appearing anywhere on 
the Horde-Site, when a new eMail is received.

I'm was scanning through the files, asking google, but I did not find 
out, how to do so.

Can anyone give me a hint?

Thanks a lot


For anyone whos interested in the Javascript:
<script type="text/javascript">
	window.platform.showNotification(
	'title',
	'description',
	null (or uri of an icon)
	);
</script>


More information about the horde mailing list