On Wed, 9 Oct 2002 10:09:08 -0500, Trey wrote:
> I'm trying to get a list of folders from the IMAP server, and when I use
>       mail_list(acct.mailstream, NULL, acct.mailbox);
> With acct.mailbox set to: acct.mailbox={192.168.3.43:143/imap/user="user"}*
> The IMAP command sent to the server is 'tag LIST "" *'.  I want to make
> this be 'tag LIST "#shared" *'.

You must either put the {192.168.3.43:143/imap/user="user"} in the reference
argument, or have acct.mailstream already open on that specification and not
specify it at all in either the reference or mailbox part.

Reply via email to