This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other JSE/JEE APIs and the fly likes Creating Folders using JavaMail,pop3 protocol Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "Creating Folders using JavaMail,pop3 protocol" Watch "Creating Folders using JavaMail,pop3 protocol" New topic
Author

Creating Folders using JavaMail,pop3 protocol

Lee Ozbun
Ranch Hand

Joined: Aug 30, 2001
Posts: 38
How Do i create folders using javamail API for POP3 protocol
thanx in advance
Lewin Chan
Ranch Hand

Joined: Oct 10, 2001
Posts: 214
The Sun reference Javamail implementation explicitly states that
"POP3 supports only a single folder named "INBOX""
So, basically, I guess you can't

I have no java certifications. This makes me a bad programmer. Ignore my post.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Creating Folders using JavaMail,pop3 protocol
 
Similar Threads
Accessing other folders like Sent / Deleted Items using pop3
Problem with JavaMail API
Unable to get the list of folders in hotmail using JavaMail
How to get email size ?
retrive emails as per user name using java