1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 13:01:43 +02:00

docs(103-pop3s): adding a content (#1807)

This commit is contained in:
ARSAN
2022-09-21 17:33:30 +08:00
committed by GitHub
parent 33eba1bd1c
commit aa0a303160

View File

@@ -1 +1,9 @@
# Pop3s
# 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>