On Mon, 2004-04-26 at 10:00, Ilja Booij wrote: > On Mon, 2004-04-26 at 06:17, Aaron Stone wrote: > > Yes, that's exactly why I added the automatic mailbox creation! Well, half > > of > > it. The other reason is that when Sieve is ready, a script that directs > > certain mail into some mailbox will create the mailbox on the fly. > > > > Ilja, do you want to pull the INBOX code? > > I see no reason not to remove it :) > > I'll do it right away!
Come to think of it.. Won't this give us a problem when a user tries to log in to POP or IMAP when no message is delivered yet? for IMAP, a user always needs an INBOX. Of course, we could always run find_create_mailbox("INBOX") on every login. What do you guys think? Ilja