Difference between revisions of "IMAP"

 
(18 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
'''IMAP''' is a method of checking [[e-mail]].
 
'''IMAP''' is a method of checking [[e-mail]].
  
βˆ’
This is the preferred set-up that we ask ΒιΆΉΚΣΖ΅ students to use for checking their e-mail. This flexible set-up enables people to check their e-mail anywhere.
+
 
 +
== What is IMAP? ==
 +
(<i>definition from [https://en.wikipedia.org/wiki/Internet_Message_Access_Protocol Wikipedia]</i>)
 +
 
 +
In computing, the Internet Message Access Protocol (IMAP) is an Internet standard protocol used by e-mail clients to retrieve e-mail messages from a mail server over a TCP/IP connection.[1] IMAP is defined by RFC 3501.
 +
 
 +
IMAP was designed with the goal of permitting complete management of an email box by multiple email clients, therefore clients generally leave messages on the server until the user explicitly deletes them. An IMAP server typically listens on port number 143. IMAP over SSL (IMAPS) is assigned the port number 993.
 +
 
 +
Virtually all modern e-mail clients and servers support IMAP. IMAP and the earlier POP3 (Post Office Protocol) are the two most prevalent standard protocols for email retrieval,[2] with many webmail service providers such as Gmail, Outlook.com and Yahoo! Mail also providing support for either IMAP or POP3.
 +
 
 +
== See also ==
 +
* [[POP3]]
 +
* [[Quota]]
  
 
{{stub}}
 
{{stub}}
 
[[Category:E-mail]]
 
[[Category:E-mail]]

Latest revision as of 16:24, 22 January 2019

IMAP is a method of checking e-mail.


What is IMAP?

(definition from )

In computing, the Internet Message Access Protocol (IMAP) is an Internet standard protocol used by e-mail clients to retrieve e-mail messages from a mail server over a TCP/IP connection.[1] IMAP is defined by RFC 3501.

IMAP was designed with the goal of permitting complete management of an email box by multiple email clients, therefore clients generally leave messages on the server until the user explicitly deletes them. An IMAP server typically listens on port number 143. IMAP over SSL (IMAPS) is assigned the port number 993.

Virtually all modern e-mail clients and servers support IMAP. IMAP and the earlier POP3 (Post Office Protocol) are the two most prevalent standard protocols for email retrieval,[2] with many webmail service providers such as Gmail, Outlook.com and Yahoo! Mail also providing support for either IMAP or POP3.

See also