How do I go about getting the IMAP NAMESPACE from c-client? I see "GET_NAMESPACE", but I would like to get the list of NAMESPACE that the IMAP server return.
If the stream argument to mail_parameters() is non-NIL, then GET_NAMESPACE will return the namespace from the stream's driver. This is only meaningful in the case of an IMAP stream.
The NIL argument to mail_parameters() returns the local c-client namespace as you have observed.
Cool, eh?
-- Mark --
http://staff.washington.edu/mrc Science does not emerge from voting, party politics, or public debate. Si vis pacem, para bellum.
