GAE supports outbound sockets with SSL as of SDK 1.7.7 but it is still 
experimental.

https://developers.google.com/appengine/docs/python/sockets/overview

You need to include SSL in your app.yaml and it is only supported by the 
Python 2.7 runtime.
https://developers.google.com/appengine/docs/python/sockets/ssl_support

Relevant blog post:
http://googleappengine.blogspot.ca/2013/04/app-engine-177-released.html


On Sunday, April 21, 2013 11:41:30 PM UTC-7, Poonam Gokani wrote:
>
>
>    Is there any way to support imaplib of python in google app engine.
>
> I want to access gmail inbox using google app engine in python. The other 
> way also exist to do this task. But I want it to do with imap.
>
> I searched a lot. Reason why google app engine not support imaplib is that 
> it not support SSL socket.
>
> Any way I how to resolved it, Is there anyway exist?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to