Close
jGuru Forums
Posted By: Zoltan_Koszegi Posted On: Tuesday, January 8, 2002 06:13 AM
How can I store a Folder with all Messages locally in other "localFolder" object?
After I have received all messages from INBOX and closed the Store, I want to access all messages.
Thanks.
Re: How can I store a Folder locally?
Posted By: John_Zukowski Posted On: Tuesday, January 8, 2002 11:54 AM
Posted By: Eugene_Kuleshov Posted On: Tuesday, January 8, 2002 08:01 AM
There is couple JavaMail providers with local mailstorage support (ICE MH and Knife mbox). But I would suggest you to create your own storage (i.e. JDBC based or just keep them all in memory).