From owner-freebsd-questions@FreeBSD.ORG Thu Mar 22 18:38:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9560B16A409 for ; Thu, 22 Mar 2007 18:38:26 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6C1AE13C4AE for ; Thu, 22 Mar 2007 18:38:26 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id EDEE25194D for ; Thu, 22 Mar 2007 14:38:24 -0400 (EDT) Date: Thu, 22 Mar 2007 18:38:22 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070322183822.056b4caa@gumby.homeunix.com> In-Reply-To: <20070322064044.GA7157@skytracker.ca> References: <20070322064044.GA7157@skytracker.ca> X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.11; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: help on picking an IMAP server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2007 18:38:26 -0000 On Thu, 22 Mar 2007 01:40:48 -0500 David Banning wrote: > I have been using imap-uw for some time but now I would like to > have an imap server that can have subfolders. Out with imap-uw.. > > I tried dovecot but I was unable to get it to create subfolders, > although it seems some say you can, may people are having problems > doing so, and I didn't like the fact that it changes the format of > the folders from the mbox standard. AFAIK imap-uw does support subfolders, to the same extent that UNIX supports subdirectories. The problem is that you can't have a mailbox file and a subdirectory of the same name in a directory. So in foo/bar, bar is a mailbox and foo/ is a directory - so there can't be a top-level mailbox called foo. It's just a matter of organizing your mailboxes to take account of this.