Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的代码是:
Pop3Client client = new Pop3Client(); client.Connect("pop.gmail.com", 995, true); client.Authenticate("MyMailAccont@gmail.com", "Password"); ....
Authenticate.eeror 上的错误是:
附加信息:POP3 服务器没有对 AUTH 命令做出 +OK 响应。
我的配置很好。如何修复它?
gmail 不能很好地与pop3 配合使用。