问题
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?
回答1:
Use IMAP or some other protocol that supports folders.
来源:https://stackoverflow.com/questions/1500361/how-to-create-new-folder-on-pop3-protocol