Mario Olimpio de Menezes wrote:

>Em Seg 05 Set 2005 15:05, um monte de gente disse que Mario Olimpio de 
>Menezes escreveu:
>  
>
>>Hi,
>>
>>   Almost there now!
>>
>>   I'm getting this error now when sending a email. In spite of this,
>>the message is sent but the Sent folder is empty.
>>    
>>
>
>Unfortunately, I'm getting this error when syncronizing from the 
>configuration form (Syncronize the whole box).
>
>And even though there are messages on the server, they didn't appear in 
>CPSMailAccess - I get a empty INBOX folder.
>
>Sending msgs gives this same error but the msg is sent; I did two tests, 
>sending msg to Gmail and to Yahoo and both were sent, in spite of CPS 
>showing the error bellow.
>  
>
Ok I don't think the sending has a problem, it looks like a problem
while synchonizing the box,

please try this sequence on your box:

[EMAIL PROTECTED] ~]$ python
Python 2.4 (#2, Feb 12 2005, 00:29:46)
[GCC 3.4.3 (Mandrakelinux 10.2 3.4.3-3mdk)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import imaplib
>>> conn = imaplib.IMAP4('YOU_SERVER')
>>> conn = imaplib.IMAP4_SSL('mail.nuxeo.com')
>>> conn.login('login', 'pass')
('OK', ['LOGIN Ok.'])
>>> conn.list('""', pattern='*')
('OK', XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX)
>>> conn.logout()
('BYE', ['Courier-IMAP server shutting down'])
>>>
[EMAIL PROTECTED] ~]$

the XXXXXXXXXXX string is the one I would like to get, to correct the
problem, which is specific to your box

Thanks in advance

Tarek


>  
>
>>---------------------------------------------
>>Error Type:   IndexError
>>Error Value:
>>
>>list index out of range
>>
>>Traceback:
>>
>>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 1427, in
>>background_synchronisation
>>    * Module Products.CPSMailAccess.mailbox, line 364, in synchronize
>>    * Module Products.CPSMailAccess.imapconnection, line 212, in list
>>
>>IndexError: list index out of range
>>
>>--------------------------------------------
>>    
>>
>
>  
>


-- 
Tarek Ziadé, Nuxeo R&D (Paris, France)
CPS Platform : http://www.cps-project.org
Zope3 / ECM   : http://www.z3lab.org
mail: tziade at nuxeo.com; tel: +33 (0) 6 30 37 02 63

_______________________________________________
cps-users mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/cps-users

Reply via email to