IMAP4_SSL in 2.0.2 and 2.6

View: New views
3 Messages — Rating Filter:   Alert me  

IMAP4_SSL in 2.0.2 and 2.6

by Severin-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I use IronPython to send e-mails with imap4.

It seems that version 2.0.2 has SSL support whereas 2.6 doesn't.
Why is that?

My understanding would be that SSL should or shouldn't work with both versions...

Severin

_______________________________________________
Users mailing list
Users@...
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: IMAP4_SSL in 2.0.2 and 2.6

by Dino Viehland :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

You can give a little more information on how it is failing?  It looks like we are missing the ssl module (implemented in Python but not included in IronPython because we don’t implement _ssl) which is new in 2.6 but we still have all the old SSL support that previously existed in the socket module.  I don’t think we’ll slip in _ssl for 2.6.0 but it’s something we can probably fix for 2.6.1.

 

From: users-bounces@... [mailto:users-bounces@...] On Behalf Of Severin
Sent: Tuesday, October 20, 2009 12:26 AM
To: Discussion of IronPython
Subject: [IronPython] IMAP4_SSL in 2.0.2 and 2.6

 

Hi,

 

I use IronPython to send e-mails with imap4.

 

It seems that version 2.0.2 has SSL support whereas 2.6 doesn't.

Why is that?

 

My understanding would be that SSL should or shouldn't work with both versions...

 

Severin


_______________________________________________
Users mailing list
Users@...
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: IMAP4_SSL in 2.0.2 and 2.6

by Severin-6 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

sure, I opened a new issue on codeplex.
http://ironpython.codeplex.com/WorkItem/View.aspx?WorkItemId=25026

On Tue, Oct 20, 2009 at 7:40 PM, Dino Viehland <dinov@...> wrote:

You can give a little more information on how it is failing?  It looks like we are missing the ssl module (implemented in Python but not included in IronPython because we don’t implement _ssl) which is new in 2.6 but we still have all the old SSL support that previously existed in the socket module.  I don’t think we’ll slip in _ssl for 2.6.0 but it’s something we can probably fix for 2.6.1.

 

From: users-bounces@... [mailto:users-bounces@...] On Behalf Of Severin
Sent: Tuesday, October 20, 2009 12:26 AM
To: Discussion of IronPython
Subject: [IronPython] IMAP4_SSL in 2.0.2 and 2.6

 

Hi,

 

I use IronPython to send e-mails with imap4.

 

It seems that version 2.0.2 has SSL support whereas 2.6 doesn't.

Why is that?

 

My understanding would be that SSL should or shouldn't work with both versions...

 

Severin


_______________________________________________
Users mailing list
Users@...
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



_______________________________________________
Users mailing list
Users@...
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com