docs(102-imaps): adding a content (#1806)

pull/1825/head
ARSAN 2 years ago committed by GitHub
parent aa0a303160
commit d2b016c8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      content/roadmaps/102-devops/content/103-networking-protocols/103-emails/102-imaps.md

@ -1 +1,8 @@
# Imaps
IMAP (port 143) or IMAPS (port 993) allows you to access your email wherever you are, from any device. When you read an email message using IMAP, you aren't actually downloading or storing it on your computer; instead, you're reading it from the email service. As a result, you can check your email from different devices, anywhere in the world: your phone, a computer, a friend's computer.
IMAP only downloads a message when you click on it, and attachments aren't automatically downloaded. This way you're able to check your messages a lot more quickly than POP.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol'>Wikipedia: Internet Message Access Protocol</BadgeLink>
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=cfXabGOA2s8'>What is IMAP and How To Use It | Email Tutorial</BadgeLink>
Loading…
Cancel
Save