Hi Everyone,
I am writing one simple email client and trying to access the hotmail through the java mail client.
I succeeded to login to hotmail account, but I am getting only INBOX folder.
I want to access the list of folders in Hotmail, like the user created and the default ones for ex. Sent, Draft etc.
One more issue I am facing is unable to use Authenticator to use with POP3. In other words, I want to use the SSL for pop3 connection to login to hotmail.
Below one is my program which is used to login and displays that it has only 1 folder i.e INBOX and when I check for other folder whether it exists or not, it returns false.
If any one knows how to get the list of folders in an email account using pop3, please help me.
Thank you.