无法从传输连接IMAP

时间:2015-07-10 14:02:50

标签: c# sockets ssl tcp imap

我使用IMap在c#中从gmail中读取邮件。我在同一个邮箱上创建了多个(五个)TCP连接,以便更快地读取数据。谷歌允许同时使用15个邮箱

https://support.google.com/mail/answer/97150?hl=en

但是我在从

读取数据时遇到错误
  

SslStream.Read(byte [] buffer,int offset,int count);

说"无法从传输连接读取数据:远程主机强行关闭现有连接。"。

我使用以下设置作为参考

imap.gmail.com 端口:993

完整的堆栈跟踪如下

  

:无法将数据写入传输连接:现有的   连接被远程主机强行关闭。

ERROR2015-07-10

  

05:46:43 - Stack Strace :: at   System.Net.Sockets.NetworkStream.Write(Byte []缓冲区,Int32偏移量,   Int32尺寸)
  在System.Net.Security._SslStream.StartWriting(Byte []   缓冲区,Int32偏移量,Int32计数,AsyncProtocolRequest asyncRequest)   在System.Net.Security._SslStream.ProcessWrite(Byte []缓冲区,Int32   offset,Int32 count,AsyncProtocolRequest asyncRequest)at   System.Net.Security.SslStream.Write(Byte []缓冲区,Int32偏移量,Int32   伯爵   CDT.WebMailReader.CloudMailReader.receiveResponse(ReceiveResponseParams   responseParams)

我在许多论坛上都有检查解决方案,但没有得到任何解决方案。可以请一些解决方案。

提前致谢

Mayuresh

1 个答案:

答案 0 :(得分:-1)

尝试使用143端口进行连接。 如果问题仍然存在,请检查您的网络环境