I am using javamaildir to read e-mail messages from the physical folder on windows machine.
I am passing the url as "maildir:D:\\home\\test\\maildir". the direcotry maildir has the email message. I am able to connect to the store "maildir:D:\home\test\maildir", but when i am trying to getFolder("inbox"), I'm getting the exception saying 'folder 'INBOX' not found' is that folder named with inbox is by default for javamaildir?.
I need two clarifications:
- Am i approaching in the right way?
- There is a dot problem in accessing the folder using javamaildir on windows , can we hanlde it programatically...
Your suggetions will be helpful
Thanks in advance.........