Configuring Zimbra on Your iPhone & Android Is Easy! Hello Zimbra Partners, Customers & Friends, Do you want to configure your iPhone or Android so your Zimbra email is delivered to your native mail app? It’s easy! Here are directions, or click to watch the videos (under 1 minute!). Zimbra iPhone Configuration Watch the demo: https://youtu.be/-GwH5MFoqZ4 […]
Tag Archives | #zimbratips
Zimbra SkillZ: How to Hide Zimbra from Search Engines
Hide Zimbra’s Login Page from Search Engines Hi Zimbra Admins, Partners & Friends, By default, Zimbra’s login page is indexed in search engines. Would you rather hide it from search engines? Here’s how … zmprov mcf +zimbraResponseHeader “X-XSS-Protection: 1; mode=block” zmprov mcf +zimbraResponseHeader “X-Content-Type-Options: nosniff” zmprov mcf +zimbraResponseHeader “X-Robots-Tag: noindex” zmprov mcf zimbraMailKeepOutWebCrawlers TRUE zmmailboxdctl […]
Zimbra SkillZ: Using Tags and GraphQL from a Zimlet
Hi Zimbra Friends, Partners & Customers, Today’s post from Barry de Graaff, Channel Evangelist at Zimbra, explains how to: Write a Zimlet to create, modify and delete tags Add and remove tags from emails and contacts in Zimbra Use GraphQL and Apollo Client from a Zimlet. This article assumes you have already set up your […]
Zimbra SkillZ: Extending Zimbra 9’s Frontend UI with Zimlets (3 of 3)
A unique feature of Zimbra is its extensibility. You can customize functionality for both the frontend UI and the backend with Zimlets. The Zimbra frontend can be extended with JavaScript Zimlets and the backend can be extended with Java extension Zimlets. This is the last post of a 3-part series to highlight the Zimbra Development […]
Zimbra SkillZ: Extending Zimbra 9’s Backend Functionality with Zimlets (2 of 3)
A unique feature of Zimbra is its extensibility. You can customize functionality for both the frontend UI and the backend with Zimlets. The Zimbra frontend can be extended with JavaScript Zimlets and the backend can be extended with Java extension Zimlets. This post is part of a 3-part series to highlight the Zimbra Development Guides […]
Zimbra SkillZ: Zimbra 9’s New Zimlet Framework (1 of 3)
Zimbra 9 introduced the new Zimlet Framework. This 3-part series from Barry de Graaff, Channel Evangelist at Synacor, will get you started developing your own Zimlets. What is a Zimlet? Zimlets are used to: Integrate Zimbra Collaboration with third-party information systems and content. Extend the functionality of the Zimbra user interface (UI). For example, you […]