This isn't a bug of imap client. You could read all file from you're home directory. On mac os x, the client display all folders but don't dl them until you click on it. To not display all home folder you can change c-client's idea of the user's mailbox directory to be the "mail" subdirectory of the user's home directory instead of the user's home directory.

change this line of env_unix.c in src/osdep/unix/

static char *mailsubdir = NIL;  /* mail subdirectory name */
in
static char *mailsubdir = "yourmaildir"; /* mail subdirectory name */


Read README for more informations. ANd if you use darwinports (I think you use mac os x?) , I created a patch to imap-uw in bugzilla to add this feature (http://www.opendarwin.org/bugzilla/show_bug.cgi?id=1122) :)



Regards.



Beno�t



On 9 Nov 2003, at 05:17, Mark Crispin wrote:


On Sat, 8 Nov 2003, Nathan Brown wrote:
When I added an IMAP account and pressed "check mail", it retrieved the
new messages as well as adding everything in my home directory on the
mail server to my folders list on my email client! What should I do?

This is a bug/misfeature of your IMAP client; it is not a problem in the
IMAP server. Contact the vendor of your IMAP client for help.


-- Mark --

http://staff.washington.edu/mrc
Science does not emerge from voting, party politics, or public debate.
Si vis pacem, para bellum.



Reply via email to