Thomas Mueller <[EMAIL PROTECTED]> said: > > > > > >dbmail should be case sensitive I think, because the most wide spread > > >imap servers like Cyrus are. > > > > I agree, but I think we should wait until after the release of 2.0 to > > change this. > > That's an important feature to be able to transfer from another imap > server to dbmail so it's quite important I think? > > I've checked the sources. There is only place to change concerning > database access, it's attached. With that patch I can create mailboxes > INBOX/Spam and INBOX/spam, I can rename Spam to spam I can select and > use both mailboxes, copy mails to the boxes and I can delete the > mailboxes. > Everything seems to be fine, but can it be that simple?
It almost certainly is that simple! One more thing to double check is string comarisons being done in C. Keep an eye out for str[n?]casecmp calls that might be mailbox related. I'll check into it this evening. Aaron --