我尝试从gmail收到电子邮件:
box = poplib.POP3_SSL('pop.gmail.com')
print box.getwelcome()
print box.user(user)
print box.pass_(password)
print box.list()
但我明白了:
+OK Gpop ready for requests from #######
+OK send PASS
+OK Welcome.
('+OK 0 messages (0 bytes)', [], 0)
我的Gmail没有空。怎么了? python ver 2.7