From aa0a303160abd8d895e8648dd6304f27c7befea9 Mon Sep 17 00:00:00 2001 From: ARSAN Date: Wed, 21 Sep 2022 17:33:30 +0800 Subject: [PATCH] docs(103-pop3s): adding a content (#1807) --- .../103-networking-protocols/103-emails/103-pop3s.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/102-devops/content/103-networking-protocols/103-emails/103-pop3s.md b/content/roadmaps/102-devops/content/103-networking-protocols/103-emails/103-pop3s.md index de3f99915..a55690fa1 100644 --- a/content/roadmaps/102-devops/content/103-networking-protocols/103-emails/103-pop3s.md +++ b/content/roadmaps/102-devops/content/103-networking-protocols/103-emails/103-pop3s.md @@ -1 +1,9 @@ -# Pop3s \ No newline at end of file +# 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. + +Free Content +What is POP3? \ No newline at end of file