On Tue, 18 Feb 2003, Lee Daniel Crocker wrote: >> (Andreas Aardal Hanssen <[EMAIL PROTECTED]>): >> In Binc IMAP, all folders must be created as subfolders of INBOX. So >> rather than creating "Foo", create "INBOX.Foo". >> Under INBOX, you can create subfolders and subsubfolders. >I think this needs to be rethought for bincimap to play better >with others. I think many clients will allow the user to create >mailboxes on the same level with "Inbox", and many people like >to have their mail organized that way.
Just a quick reply from me here, as I'm quite busy today (can't answer too many emails): Binc could display all folders that are physical subfolders of Maildir as root folders, with a single special case on INBOX that can have no subfolders. So the physical: Maildir/ Maildir/.go/ Maildir/.there/ Maildir/.go/.here/ Would be displayed in LIST as: INBOX/ go/ there/ go.there/ Technically, this would actually tidy up Binc's code a bit. This would not be very backwards compatible, though. I'm not quite sure what would happen to existing users of Binc when Binc suddenly reports this new structure. With regards to what delimiter is used for the server - that's a great thing to make configurable. Default is the dot '.', but I can just as well throw this in as a configurable option. I can look at the other things you mentioned later on. :-) Andy -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | Nil desperandum

