I am working on a Google App Engine project that needs to access IMAP. Context.IO is not efficient enough for my purposes, but I would like something like that: I want to log in, access and manipulate hundreds of IMAP mailboxes from Google App Engine, using either a third-party service or application server, which I posted on a dedicated hosting server.
As you can imagine, this is mainly about restricting the opening of open sockets in GAE.
Any recommendations?
Ken kinder
source share