Hi, > user = "[email protected]" > 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 _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
