POP3 Error Codes
October 25th, 2007 . by Markus - Add a Comment
Local e-mail clients use the Post Office Protocol version 3 (POP3), an application-layer Internet standard protocol, to retrieve e-mail from a remote server over a TCP/IP connection. Many subscribers to individual Internet service provider e-mail accounts access their e-mail with client software that uses POP3.
POP3 is designed to delete mail on the server as soon as the user has downloaded it. However, some implementations allow users or an administrator to specify that mail be saved for some period of time. POP can be thought of as a “store-and-forward” service.
The following are a list of error codes you will find while using a POP3 email connection;
|
Error Code |
Error Type |
Description |
| 0×800420CB | POP3_NO_STORE | Mail cannot be stored on server |
| 0×800CCC90 | POP3_RESPONSE_ERROR | Client response invalid |
| 0×800CCC91 | POP3_INVALID_USER_NAME | Invalid user name or user not found |
| 0×800CCC92 | POP3_INVALID_PASSWORD | Password not valid for account |
| 0×800CCC93 | POP3_PARSE_FAILURE | Unable to interpret response |
| 0×800CCC94 | POP3_NEED_STAT | STAT Command required |
| 0×800CCC95 | POP3_NO_MESSAGES | No messages on server |
| 0×800CCC96 | POP3_NO_MARKED_MESSAGES | No messages marked for retrieval |
| 0×800CCC97 | POP3_POPID_OUT_OF_RANGE | Message ID out of range |

Posted in 
