POP3 receiving emails

Source: Internet
Author: User

The POP3 command code is as follows:
Command Parameter status description
------------------------------------------
User Username recognizes that if this command is successful with the following PASS Command, status conversion will occur.
Pass password approval
APOP name, digest recognizes that digest is the MD5 message digest
------------------------------------------
Stat none processes the mailbox statistics sent back by the request server, such as the total number of emails and total bytes.
UIDL [MSG #] indicates the unique identifier of the Response Message. Each identifier of a POP3 session will be unique.
List [MSG #] Number of returned mails processed and size of each email
RETR [MSG #] process and return all text of the email identified by Parameters
Dele [MSG #] The processing server marks the emails marked by parameters as deleted and is executed by the quit command.
Rset none processing server resets all emails marked as deleted, used to cancel the DELE Command
Top [MSG #] The processing server will return the content of the first n lines of emails identified by parameters. N must be a positive integer.
Noop none processing server returns a positive response

Use the command line in the Windows DOS window, for example:
# Telnet my.isp.net 110
User Username
Pass password
List

Dele 3
Dele 5
Quit
--

 

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.