Email - Mail User Agent (MUA) - Mail Client

About

A Mail User Agent (MUA) is the technical term from a email client application.

User agent in Mail User Agent (MUA) means that it's a user application (known as user agent on the web)

A MUA can:

List

Gui

Command line

  • sendmail - the reference command that you should find on all linux distribution.
echo -e "Subject:Hello World \n\n This is my first mail \n" | sendmail [email protected]

Library

Management

Which client has created the mail

In the header field of an email, search for the value User-Agent

Example:

User-Agent: Heirloom mailx 12.5 7/5/10

Where does the name and email of the author come from?

The email internet address is composed of:

  • for the email address:
    • the user login
    • the domain of the hostname or the configured domain in the MTA
  • for the user name: the user name or the user comment

On Linux:

  • the user login may be set in the $USER variable
  • the email address may be set in the $MAIL variable
  • the user login and comment (user name) are in the /etc/passwd file.





Discover More
Card Puncher Data Processing
Email (Internet Message)

An Email is just a document known as the MimeMessage or Internet Message Format that: is send and received between email server and managed via a client known as the Mail User Agent This is in the...
Email - Client

A email client is an application that can send/receive a email for a user from a server In the email world, they are known as Mail User Agent (MUA) that's why you should see the Mail User Agent page instead...
Email - Mailbox

A mailbox is a file where the emails message are stored. A user application (known as MUA) can read and write a mailbox The Mail Delivery Agent will write the email received by the SMTP server (MTA)...
Email - Mille and one way to send an email (professional and user)

This article shows you Mille and one way to send an email (ie known as transport in SMTP. submission port Before continuing, you need to know the basics of email and how it works with SMTP. If you...
Email - Structured-data (Metadata)

An email can be send as a web page and therefore can add web structured data. This way, the client can read them an offer feature such as: adding an event to a calendar extracting reservation information...
Gmail Converstaion Jk Shortcut
Gmail (Shortcuts, ..)

Gmail is the client email solution of a Google where email are grouped by conversation (thread). On the home page, you will see all conversations called a thread conversation list. Go To Shortcut...
HTML emails - How to write them correctly

There is a lot of fuzz concerning how you should write the HTML for email. This article will give you on the good track and this is not as scary as it seems
How to send an email at the command line with SMTP? Email transaction explained

This page is a how-to that describes how you can transport an email to a SMTP server at the command line using the SMTP protocol for further delivery It will show you the inner mechanisms of SMTP. Below...
Java Conceptuel Diagram
Java - Jakarta Mail (JavaMail)

Jakarta Mail (previously known as JavaMail) is the basic / low level component of all email client implementation in Java. email server The following library are based on JavaMail and cache the...
POP3 and IMAP

pop3 and imap are email protocol used to connect to a remote mailbox (ie a remote server). You can then read, delete your email An Email Client (MUA) may use them to read/delete email remotely ...



Share this page:
Follow us:
Task Runner