使用IMAP4 MailSystem.NET连接到雅虎电子邮件 [英] Connecting to yahoo email with IMAP4 MailSystem.NET

查看:388
本文介绍了使用IMAP4 MailSystem.NET连接到雅虎电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试使用net / imap MailSystem.NET从C#连接到邮件yahoo帐户。
但是我在 imap.Login命令

I try to connect to mail yahoo account from C# using net/imap MailSystem.NET. But I get error Stack OverFlow on imap.Login command

中收到错误 Stack OverFlow 任何人尝试连接到雅虎邮件和MailSystem.NET有一些经验?

Anybody tries to connect to Yahoo! Mail and had some experiences about it with MailSystem.NET ?

这是我的工作代码。

Imap4Client imap = new Imap4Client();
imap.ConnectSsl("imap.mail.yahoo.com", 993);
imap.Login("login@yahoo.com", "PWD");
imap.Command("capability");


推荐答案

我想建议您使用 ImapX

我使用它来管理Gmail yahoo等。

I used it an manage to access Gmail yahoo etc.

BTW-您是否可以连接到Gmail.com等其他邮件服务器?

BTW- were you able to connect to another mail server like Gmail.com?

这篇关于使用IMAP4 MailSystem.NET连接到雅虎电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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