POP3 uses a command/response syntax similar to that used by SMTP . A handful of commands exist for user to login, check for mail, download messages, etc. Rather than use numeric response codes, POP3 uses "+" and "-" to indicate success or failure.
POP3 is a user-specific mail system, instead of a host-specific mail system like SMTP. POP3 commands focus on the user's mailbox, and not the entire postoffice.
Some of the most common POP3 commands are those listed in Figure D.7 below:
Rather than use the numeric response codes found in SMTP, POP3 relies on two simple status messages: "+" indicates that the command was accepted and executed properly, while "-" is used to indicate that the command was not understood or was not executed. As with SMTP, POP3 servers are allowed to put whatever text messages they want to after the "+" or "-". The POP3 client must wait for a response before issuing any more commands.
Copyright © 1997, Unoverica Corporation. All rights reserved. Unauthorized use prohibited.
Send comments to docs@unoverica.com