|
When I call the following code, it only returns the "Inbox", instead of the full folder list.
Is this some bug in the code, or am I doing something wrong? A few days ago this code returned all folders, and suddenly it only returned the "Inbox". In the meanwhile I didn't change anything in the code where I call that function. Sidenote: MailData is a custom class for storing the recieved data. I don't know which part of the log is relevant to you, so here is the log from when the function above was called: The log ain't correct: it picks the other webservice(the one for POP). Note: I was using imap.gmx.com as login server |
|
There doesn't appear to be anything wrong with your code. It looks like something was changed at the server in the meantime. To see the actual communication between the client and the server, including the list of folders as sent by he server, create a communication log using Thank you for the help, I will check it out
(26 Sep '11, 15:56)
TestCSSL
|