as i read, imap does not support offline message if that's what you meant.
instead, you have to use pop3

for a pop3 provider, may be you can try imap-2000 released by university of
washington
i just downloaded the thing but, still confuse of how using it.. like how to
know which mailhost should be used to retrieve
msg from that pop3 or imap
if anyone had already sucessfully try it, pls tell me..

thanks
Muliawan

> > Hi.
> >
> > Does anyone out there have any experience in implementing disconnected
> IMAP
> > support in JavaMail?  How about any already-written, GPLed
> implementations?
> > That feature is getting high on my list of things to add to my mailer
> (Pooka, at
> > http://www.suberic.net/pooka/).
> >
> > At about third glance, it looks to me like I'll need to support caching
> of:
> >
> > Messages
> > Headers/partial messages (since I think it would be nice to be able to
run
> in
> > disconnected mode without having your entire mailbox copied to disk)
> > Flags (I'm not quite sure how those are stored by default, to be
honest.)
> > Changes (so that if you read or delete a message while in disconnected
> mode,
> > those actions will happen when you reconnect to the main store.)
> >
> > It looks to me like the best way to do these things is to subclass both
> Folder
> > and MimeMessage, and have the new classes wrap both the cached
information
> as
> > well as a reference to the actual IMAP objects (so that you don't have
to
> swap
> > objects between connected and disconnected mode).
> >
> > That seems like a lot of work, and it's likely that I'm going to make
> several
> > mistakes going through it the first time, so I figured that a request
for
> > existing implementations and/or suggestions would be a good thing to do
> before I
> > start coding...
> >
> > Thanks.
> >
> > -allen
> > --------
> > Allen Petersen
> > [EMAIL PROTECTED]
> >
> >
>
===========================================================================
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> > of the message "signoff JAVAMAIL-INTEREST".  For general help, send
email
> to
> > [EMAIL PROTECTED] and include in the body of the message "help".
> >
> >
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to