Is there any perfect implementation of the POP3 provider...

There are some features not suppported in Sun's
And POPPERRS is not functioning well...
Any Free Provider or Any one joining hands with me to provide a POP3
providers .
 We will register a web site and everyone will contribute to it?
----- Original Message -----
From: allen petersen <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 09, 2000 9:25 PM
Subject: disconnected imap support


> 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

Reply via email to