Re: CLOSE crash the imap server

2007-08-29 Thread Alain Spineux
Is-it possible for someone running kolab to confirm this problem ? Can someone run my python script (dont forget to configure your owne server/mailbox) Here is the response a got from cyrus : http://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2986 --- Comment #1 from Ken Murchison <[EMAIL PROTECTED]

Re: CLOSE crash the imap server

2007-08-29 Thread Alain Spineux
I opened this bug report https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2986 Regards On 8/13/07, Alain Spineux <[EMAIL PROTECTED]> wrote: > > > Something strange append with my cyrus-imap 2.3.8 from openpkg > imapd-2.3.8-20070720 > > When I CLOSE a mailbox, (after a SELECT), the server die and

Re: CLOSE crash the imap server

2007-08-29 Thread Alain Spineux
The same problem append with Thuderbird when : renaming, deleting, moving a folder. On 8/29/07, Alain Spineux <[EMAIL PROTECTED]> wrote: > > Hi > > I installed the 2.3.9 (the last openpkg) and got the same problem. > > Regards > > On 8/13/07, Alain Spineux < [EMAIL PROTECTED]> wrote: > > > > Here

Re: CLOSE crash the imap server

2007-08-29 Thread Alain Spineux
Hi I installed the 2.3.9 (the last openpkg) and got the same problem. Regards On 8/13/07, Alain Spineux <[EMAIL PROTECTED]> wrote: > > Here is a small piece of python that (crash the server) the trick > > import imaplib, sys, types > > imap_server='localhost' > #imap_server='fc6-eg.asxnet.loc' >

Re: CLOSE crash the imap server

2007-08-13 Thread Alain Spineux
Here is a small piece of python that (crash the server) the trick import imaplib, sys, types imap_server='localhost' #imap_server='fc6-eg.asxnet.loc' imap_port=143 imap_login='manager' imap_password='vishnou' mailbox='user/catchall.teta.loc/[EMAIL PROTECTED]' #mailbox='user/catchall.alpha.loc/[E