Wait, scratch that one moment, there was one thing I was worried about, INBOX.
In db.c and in imapcommand.c, there are a couple of str[n?]casecmp's with
"INBOX" and "inbox" as the parameters. 

Thomas, try using your patch and creating a mailbox called "Inbox" and "inbox"
and see what happens. Does it fail? Does it show the same contents as "INBOX"
does it explode DBMail badly?

Does the RFC say if "Inbox" would be different than "INBOX" with respect to
message delivery? What does Cyrus do?

Aaron


""Aaron Stone"" <[EMAIL PROTECTED]> said:

> 
> OK, I read through the comparisons in C, and none are dealing with the
> mailboxes. That appears to be entirely handled at the database level. So
> you're one-liner patch should be good to go. Ilja, you ok with it?
> 
> Aaron
> 
> 
> ""Aaron Stone"" <[EMAIL PROTECTED]> said:
> 
> > 
> > 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
> > 
> > --
> > _______________________________________________
> > Dbmail-dev mailing list
> > Dbmail-dev@dbmail.org
> > http://twister.fastxs.net/mailman/listinfo/dbmail-dev
> > 
> 
> 
> 
> -- 
> 
> 
> 
> _______________________________________________
> Dbmail-dev mailing list
> Dbmail-dev@dbmail.org
> http://twister.fastxs.net/mailman/listinfo/dbmail-dev
> 



-- 



Reply via email to