views:

144

answers:

1

I want to create a folder with the name "Spam" by using Javamail Api, but I'm not allowed to create any folder on POP3 protocol. What should I do?

+6  A: 

Use IMAP or some other protocol that supports folders.

jsight