>From the Google cache: The IMAP4 Server SDK is GoodServer's centerpiece product, providing a framework for developing a scalable, fully RFC-compliant IMAP4 server in Java. The IMAP4 Server SDK is the essential starting point for any team of system developers wishing to develop products or hosted services such as:
an IMAP4 server making a custom message repository IMAP4-accessible (e.g. voicemail) an IMAP4 firewall/proxy an IMAP4 store-and-forward/disconnected server (in-flight messaging, remote office scheduled synchronization, etc) Current release: 1.1.6b Released: Sep 22, 2003 Notes: Maintenance release containing 6 enhancements & bug fixes. Enhanced LIST, LSUB processing Support for NIL folder hierarchy delimiter Enhanced Eudora support (FETCH BODYSTRUCTURE corrections) Next major release: 2.0 Current priorities: Incorporate JDK 1.4 features Selectable Channels, for supporting 2,000 connected clients with less threads Buffers, for moving requests and responses in chunks of native memory, instead of intermediate StringBuffers Implement an MVC style Model interface for messages in a folder, automating generation of EXISTS and EXPUNGE responses. > -----Original Message----- > From: Serge Knystautas [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 04, 2003 6:43 PM > To: James Users List > Cc: [EMAIL PROTECTED] > Subject: Re: [OT] Java IMAP Server? > > > petite_abeille wrote: > > While James is something worth getting involved with, I'm personally > > looking for something more, er, lightweight. Perhaps along > the lines of > > some sort of IMAP toolkit which allows to add custom IMAP server > > functionality to an application. Akin to a web app > development kit... > > but for IMAP :) > > > > The only thing I could find remotely resembling an IMAP SDK is > > GoodServer: > > > > http://www.goodserver.com/ > > > > Perhaps this is something Apache James should consider: instead of a > > somehow monolithic approach, James could be split out in > several small > > SDK covering basic mail server functionalities: POP, IMAP, > SMTP, etc. In > > turn, those James SDK could be used by third parties to add > email server > > functionalities to their own application in a lightweight fashion. > > The goodserver.com website has been down all day, so I > haven't been able > to research this myself. Can you describe a bit more what > you mean by > IMAP SDK? > > -- > Serge Knystautas > President > Lokitech >>> software . strategy . design >> > http://www.lokitech.com p. 301.656.5501 e. > [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
