Python Exchange ActiveSync Library

Is anyone familiar with the Exchange ActiveSync library or open source for python? I conducted a preliminary search with little success. I saw some examples for C #, but I thought that I would ask here before trying to convey something.

In case you are interested. This will be an extension of an existing Linux-based IMAP / POP3 client. Switching to Windows / C # at the end of the game is actually not an option.

+5
source share
1 answer

This is a Twisted Python ActiveSync client: https://code.google.com/p/py-eas-client/

+2
source

All Articles