Hi Michael. Context.IO will work great with standard IMAP accounts. Since it exposes the mailbox through HTTP calls, you basically by-pass the sockets limitation.
To configure standard IMAP accounts, you still add the mailbox using the http://context.io/docs/1.1/imap/addaccount call instead of using OAuth, you set it up with credentials.
Whoops! In my previous comment I meant to say that GAE doesn't support sockets, not that gmail doesn't. Given that, I'm guessing that Context.IO is not built on top of GAE, it's just meant for GAE developers.
I logged in and this seems very cool. Will definitely investigate further when I get the chance.
hi, why i can't be authed by oauth in google appengine apps when i send a post request with request body. but get request works. link http://stackoverflow.com/questions/5943562/oauth-issue-in-google-appengine-developing
Traceback (most recent call last): File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 700, in __call__ handler.get(*groups) File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/util.py", line 68, in check_login handler_method(self, *args) File "/base/data/home/apps/contextio-demo/1.350227693224167483/imapoauth.py", line 87, in get gdocs.auth_token = gdocs.get_access_token(request_token) File "/base/data/home/apps/contextio-demo/1.350227693224167483/gdata/client.py", line 610, in get_access_token response, RequestError, response_body) RequestError: Unable to upgrade OAuth request token to access token: 400, The request token is invalid.
How do I get the info if my application is deployed on Google App Engine with no domain. How do I register my application in that case and get the APPENGINE_CONSUMER_KEY = '' APPENGINE_CONSUMER_SECRET = '' Thanks a lot. I really need some help on this.
How does this work for IMAP accounts? To access an IMAP server I would think you need sockets, which GMail doesn't support.
ReplyDeleteHi Michael. Context.IO will work great with standard IMAP accounts. Since it exposes the mailbox through HTTP calls, you basically by-pass the sockets limitation.
ReplyDeleteTo configure standard IMAP accounts, you still add the mailbox using the http://context.io/docs/1.1/imap/addaccount call instead of using OAuth, you set it up with credentials.
Whoops! In my previous comment I meant to say that GAE doesn't support sockets, not that gmail doesn't. Given that, I'm guessing that Context.IO is not built on top of GAE, it's just meant for GAE developers.
ReplyDeleteI logged in and this seems very cool. Will definitely investigate further when I get the chance.
hi, why i can't be authed by oauth in google appengine apps when i send a post request with request body. but get request works. link http://stackoverflow.com/questions/5943562/oauth-issue-in-google-appengine-developing
ReplyDeleteTraceback (most recent call last):
ReplyDeleteFile "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 700, in __call__
handler.get(*groups)
File "/base/python_runtime/python_lib/versions/1/google/appengine/ext/webapp/util.py", line 68, in check_login
handler_method(self, *args)
File "/base/data/home/apps/contextio-demo/1.350227693224167483/imapoauth.py", line 87, in get
gdocs.auth_token = gdocs.get_access_token(request_token)
File "/base/data/home/apps/contextio-demo/1.350227693224167483/gdata/client.py", line 610, in get_access_token
response, RequestError, response_body)
RequestError: Unable to upgrade OAuth request token to access token: 400, The request token is invalid.
How do I get the info if my application is deployed on Google App Engine with no domain. How do I register my application in that case and get the APPENGINE_CONSUMER_KEY = ''
ReplyDeleteAPPENGINE_CONSUMER_SECRET = ''
Thanks a lot. I really need some help on this.