Pop3Client不适用于雅虎 [英] Pop3Client not working for yahoo

查看:88
本文介绍了Pop3Client不适用于雅虎的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用vb.net从Yahoo帐户中检索邮件。我使用openpopup(Pop3)来做到这一点。这是我的代码

I am trying to retrieve mails from Yahoo account using vb.net. I have used openpopup (Pop3) to do that. Here is my code

Using client As New Pop3Client()
               If client.Connected Then client.Disconnect()
               clientConnect("pop.mail.yahoo.com", 995, true)
               client.Authenticate("Yahoo UserName", "Yahoo Password",AuthenticationMethod.UsernameAndPassword)
               client.Disconnect()
               Return True
         End Using





我遇到了以下问题服务器在验证时没有接受用户凭据,但我确信凭证是正确的(我可以使用此凭据连接服务器)



我使用我的gmail,hotmail和aol帐户尝试了相同的代码。它工作正常但不适用Yahoo。当我尝试使用yahoo凭证进行身份验证时,我收到以下错误。

服务器不接受用户凭据。请给我解决方案



I am stuck up with the follwoing problem "The server did not accept user credentials while authenticating it, but I am sure that the credentials are correct (I can connect the server with this credentials)

I tried the same code with my gmail, hotmail and aol accounts. It works fine but not for Yahoo. When i try to authenticate with yahoo credentials, I got the following error.
"Server did not accept user credentials". Please give me the solution for this

推荐答案

你付钱吗?对于Yahoo Mail Plus?除非您有Yahoo Mail Plus,否则不能使用POP3访问Yahoo Mail。请参阅 Yahoo Mail Plus [ ^ ]



您可以使用IMAP访问而无需支付Yahoo Mail Plus。
Are you paying for Yahoo Mail Plus? You cannot use POP3 access to Yahoo Mail unless you have Yahoo Mail Plus. See Yahoo Mail Plus[^]

You can use IMAP access without paying for Yahoo Mail Plus.


这篇关于Pop3Client不适用于雅虎的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆