On Sun, May 31, 2009 at 1:00 PM, Norman Maurer <[email protected]> wrote: > Hi Zsombor, > > thx for sharing, I will have a look at it :-) > > Bye, > Norman > > 2009/5/31 Zsombor <[email protected]>: >> On Sat, May 30, 2009 at 21:45, Norman Maurer <[email protected]> wrote: >>> I'm in the planning to devleop a Webmail written in GWT which should >>> use IMAP for accessing the mailbox. I'm not to happy with using >>> javamail for this purpose so I thought about reusing some imap stuff >>> of james. Is there some kind of library I could reuse in JAMES ? Maybe >>> I just missed the needed bits. Any ideas ? >>> >>> Byem >>> Norman >>> >>> >> >> I always have a similar plan :) There is a decent IMAP client library, >> Ristretto, probably you can use it : >> http://www.columbamail.org/drupal/?q=node/18
IMAP's a bit of a PITA but ristretto's a good start if you're using AJAX then you're going to need to think about connection management. most IMAP clients login a number of clients and then assign operations to a pool. - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
