Hello,
I obtained a test demo account from zimbra and am trying to connect to it programatically via python:
>>> M = imaplib.IMAP4('testzimbra.com')
>>> M.login('username', 'password')
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/imaplib.py", line 501, in login
raise self.error(dat[-1])
imaplib.error: cleartext logins disabled
How do I enable cleartext logins? Or how do I log in programatically with encryption...
Thanks
Jim


LinkBack URL
About LinkBacks

