文章 4 浏览 66
邮件收发都是成功的…
import poplib M = poplib.POP3_SSL('pop3.live.com', 995) #Connect to hotmail pop3 server try: M.user(raw_input("username: ")) #Get the userna…
文章 0 评论 0
接受