Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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%5D.

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 solve this issue.

share|improve this question

1 Answer

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).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.