pyKolab is my attempt of a Kolab implementation in python. Currently, only events are implemented. The implementation uses SimpleXMLParser for lightweight XML Parsing, because that runs on a Python-enabled Nokia phone. kolab.py contains the Kolab implementation test1.py is a test program that reads events from a Kolab server via IMAP and displays them. |