Using python-Zarafa in Zarafa-dagent/Zarafa-spooler plugins

Posted on Mon 25 May 2015 in Programming • Tagged with Zarafa, Python

Creating plugins for the Zarafa Dagent and Spooler has been quiet complicated since it requires a lot of low-level MAPI knowledge. Since a year ago, we have been focussing on our new high-level Python API called Python-Zarafa, so it made sense to be able to use our preferred API in …


Continue reading

python-zarafa monthly update Januari

Posted on Fri 30 January 2015 in Programming • Tagged with Python, Zarafa

It's a new year, so it's also time for a new update about python-zarafa. The last update was in October and a lot of new improvements and features have been added. In this article I'll walk through the new features and improvements. A detailed git changelog can be found at …


Continue reading

WebApp plugin development introduction

Posted on Sun 11 January 2015 in Programming • Tagged with Python, Zarafa, WebApp

This is a short tutorial on how to write a simple WebApp plugin, the plugin will add a widget to the WebApp's mail settings tab. The widget will allow a user to remove email addresses and domains from the safesenders list in the users WebApp settings.

manifest.xml

We start …


Continue reading