Re: [Dovecot] The folder 'Inbox' cannot contain items. Namespace problems

2007-04-04 Thread Francisco Reyes

Francisco Reyes writes:

I took off the Mac support and myself and two co-workers that were helping 
me test were about to call it a day. The co-worker testing the Mac support 
tried it.. and it worked.


Reporting back.
It has been two days since we upgraded to rc29
No reports of problems on Mac or PC clients.
Our namespace looks like:

#courier-imap compatibility/Thunderbird
namespace private {
 separator = .
 prefix = INBOX.
 inbox = yes
}

First RC that we have been able to get both Mac and PC clients to co-exist 
without problems.


Re: [Dovecot] The folder 'Inbox' cannot contain items. Namespace problems

2007-04-03 Thread Francisco Reyes

Timo Sirainen writes:


On Mon, 2007-04-02 at 22:31 -0400, Francisco Reyes wrote:
Based on some TCP dumps we did we noticed that Outlook was doing LIST, but 
no select (except at account) creation.


Could you show me the tcpdumps?


Will report back today.
After we upgraded to r29 and had both namespaces Outlook and thunderbird 
broke.


I took off the Mac support and myself and two co-workers that were helping 
me test were about to call it a day. The co-worker testing the Mac support 
tried it.. and it worked.


It seems that after taking the second namespace off now Mac mail was 
also working (with r29). This is the first time I have been able to get PC 
and Mac to work at the same time.


Will wait a day or two before reporting back. To give it some time for 
customers to report back in case of problems.



I can't think of why that would happen. The namespace is used only if
the client is sending broken commands.


I will install rc29 in a test machine and set both namespaces, then do 
tcpdumps. 


Re: [Dovecot] The folder 'Inbox' cannot contain items. Namespace problems

2007-04-02 Thread Timo Sirainen
On Mon, 2007-04-02 at 22:31 -0400, Francisco Reyes wrote:
> Based on some TCP dumps we did we noticed that Outlook was doing LIST, but 
> no select (except at account) creation.

Could you show me the tcpdumps?

> Haven't done tcpdump yet, but Outlook and Thunderbird have problems if
> I 
> leave the second set of namespace for Mac support.

I can't think of why that would happen. The namespace is used only if
the client is sending broken commands.



signature.asc
Description: This is a digitally signed message part


Re: [Dovecot] The folder 'Inbox' cannot contain items. Namespace problems

2007-04-02 Thread Francisco Reyes

Francisco Reyes writes:


Several attempts to support both Mac and PCs keep failing.

In my latest attempt I used the following settings:

#courier-imap compatibility/Thunderbird
namespace private {
  separator = .
  prefix = INBOX.
  inbox = yes
}

For MAC OS Mail.app
namespace private {
separator = /
prefix = INBOX/
inbox = no
hidden= yes
}



Upgrade to r29 due to comment:
IMAP: LIST "" "" didn't return anything if there didn't exist a
  namespace with empty prefix. This broke some clients.

Based on some TCP dumps we did we noticed that Outlook was doing LIST, but 
no select (except at account) creation.


The upgrade did not help.
Still having the problem with r29.
Haven't done tcpdump yet, but Outlook and Thunderbird have problems if I 
leave the second set of namespace for Mac support.


And without those settings Mac client doesn't work.