>�From: [EMAIL PROTECTED]
> Hi JAMES,
>     When I use javamail API and JAMES to build a Webmail, I wonder how to control 
>the folder in Webmail, such as draft box, deleted box and inbox. And I use Pop3, 
>there is only one "INBOX". Should I use a datebase to save the logic folder with the 
>message-ID or "UIDL"-ID ?
>                                                       Leslie

POP3 only supports one mailbox per user (the inbox if you will).  You would have to 
use IMAP4 (which isn't implemented) if you wanted multiple mailboxes, or work within 
the Avalon framework to define multiple mailboxes per user.

Serge Knystautas
Loki Technologies
http://www.lokitech.com/


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives:  <http://www.mail-archive.com/james%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to