[IronPython] poplib.POP3_SSL OutOfMemory Issue

Tony Meyer tony.meyer at gmail.com
Sun Nov 15 20:54:24 CET 2009


Hi,

> user = "matan.py at hotmail.com"
> pwd = "XXXXXXXX"

Just a warning: you included your username and password with your code
- you should probably immediately change your password.

> server = poplib.POP3_SSL(host)

If you start up an IP shell and just do this (and 'import poplib'),
does that cause the error as well?  If so, then it's definitely a bug
- ideally check if it's fixed in IP 2.6, and open a bug report.

Cheers,
Tony



More information about the Ironpython-users mailing list