Is there any script in python where it is shown how to access zimbra webmail. My goal is to login and see if there is new email and if it exists then download textual content to text file in local directory and save it.
Thanx in advance
Is there any script in python where it is shown how to access zimbra webmail. My goal is to login and see if there is new email and if it exists then download textual content to text file in local directory and save it.
Thanx in advance
As it happens, I'm the maintainer of the Python zimbra library, that aids a developer to access the Zimbra-SOAP-API.
You should be able to get the current release candidate by running pip or easy_install.
For your purpose, I would recommend calling the GetMsgRequest-method