Difference between revisions of "Email client"

From CNM Wiki
Jump to: navigation, search
(Process)
(Locations)
Line 20: Line 20:
 
:*#Transfer messages to [[mail client]]s.
 
:*#Transfer messages to [[mail client]]s.
  
==Locations==
+
==Hosting==
 
There are two major models of locating the ''Clients'':
 
There are two major models of locating the ''Clients'':
 
#'''On-premises''': end-users may install the ''Clients'' on their devices; a common example would be an app running on one's cell phone. The [[POP3]] protocol is commonly used for sending one's [[email]]s to and/or receiving from [[mail server]]s.
 
#'''On-premises''': end-users may install the ''Clients'' on their devices; a common example would be an app running on one's cell phone. The [[POP3]] protocol is commonly used for sending one's [[email]]s to and/or receiving from [[mail server]]s.

Revision as of 10:04, 24 June 2019

A mail client (alternatively known as email client, or e-mail client; more formally known as mail user agent or MUA; hereinafter, the Client) is any digital construct that an end-user utilizes to compose, access, and/or manage his or her emails.

The Client can also refer to mail client software. More broadly, email software may refer to all the software utilized for the Clients, mail servers, or mail exchangers.


Functions

On the one side, the Clients receive requests from and show the data to end-users. On the other side, the Clients communicate with mail servers in order to receive emails from and/or send emails to.


With regard to:
  • Outgoing messages, the Servers may be designed to:
    1. Accept messages from mail clients.
    2. Analyze messages looking for their inconsistencies and/or missing data.
    3. Adjust messages while correcting inconsistencies and/or adding the missing data.
    4. Transfer messages to mail exchangers.
  • Incoming messages, the Servers may be designed to:
    1. Accept messages from mail exchangers.
    2. Analyze messages looking for their inconsistencies and/or missing data.
    3. Add information about the found inconsistencies and/or missing data to the messages. This information may further be used by mail clients to combat spam.
    4. Transfer messages to mail clients.

Hosting

There are two major models of locating the Clients:

  1. On-premises: end-users may install the Clients on their devices; a common example would be an app running on one's cell phone. The POP3 protocol is commonly used for sending one's emails to and/or receiving from mail servers.
  2. Online: end-users may access the Clients that are hosted online, often, next to a mail server. The IMAP protocol is commonly used for accessing and/or managing one's emails online.

Related lectures