IMAP ,POP3

Becouse not all provider support a IMAP protocol, is possible to create/manipulate folder and moving message between folder whit POP3 protocol?Thanks!
[164 byte] By [Fireantologya] at [2007-11-27 6:45:27]
# 1
As far as I know POP3 only supports the "Inbox" folder.
zparticlea at 2007-7-12 18:17:19 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

> As far as I know POP3 only supports the "Inbox" folder.

Exactly. It's a limitation of the POP3 protocol, not JavaMail.

What you can do is use POP3 to access the INBOX, but store

messages in another folder type, either IMAP or a local store

provider. This is what most desktop mail readers do.

bshannona at 2007-7-12 18:17:19 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
thanks
Fireantologya at 2007-7-12 18:17:19 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4
I can recommend the JavaMaildir library to create a local Maildir repository for storage. I have been using it for a few months now without issues.
rakeshva at 2007-7-12 18:17:19 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...