There is always an email that cannot be received. The problem is finally solved.

Source: Internet
Author: User

Every time foxmail receives emails, it is too sad to receive an email that will never be received. Today, this problem is finally solved.

Ps: solution: Search from Network

The general solution is to use telnet to log on to the pop service of mailbox 163, and then delete the emails that cannot be received.

1: use telnet to log on to the pop server

Telnet to pop3.163.com 110

2: log in with your username and password

UserXxx@163.com

If the user name is successfully logged on, the POP3 server returns the following information:
+ OK core mail

Pass mypassword

+ OK 5 message (2267 octets)
The number 5 indicates five emails, and 2267 indicates the total number of bytes (2267B) of the five emails)

3: dele 253 (253 is the id of the email that cannot be received. This id is displayed after RETR in foxmail)

In addition, the following commands are available after login:

1. StatCommand Format: staTNo parameters required
2.ListCommand Format: list [n] parameter n (Optional). n is the mail number.
3.UidL command format: uidl [n] Same as above
4.RetrCommand Format: retr n parameter n is not saving, n is the mail number
5.DeleCommand Format: Same as dele n
6.TopCommand Format: top n m parameter n, m is not saving, n is the mail number, m is the number of rows
7.NoopCommand Format: noop requires no parameters
8.QuitCommand Format: Quit does not require parameters
For detailed functions of each command, see the following description:
1. The STAT command does not contain parameters. For this command, the POP3 server returns a correct response, which is a single-line message prompt starting with "+ OK, then there are two numbers, the first is the number of mails, and the second is the size of the mail, for example, + OK 4 1603
2. The LIST command is optional. this parameter is a number that indicates the number of the email in the mailbox. We can use the LIST Command without parameters to obtain the number of each email, in addition, each email occupies one row and is displayed. The preceding number indicates the number of the email, and the following number indicates the size of the email.
3. the UIDL Command is similar to the LIST Command, except that the UIDL command displays more detailed information about the email than the LIST command. The execution result is 4.
4. the RETR command is the most important command to receive emails. It is used to view the content of emails. It must contain parameters. After the command is executed, the server has a long response information, the information includes the sender's email address, sending time, And subject. The information is collectively referred to as the mail header. The information that follows the mail header is the mail body.
5. the DELE command is used to delete a specified email. (Note: the DELE n command only marks the deletion of the email. The mail will be deleted only after the quit command is executed ), the deleted response information is shown in section 6.
6. The top command has two parameters, for example, Top n m n is the mail number, and m is the number of lines to read the mail body. If M is 0, only the mail header is read.
7. Noop command. After this command is issued, the POP3 server returns only one correct response "+ OK" without doing anything"
8. Quit command. After the command is issued, telnet is disconnected from the POP3 server and the system enters the update status ..

 

 

Ps: Most of the content in this article is excerpted from the network.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.