Hello all,

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" *'.

When I set the second parameter to
mail_list(), char *ref, to "#shared" it still sends the same LIST
command.  In the c-client code, mail.c, ref is set to 0 if the folder is
a remote folder (starting with '{')...  So I'm confused. What's the
right way to get c-client to send 'tag LIST "#shared" *' to the server?

Thanks,

Trey
-- 
------------------------------------------------------------------
 For information about this mailing list, and its archives, see: 
 http://www.washington.edu/imap/c-client-list.html
------------------------------------------------------------------

Reply via email to