On Thu, 16 May 2002 22:31:24 -0700, Jack Gao wrote:
> I tried to convert mbox, and all the other mail boxes generate by my imap
> client (Outlook Express), then my imap client say there have no messages in
> my folders (I'm sure I have some messages in the folder), So I remove all
> the folders, and use mbxcreat to create some new folders, then imap server
> even didn't move my email from spool file to mbox (I can not create INBOX by
> mbxcreat).

The "mbox" file name, and its special behavior of copying from the mail spool
directory file, is only for the traditional UNIX mailbox format.

An mbx-format INBOX file has the name "INBOX" in the home directory, and can
be created by mbxcreat with name "#driver.mbx/INBOX".

An arbitrary name (e.g. "mail/blurdybloop") can be in any format.  c-client
library will dynamically pick the correct format.

Reply via email to