Re: [Dovecot] Problem with IMAP (rename and delete non existent folder).

2009-05-08 Thread Charles Marcus
On 5/8/2009, Charles Marcus (cmar...@media-brokers.com) wrote: > Oops, I'm even behind... current is rc, released on 4/16... that should have been rc3...

Re: [Dovecot] Problem with IMAP (rename and delete non existent folder).

2009-05-08 Thread Charles Marcus
On 5/8/2009, Charles Marcus (cmar...@media-brokers.com) wrote: > You're on beta1, and beta4 was released on March 25th, and I think an RC > (or another beta) is imminent. Oops, I'm even behind... current is rc, released on 4/16... -- Best regards, Charles

Re: [Dovecot] Problem with IMAP (rename and delete non existent folder).

2009-05-08 Thread Lenthir
1 delete "some-unexistent-folder" * BAD Error in IMAP command 1: Unknown command. 2 rename "some-unexistent-folder" "some-other-name" 2 NO [NONEXISTENT] Mailbox doesn't exist: some-unexistent-folder 3 logout * BYE Logging out 3 OK Logout completed. If nothing else, build the latest version and in

Re: [Dovecot] Problem with IMAP (rename and delete non existent folder).

2009-05-08 Thread jsiegle
On Fri, 8 May 2009, Lenthir wrote: Not exacly this way :/ I checked this scenario and It works for me... Don't create this folder! Could you test this scenario? (after login) 1 delete "kj-test-folder" 1 NO [NONEXISTENT] Folder does not exist 2 rename "kj-test-folder" 2 NO Empty mailbox name. 3

Re: [Dovecot] Problem with IMAP (rename and delete non existent folder).

2009-05-08 Thread Lenthir
jsie...@psu.edu pisze: I'm running dovecot 1.2.rc3(hg revision 9018:0bb192fe0abd) on AIX 5.3 with mbox files. Here are my tests: 2 create "kj-test-folder" 2 OK Create completed. 3 rename "kj-test-folder" 3 NO Empty mailbox name. 4 delete "kj-test-folder" 4 OK Delete completed. 5 rename "kj-test-

Re: [Dovecot] Problem with IMAP (rename and delete non existent folder).

2009-05-08 Thread jsiegle
On Fri, 8 May 2009, Lenthir wrote: I don't know if this problem exists only in my version of dovecot, or in all... To reproduce BUG do this (use gdb): telnet localhost 143 o login a...@email.sth verystrong_pass o delete "kj-test-folder" o rename "kj-test-folder" o rename "kj-test-folder" "ot

Re: [Dovecot] Problem with IMAP (rename and delete non existent folder).

2009-05-08 Thread Markus Schönhaber
Lenthir: > :) If I could upgrade I would do this... but this is not simple in my > case. Shortly - we must merge versions... I second Charles' opinion that in this case running beta software is a pretty bad choice. That aside: what keeps you from installing a recent Dovecot build on a different

Re: [Dovecot] Problem with IMAP (rename and delete non existent folder).

2009-05-08 Thread Charles Marcus
On 5/8/2009, Lenthir (len7...@gmail.com) wrote: > :) If I could upgrade I would do this... but this is not simple in > my case. Shortly - we must merge versions... Then you shouldn't be running beta versions... Sorry, don't intend to be rude, but thats the way it is... > I only ask have you the

Re: [Dovecot] Problem with IMAP (rename and delete non existent folder).

2009-05-08 Thread Lenthir
Charles Marcus pisze: My version of Dovecot is 1.2beta1. Do you know anything about this bug? Well, please don't take this the wrong way, but... I know Timo appreciates those willing/able to test the beta releases and report bugs, but if you are going to use beta s/w - ANY beta s/w - you need

Re: [Dovecot] Problem with IMAP (rename and delete non existent folder).

2009-05-08 Thread Charles Marcus
> My version of Dovecot is 1.2beta1. > Do you know anything about this bug? Well, please don't take this the wrong way, but... I know Timo appreciates those willing/able to test the beta releases and report bugs, but if you are going to use beta s/w - ANY beta s/w - you need to at least be willin

[Dovecot] Problem with IMAP (rename and delete non existent folder).

2009-05-08 Thread Lenthir
I don't know if this problem exists only in my version of dovecot, or in all... To reproduce BUG do this (use gdb): telnet localhost 143 o login a...@email.sth verystrong_pass o delete "kj-test-folder" o rename "kj-test-folder" o rename "kj-test-folder" "other-folder" SIGABRT Of course kj-test

[Dovecot] Problem with IMAP (rename and delete non existent folder).

2009-05-08 Thread Lenthir
I don't know if this problem exists only in my version of dovecot, or in all... To reproduce BUG do this (use gdb): telnet localhost 143 o login a...@email.sth verystrong_pass o delete "kj-test-folder" o rename "kj-test-folder" o rename "kj-test-folder" "other-folder" SIGABRT Of course kj-tes