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?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
Use IMAP or some other protocol that supports folders.