开发者

IMAP connect issue

开发者 https://www.devze.com 2022-12-10 04:52 出处:网络
I am using IMAP client from this link [http://www.codeproject.com/KB/IP/imaplibrary.aspx?fid=91819&df=90&mpp=25&noise=3&sort=Position&view=Quick&select=2865930&fr=1#xx0xx].

I am using IMAP client from this link [http://www.codeproject.com/KB/IP/imaplibrary.aspx?fid=91819&df=90&mpp=25&noise=3&sort=Position&view=Quick&select=2865930&fr=1#xx0xx].

When I to connect to server, the response is coming something like, "220 Mail.servername.co.in Microsoft ESMTP MAIL Service, Version: 6.0.3790.1830 ready at Fri, 6 Nov 2009 11:41:54 +0530 11/6/2009 11:41:54 AM". I think I should get "* OK". Plz help me to开发者_JAVA技巧 solve this issue.


If I had to guess, you are connecting to the SMTP service (probably port 25). You need to connect to the IMAP port (usually 143).

0

精彩评论

暂无评论...
验证码 换一张
取 消