matan keret kirjoitti:
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

What was the prob with py 2.5 poplib with ip 2.6? Might be something simple..

How about using some .net lib for this directly? As a workaround while is broken in ipy at least.

Matan

~Toni

On Mon, Nov 16, 2009 at 1:39 AM, Tony Meyer <[email protected] <mailto:[email protected]>> 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
    [email protected] <mailto:[email protected]>
    http://lists.ironpython.com/listinfo.cgi/users-ironpython.com


------------------------------------------------------------------------

_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to