Question:
Hello I try method ListMailboxes and ListSubscribed to get user mail boxes with parameter rereference = "" and wildcardedMailbox = "*" Boths methods return same result. And this result is ALL foders on IMAP server.
But i need only folders, that available (by subscribe) to my user. How can I get this? I use ChilkatDotNet4.dll Version 9.5.0.47
Thanks. I found that ListSubscribed was indeed listing all mailboxes. It was due to some internal code consolidation. This new build fixes it:
32-bit Download: http://www.chilkatsoft.com/download/preRelease/ChilkatDotNet4-9.5.0-win32.zip
64-bit Download: http://www.chilkatsoft.com/download/preRelease/ChilkatDotNet4-9.5.0-x64.zip
The above is a pre-release of v9.5.0.55 due out soon.
Hello. This doesn't help. Now method
string refName = string.Empty;
string wildcardedMailbox = "*";
mboxes = imap.ListSubscribed(refName, wildcardedMailbox)
return mboxes.Count = 0. But i have subscribes boxes. Can you please again check this?
Any ideas?
Thanks. This new build should fix it now. I re-uploaded to the same URLs..
32-bit Download: http://www.chilkatsoft.com/download/preRelease/ChilkatDotNet4-9.5.0-win32.zip
64-bit Download: http://www.chilkatsoft.com/download/preRelease/ChilkatDotNet4-9.5.0-x64.zip