[IronPython] poplib.POP3_SSL OutOfMemory Issue

matan keret matan504 at gmail.com
Mon Nov 16 00:47:04 CET 2009


I tried that as well :-) you are right, the _ssl module is a problem and I
don't know how to work around that (don't know that much about py).
also tried to use it in IP 2.0.3 but the implementation is different and
I'll need to dig much more in that to make it work. Which is not my main
goal right now unfortunately.

thanks,
Matan

On Mon, Nov 16, 2009 at 1:39 AM, Tony Meyer <tony.meyer at gmail.com> wrote:

> > You might be surprised but IP 2.6 doesn't support SSL protocols at all
> :-(
>
> Ah, I'd forgotten about that.  It's because of the changes that
> CPython 2.6 made.  My suspicion is that you could use the CPython 2.5
> poplib module with IP 2.6, though - it's not that SSL stopped working,
> it's that the _ssl module isn't in IP 2.6 and the CPython 2.6 poplib
> was changed to use that rather than the SSL socket method.
>
> Cheers,
> Tony
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20091116/a118d2f6/attachment.html>


More information about the Ironpython-users mailing list