Python Forum

Full Version: Problem connecting Zimbra with Python 3.7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Connect to Zimbra IMAP through Python

Hi community,


I have no idea if this is the right place to ask that question.

What i need is create a service that connect to Zimbra e-mail, verify if there is unreaded messages, make the loop of the unreaded messages and process the CSV attachments, make another loop of every row inside the CSV file checking if there is repeated data.

I tried with IMAP lib but without success.


I think it's because the IMAP lib from python is designed to gmail users.


Does anyone had any experience or know-how to do it?


Thanks.