Juan Lago Cabrera wrote:
> Hi,
>
> When I try to synchronize the whole box in CPSMailAccess, I get the
> following error. I’m using CPS 3.3.8 and Zope 2.8.4.
>
> My IMAP server is a Microsoft Exchange Server. How must be named IMAP
> folders in the Webmail configuration form?
>
Hi,
this is probably an issue with the IMAP server answers, that might be
specific to MSExchange,
can you run this small script and send me the result in private ?
I'll be able then to see if it can be quickly fixed in order to work
with this kind of server.
>>> import imaplib
>>> server = imaplib.IMAP4('YOUR.MAIL.SERVER')
>>> server.login('login', 'password')
('OK', ['LOGIN Ok.'])
>>> server.select('INBOX')
('OK', ['5010'])
>>> server.list('""', '*')
*output*
Thx
> Thanks a lot
>
> Juan Lago
>
> Fundación IAVANTE
>
> Error value: list index out of range
>
> Traceback (innermost last):
>
> * Module ZPublisher.Publish, line 113, in publish
>
> * Module ZPublisher.mapply, line 88, in mapply
>
> * Module ZPublisher.Publish, line 40, in call_object
>
> * Module Products.CPSMailAccess.mailbox, line 1463, in
> background_synchronisation
>
> * Module Products.CPSMailAccess.mailbox, line 350, in synchronize
>
> * Module Products.CPSMailAccess.imapconnection, line 220, in list
>
> IndexError: list index out of range
>
>------------------------------------------------------------------------
>
>_______________________________________________
>cps-devel mailing list
>http://lists.nuxeo.com/mailman/listinfo/cps-devel
>
>
--
Tarek Ziadé | Nuxeo R&D (Paris, France)
CPS Plateform : http://www.cps-project.org
mail: tziade at nuxeo.com | tel: +33 (0) 6 30 37 02 63
You need Zope 3 - http://www.z3lab.org/
Hosting: Nuxeo: Zope service provider