Wonky mailbox

2012-03-09 Thread Sebastian Hagedorn
Hi, we're having trouble with a particular user's INBOX. She can't delete messages. We're running Cyrus 2.3.14 (update to 2.4.x is already in progress). Using telemetry I found that it's really a server-side issue. I've used imtest to try it myself: . myrights INBOX * MYRIGHTS INBOX

Re: Wonky mailbox

2012-03-09 Thread Patrick Boutilier
On 03/09/2012 05:38 AM, Sebastian Hagedorn wrote: Hi, we're having trouble with a particular user's INBOX. She can't delete messages. We're running Cyrus 2.3.14 (update to 2.4.x is already in progress). Using telemetry I found that it's really a server-side issue. I've used imtest to try it

Re: Wonky mailbox

2012-03-09 Thread Sebastian Hagedorn
--On 9. März 2012 07:47:36 -0400 Patrick Boutilier bouti...@ednet.ns.ca wrote: . myrights INBOX * MYRIGHTS INBOX lrswipkxecda . OK Completed . SELECT INBOX * FLAGS (\Answered \Flagged \Draft \Deleted \Seen Junk NonJunk $Forwarded $MDNSent) * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Seen

Re: Wonky mailbox

2012-03-09 Thread Patrick Boutilier
On 03/09/2012 07:53 AM, Sebastian Hagedorn wrote: --On 9. März 2012 07:47:36 -0400 Patrick Boutilier bouti...@ednet.ns.ca wrote: . myrights INBOX * MYRIGHTS INBOX lrswipkxecda . OK Completed . SELECT INBOX * FLAGS (\Answered \Flagged \Draft \Deleted \Seen Junk NonJunk $Forwarded $MDNSent) * OK

Re: Wonky mailbox

2012-03-09 Thread Bron Gondwana
On Fri, Mar 9, 2012, at 08:08 AM, Patrick Boutilier wrote: On 03/09/2012 07:53 AM, Sebastian Hagedorn wrote: --On 9. März 2012 07:47:36 -0400 Patrick Boutilier bouti...@ednet.ns.ca wrote: . myrights INBOX * MYRIGHTS INBOX lrswipkxecda . OK Completed . SELECT INBOX * FLAGS

Re: Wonky mailbox

2012-03-09 Thread Sebastian Hagedorn
Hi Bron, --On 9. März 2012 13:32:45 +0100 Bron Gondwana br...@fastmail.fm wrote: . UID FETCH 947 FLAGS * 329 FETCH (FLAGS (\Seen) UID 947) . OK Completed (0.000 sec) . UID STORE 947 +FLAGS (\Deleted \Seen) . NO Permission denied I ran reconstruct -k on the mailbox, but that didn't

Re: Wonky mailbox

2012-03-09 Thread Ewald Dieterich
On 03/09/12 10:38, Sebastian Hagedorn wrote: we're having trouble with a particular user's INBOX. She can't delete messages. We're running Cyrus 2.3.14 (update to 2.4.x is already in progress). Using telemetry I found that it's really a server-side issue. I've used imtest to try it myself: .

Re: Wonky mailbox

2012-03-09 Thread Sebastian Hagedorn
--On 9. März 2012 14:43:13 +0100 Ewald Dieterich ewald.li...@fun.de wrote: On 03/09/12 10:38, Sebastian Hagedorn wrote: we're having trouble with a particular user's INBOX. She can't delete messages. We're running Cyrus 2.3.14 (update to 2.4.x is already in progress). Using telemetry I found

Re: Wonky mailbox

2012-03-09 Thread Bron Gondwana
On Fri, Mar 9, 2012, at 02:59 PM, Sebastian Hagedorn wrote: --On 9. März 2012 14:43:13 +0100 Ewald Dieterich ewald.li...@fun.de wrote: On 03/09/12 10:38, Sebastian Hagedorn wrote: we're having trouble with a particular user's INBOX. She can't delete messages. We're running Cyrus 2.3.14

Re: Wonky mailbox

2012-03-09 Thread Sebastian Hagedorn
--On 9. März 2012 16:25:54 +0100 Bron Gondwana br...@fastmail.fm wrote: Thanks for spotting this! Oh - that's what I get for not reading we return the 'd' in a MYRIGHTS response if either t or e is set, which is kinda misleading, but breaks fewer clients than the alternative... OK, so I

How to remove permanently a user flag

2012-03-09 Thread Fabio S. Schmidt
Hi, first sorry for sending the same topic again, maybe I wasn't clear enough before. I need to remove permanently a user flag from a mailbox without reconstructing it, once Cyrus supports a maximum of 128 flags per folder sometimes the user may need to remove a flag to create another. How do I

Re: How to remove permanently a user flag

2012-03-09 Thread Reinaldo de Carvalho
You need understand the IMAP protocol and implement this with some language. This is not a cyrus question but IMAP operation. []'s Reinaldo Sent from my iPhone Em 10/03/2012, às 01:44, Fabio S. Schmidt fa...@improve.inf.br escreveu: Hi, first sorry for sending the same topic again, maybe I

Re: How to remove permanently a user flag

2012-03-09 Thread Bron Gondwana
Actually, it is a Cyrus question - and the answer is... We don't have any way to remove a flag, sorry. Honestly the workaround is: a) create a new folder b) copy all the messages there c) delete the original folder d) rename the new folder back. The reconstruct will only work if you delete the