Hi again

Next problem
I want to get a complete list of folders on my IMAP server

I use the folder_list for that.

If I do
status = folder_list(folder,"INBOX.*","*",&folders);

and compare this with the actual available folders I miss out 12

If I do
status = folder_list(folder,"INBOX","*",&folders);

I get the remaining 12.

If I do
A100 LIST "INBOX" "*" via telnet I get the complete list

Where's my mistake?

thanks!

Willem Jaap



_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to