docs(103-pop3s): adding a content (#1807)
parent
33eba1bd1c
commit
aa0a303160
1 changed files with 9 additions and 1 deletions
@ -1 +1,9 @@ |
||||
# Pop3s |
||||
POP3 (port 110) or POP3s (port 995) stands for The Post Office Protocol. It's an Internet standard protocol used by local email software clients to retrieve emails from a remote mail server over a TCP/IP connection. |
||||
|
||||
Email servers hosted by Internet service providers also use POP3 to receive and hold emails intended for their subscribers. Periodically, these subscribers will use email client software to check their mailbox on the remote server and download any emails addressed to them. |
||||
|
||||
Once the email client has downloaded the emails, they are usually deleted from the server, although some email clients allow users to specify that mails be copied or saved on the server for a period of time. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.techtarget.com/whatis/definition/POP3-Post-Office-Protocol-3'>What is POP3?</BadgeLink> |
Loading…
Reference in new issue