Author |
|
wzh Newbie
Joined: 07 January 2019
Online Status: Offline Posts: 7
|
Posted: 09 January 2019 at 10:40pm | IP Logged
|
|
|
This error message means that the message does not exist?
MailBee.Pop3Mail.MailBeePop3NegativeResponseException: The server has responded with negative reply. The server responded: -ERR Message can not load.
在 a.af.a(i A_0)
在 a.af.ag()
在 a.j.b(String A_0, az A_1, Boolean A_2)
在 a.j.a(String A_0, az A_1, Boolean A_2)
在 a.l.h.c(Int32 A_0, Int32 A_1)
在 a.l.l.a(Int32 A_0, Int32 A_1)
在 a.l.l.b(Boolean A_0, Int32 A_1, Int32 A_2)
在 MailBee.Pop3Mail.Pop3.DownloadEntireMessage(Int32 index)
[09:20:06.07] [INFO] Assembly version: 11.2.0 build 590 for .NET 3.5.
[09:20:06.07] [INFO] Will resolve host "pop.qq.com".
[09:20:06.09] [INFO] Host "pop.qq.com" resolved to IP address(es) 59.37.97.57, 219.133.60.187.
[09:20:06.09] [INFO] Will connect to host "pop.qq.com" on port 995.
[09:20:06.12] [INFO] Socket connected to IP address 219.133.60.187 on port 995.
[09:20:06.12] [INFO] Will start TLS/SSL negotiation sequence.
[09:20:06.17] [INFO] TLS/SSL negotiation completed.
[09:20:06.17] [RECV] +OK QQMail POP3 Server v1.0 Service Ready(QQMail v2.0)\r\n
[09:20:06.17] [INFO] Connected to mail service at host "pop.qq.com" on port 995 and ready.
[09:20:06.17] [INFO] Get the list of POP3 capabilities via CAPA command.
[09:20:06.17] [SEND] CAPA\r\n
[09:20:06.20] [RECV] -ERR Unknown command\r\n
[09:20:06.20] [INFO] Warning: The server does not support CAPA command. POP3 pipelining will not be available. The server responded: -ERR Unknown command.
[09:20:06.20] [INFO] Get the list of advertized SASL authentication methods via AUTH command.
[09:20:06.20] [SEND] AUTH\r\n
[09:20:06.21] [RECV] -ERR Unknown command\r\n
[09:20:06.23] [INFO] Warning: The server does not support AUTH command. SASL authentication will not be available. The server responded: -ERR Unknown command.
[09:20:06.23] [INFO] Will login as "XXXXXXXX@qq.com".
[09:20:06.23] [INFO] Will try regular USER/PASS authentication.
[09:20:06.23] [SEND] USER XXXXXXXX@qq.com\r\n
[09:20:06.31] [RECV] +OK\r\n
[09:20:06.31] [SEND] PASS ********\r\n
[09:20:06.64] [RECV] +OK\r\n
[09:20:06.64] [INFO] Logged in as "XXXXXXXX@qq.com".
[09:20:06.64] [INFO] Download inbox statistics.
[09:20:06.65] [SEND] STAT\r\n
[09:20:07.71] [RECV] +OK 19372 7695286863\r\n
[09:20:07.71] [INFO] Download the list of Unique-IDs of all messages in inbox.
[09:20:07.71] [SEND] UIDL\r\n
[09:20:08.23] [RECV] +OK\r\n1 POPSPAM_20190110\r\n2 ZC4508-SVKGCTqjTblB2nMkRJV0B6a\r\n3 ZC4 ... uNyfqR7RkslTxgBRtLG91\r\n19372 ZC2809-SlHdXG_MS7~K134i4krEF91\r\n.\r\n [Total 725024 bytes received.]
[09:20:08.28] [INFO] Will download entire message (index=15991).
[09:20:08.28] [SEND] RETR 15991\r\n
[09:20:08.62] [RECV] -ERR Message can not load\r\n
[09:20:08.62] [INFO] Error: The server has responded with negative reply. The server responded: -ERR Message can not load.
[09:20:08.76] [INFO] Will download entire message (index=10649).
[09:20:08.76] [SEND] RETR 10649\r\n
[09:20:09.20] [RECV] -ERR Message can not load\r\n
[09:20:09.20] [INFO] Error: The server has responded with negative reply. The server responded: -ERR Message can not load.
[09:20:09.32] [INFO] Will download entire message (index=10647).
[09:20:09.32] [SEND] RETR 10647\r\n
[09:20:09.92] [RECV] -ERR Message can not load\r\n
[09:20:09.92] [INFO] Error: The server has responded with negative reply. The server responded: -ERR Message can not load.
|
Back to Top |
|
|