Email - Wikipedia
Email - Wikipedia
Contents [hide] Article Talk Read View source View history Tools
Uses                                                 Email operates across computer networks, primarily the Internet, and also local area networks. Today's
                                                     email systems are based on a store-and-forward model. Email servers accept, forward, deliver, and store
Issues
                                                     messages. Neither the users nor their computers are required to be online simultaneously; they need to
See also
                                                     connect, typically to a mail server or a webmail interface to send or receive messages or download it.                                               This screenshot shows the "Inbox"
Notes                                                                                                                                                                                                     page of an email client; users can see
                                                     Originally an ASCII text-only communications medium, Internet email was extended by Multipurpose
                                                                                                                                                                                                          new emails and take actions, such as
References                                           Internet Mail Extensions (MIME) to carry text in other character sets and multimedia content attachments.                                            reading, deleting, saving, or
Further reading                                      International email, with internationalized email addresses using UTF-8, is standardized but not widely                                              responding to these messages.
                                                     adopted.[1]
External links
                                                     Terminology
                                                         Further information: History of email § Terminology and usage
                                                     The term electronic mail has been in use with its modern meaning since 1975, and variations of the shorter
                                                     E-mail have been in use since 1979:[2][3]
                                                         email is now the common form, and recommended by style guides.[4][5] It is the form required by IETF
                                                                                                                                                                                                          When a "robot" on Wikipedia makes
                                                         Requests for Comments (RFC) and working groups.[6] This spelling also appears in most                                                            changes to image files, the uploader
                                                         dictionaries.[7][8][9][10][11][12][13][14]                                                                                                       receives an email about the changes
                                                                                                                                                                                                          made.
                                                         e-mail is the form favored in edited published American English and British English writing as reflected
                                                         in the Corpus of Contemporary American English data,[15] but is falling out of favor in some style
                                                         guides.[5][16]
                                                         E-mail is sometimes used.[17] The original usage in June 1979 occurred in the journal Electronics in reference to the United States Postal
                                                         Service initiative called E-COM, which was developed in the late 1970s and operated in the early 1980s.[2][3]
                                                         Email is also used.
                                                         EMAIL was used by CompuServe starting in April 1981, which popularized the term.[18][19]
                                                         EMail is a traditional form used in RFCs for the "Author's Address".
                                                     The service is often simply referred to as mail, and a single piece of electronic mail is called a message. The conventions for fields within emails—
                                                     the "To," "From," "CC," "BCC" etc.—began with RFC-680 in 1975.[20]
An Internet email consists of an envelope and content;[21] the content consists of a header and a body.[22]
                                                     History
                                                         Main article: History of email
                                                     Computer-based messaging between users of the same system became possible after the advent of time-sharing in the early 1960s, with a notable
                                                     implementation by MIT's CTSS project in 1965.[23] Most developers of early mainframes and minicomputers developed similar, but generally
                                                     incompatible, mail applications. In 1971 the first ARPANET network mail was sent, introducing the now-familiar address syntax with the '@' symbol
                                                     designating the user's system address.[24] Over a series of RFCs, conventions were refined for sending mail messages over the File Transfer
                                                     Protocol.
                                                     Proprietary electronic mail systems soon began to emerge. IBM, CompuServe and Xerox used in-house mail systems in the 1970s; CompuServe
                                                     sold a commercial intraoffice mail product in 1978 to IBM and to Xerox from 1981.[nb 1][25][26][27] DEC's ALL-IN-1 and Hewlett-Packard's HPMAIL
                                                     (later HP DeskManager) were released in 1982; development work on the former began in the late 1970s and the latter became the world’s largest
                                                     selling email system.[28][29]
                                                     The Simple Mail Transfer Protocol (SMTP) protocol was implemented on the ARPANET in 1983. LAN email systems emerged in the mid 1980s. For
                                                     a time in the late 1980s and early 1990s, it seemed likely that either a proprietary commercial system or the X.400 email system, part of the
                                                     Government Open Systems Interconnection Profile (GOSIP), would predominate. However, once the final restrictions on carrying commercial traffic
                                                     over the Internet ended in 1995,[30][31] a combination of factors made the current Internet suite of SMTP, POP3 and IMAP email protocols the
                                                     standard (see Protocol Wars).[32][33]
                                                     Operation
                                                     The following is a typical sequence of events that takes place when sender Alice transmits a message using a mail user agent (MUA) addressed to
                                                     the email address of the recipient.[34]
                                                            1. The MUA formats the message in email format and uses the submission protocol, a profile of the
                                                                Simple Mail Transfer Protocol (SMTP), to send the message content to the local mail submission
                                                                agent (MSA), in this case smtp.a.org.
                                                            2. The MSA determines the destination address provided in the SMTP protocol (not from the message
                                                                header)—in this case, bob@b.org—which is a fully qualified domain address (FQDA). The part
                                                                before the @ sign is the local part of the address, often the username of the recipient, and the part
                                                                after the @ sign is a domain name. The MSA resolves a domain name to determine the fully
                                                                qualified domain name of the mail server in the Domain Name System (DNS).
                                                                                                                                                                                                          Email operation
                                                            3. The DNS server for the domain b.org (ns.b.org) responds with any MX records listing the mail
                                                                exchange servers for that domain, in this case mx.b.org, a message transfer agent (MTA) server run
                                                                by the recipient's ISP.[35]
                                                            4. smtp.a.org sends the message to mx.b.org using SMTP. This server may need to forward the message to other MTAs before the message
                                                                reaches the final message delivery agent (MDA).
                                                            5. The MDA delivers it to the mailbox of user bob.
                                                            6. Bob's MUA picks up the message using either the Post Office Protocol (POP3) or the Internet Message Access Protocol (IMAP).
In addition to this example, alternatives and complications exist in the email system:
                                                         Alice or Bob may use a client connected to a corporate email system, such as IBM Lotus Notes or Microsoft Exchange. These systems often
                                                         have their own internal email format and their clients typically communicate with the email server using a vendor-specific, proprietary protocol.
                                                         The server sends or receives email via the Internet through the product's Internet mail gateway which also does any necessary reformatting. If
                                                         Alice and Bob work for the same company, the entire transaction may happen completely within a single corporate email system.
                                                         Alice may not have an MUA on her computer but instead may connect to a webmail service.
                                                         Alice's computer may run its own MTA, so avoiding the transfer at step 1.
                                                         Bob may pick up his email in many ways, for example logging into mx.b.org and reading it directly, or by using a webmail service.
                                                         Domains usually have several mail exchange servers so that they can continue to accept mail even if the primary is not available.
                                                     Many MTAs used to accept messages for any recipient on the Internet and do their best to deliver them. Such MTAs are called open mail relays.
                                                     This was very important in the early days of the Internet when network connections were unreliable.[36][37] However, this mechanism proved to be
                                                     exploitable by originators of unsolicited bulk email and as a consequence open mail relays have become rare,[38] and many MTAs do not accept
                                                     messages from open mail relays.
                                                     Message format
                                                     The basic Internet message format used for email[39] is defined by RFC 5322                                  , with encoding of non-ASCII data and multimedia content
                                                     attachments defined in RFC 2045 through RFC 2049, collectively called Multipurpose Internet Mail Extensions or MIME. The extensions in
                                                     International email apply only to email. RFC 5322 replaced the earlier RFC 2822 in 2008, then RFC 2822 in 2001 replaced RFC 822 – the standard
                                                     for Internet email for decades. Published in 1982, RFC 822 was based on the earlier RFC 733 for the ARPANET.[40]
                                                     Internet email messages consist of two sections, "header" and "body". These are known as "content".[41][42] The header is structured into fields such
                                                     as From, To, CC, Subject, Date, and other information about the email. In the process of transporting email messages between systems, SMTP
                                                     communicates delivery parameters and information using message header fields. The body contains the message, as unstructured text, sometimes
                                                     containing a signature block at the end. The header is separated from the body by a blank line.
                                                     Message header
                                                     RFC 5322 specifies the syntax of the email header. Each email message has a header (the "header section" of the message, according to the
                                                     specification), comprising a number of fields ("header fields"). Each field has a name ("field name" or "header field name"), followed by the separator
                                                     character ":", and a value ("field body" or "header field body").
                                                     Each field name begins in the first character of a new line in the header section, and begins with a non-whitespace printable character. It ends with
                                                     the separator character ":". The separator is followed by the field value (the "field body"). The value can continue onto subsequent lines if those lines
                                                     have space or tab as their first character. Field names and, without SMTPUTF8, field bodies are restricted to 7-bit ASCII characters. Some non-
                                                     ASCII values may be represented using MIME encoded words.
Header fields
                                                     Email header fields can be multi-line, with each line recommended to be no more than 78 characters, although the limit is 998 characters.[43] Header
                                                     fields defined by RFC 5322 contain only US-ASCII characters; for encoding characters in other sets, a syntax specified in RFC 2047 may be
                                                     used.[44] In some examples, the IETF EAI working group defines some standards track extensions,[45][46] replacing previous experimental
                                                     extensions so UTF-8 encoded Unicode characters may be used within the header. In particular, this allows email addresses to use non-ASCII
                                                     characters. Such addresses are supported by Google and Microsoft products, and promoted by some government agents.[47]
                                                         From: The email address, and, optionally, the name of the author(s). Some email clients are changeable through account settings.
                                                         Date: The local time and date the message was written. Like the From: field, many email clients fill this in automatically before sending. The
                                                         recipient's client may display the time in the format and time zone local to them.
                                                     RFC 3864 describes registration procedures for message header fields at the IANA; it provides for permanent                                          and provisional          field names,
                                                     including also fields defined for MIME, netnews, and HTTP, and referencing relevant RFCs. Common header fields for email include:[50]
                                                         To: The email address(es), and optionally name(s) of the message's recipient(s). Indicates primary recipients (multiple allowed), for secondary
                                                         recipients see Cc: and Bcc: below.
                                                         Subject: A brief summary of the topic of the message. Certain abbreviations are commonly used in the subject, including "RE:" and "FW:".
                                                         Cc: Carbon copy; Many email clients mark email in one's inbox differently depending on whether they are in the To: or Cc: list.
                                                         Bcc: Blind carbon copy; addresses are usually only specified during SMTP delivery, and not usually listed in the message header.
                                                         Content-Type: Information about how the message is to be displayed, usually a MIME type.
                                                         Precedence: commonly with values "bulk", "junk", or "list"; used to indicate automated "vacation" or "out of office" responses should not be
                                                         returned for this mail, e.g. to prevent vacation notices from sent to all other subscribers of a mailing list. Sendmail uses this field to affect
                                                         prioritization of queued email, with "Precedence: special-delivery" messages delivered sooner. With modern high-bandwidth networks, delivery
                                                         priority is less of an issue than it was. Microsoft Exchange respects a fine-grained automatic response suppression mechanism, the X-Auto-
                                                         Response-Suppress field.[51]
                                                         Message-ID: Also an automatic-generated field to prevent multiple deliveries and for reference in In-Reply-To: (see below).
                                                         In-Reply-To: Message-ID of the message this is a reply to. Used to link related messages together. This field only applies to reply messages.
                                                         References: Message-ID of the message this is a reply to, and the message-id of the message the previous reply was a reply to, etc.
                                                         Reply-To: Address should be used to reply to the message.
                                                         Sender: Address of the sender acting on behalf of the author listed in the From: field (secretary, list manager, etc.).
                                                         Archived-At: A direct link to the archived form of an individual email message.
                                                     The To: field may be unrelated to the addresses to which the message is delivered. The delivery list is supplied separately to the transport protocol,
                                                     SMTP, which may be extracted from the header content. The "To:" field is similar to the addressing at the top of a conventional letter delivered
                                                     according to the address on the outer envelope. In the same way, the "From:" field may not be the sender. Some mail servers apply email
                                                     authentication systems to messages relayed. Data pertaining to the server's activity is also part of the header, as defined below.
SMTP defines the trace information of a message saved in the header using the following two fields:[52]
                                                         Received: after an SMTP server accepts a message, it inserts this trace record at the top of the header (last to first).
                                                         Return-Path: after the delivery SMTP server makes the final delivery of a message, it inserts this field at the top of the header.
Other fields added on top of the header by the receiving server may be called trace fields.[53]
                                                         Authentication-Results: after a server verifies authentication, it can save the results in this field for consumption by downstream agents.[54]
                                                         Received-SPF: stores results of SPF checks in more detail than Authentication-Results.[55]
                                                         DKIM-Signature: stores results of DomainKeys Identified Mail (DKIM) decryption to verify the message was not changed after it was sent.[56]
                                                         Auto-Submitted: is used to mark automatic-generated messages.[57]
                                                         VBR-Info: claims VBR whitelisting[58]
Message body
Content encoding
                                                     Internet email was designed for 7-bit ASCII.[59] Most email software is 8-bit clean, but must assume it will communicate with 7-bit servers and mail
                                                     readers. The MIME standard introduced character set specifiers and two content transfer encodings to enable transmission of non-ASCII data:
                                                     quoted printable for mostly 7-bit content with a few characters outside that range and base64 for arbitrary binary data. The 8BITMIME and BINARY
                                                     extensions were introduced to allow transmission of mail without the need for these encodings, but many mail transport agents may not support
                                                     them. In some countries, e-mail software violates RFC 5322                         by sending raw[nb 2] non-ASCII text and several encoding schemes co-exist; as a
                                                     result, by default, the message in a non-Latin alphabet language appears in non-readable form (the only exception is a coincidence if the sender
                                                     and receiver use the same encoding scheme). Therefore, for international character sets, Unicode is growing in popularity.[60]
                                                     Most modern graphic email clients allow the use of either plain text or HTML for the message body at the option of the user. HTML email messages
                                                     often include an automatic-generated plain text copy for compatibility.
                                                     Advantages of HTML include the ability to include in-line links and images, set apart previous messages in block quotes, wrap naturally on any
                                                     display, use emphasis such as underlines and italics, and change font styles. Disadvantages include the increased size of the email, privacy
                                                     concerns about web bugs, abuse of HTML email as a vector for phishing attacks and the spread of malicious software.[61] Some e-mail clients
                                                     interpret the body as HTML even in the absence of a Content-Type: html header field; this may cause various problems.
                                                     Some web-based mailing lists recommend all posts be made in plain text, with 72 or 80 characters per line for all the above reasons,[62][63] and
                                                     because they have a significant number of readers using text-based email clients such as Mutt. Various informal conventions evolved for marking up
                                                     plain text in email and usenet posts, which later led to the development of formal languages like setext (c. 1992) and many others, the most popular
                                                     of them being markdown.
                                                     Some Microsoft email clients may allow rich formatting using their proprietary Rich Text Format (RTF), but this should be avoided unless the
                                                     recipient is guaranteed to have a compatible email client.[64]
                                                     Users can retrieve their messages from servers using standard protocols such as POP or IMAP, or, as is
                                                     more likely in a large corporate environment, with a proprietary protocol specific to Novell Groupwise, Lotus
                                                                                                                                                                                                          The interface of an email client,
                                                     Notes or Microsoft Exchange Servers. Programs used by users for retrieving, reading, and managing email
                                                                                                                                                                                                          Thunderbird
                                                     are called mail user agents (MUAs).
                                                     When opening an email, it is marked as "read", which typically visibly distinguishes it from "unread"
                                                     messages on clients' user interfaces. Email clients may allow hiding read emails from the inbox so the user can focus on the unread.[66]
                                                     Mail can be stored on the client, on the server side, or in both places. Standard formats for mailboxes include Maildir and mbox. Several prominent
                                                     email clients use their own proprietary format and require conversion software to transfer email between them. Server-side storage is often in a
                                                     proprietary format but since access is through a standard protocol such as IMAP, moving email from one server to another can be done with any
                                                     MUA supporting the protocol.
                                                     Many current email users do not run MTA, MDA or MUA programs themselves, but use a web-based email platform, such as Gmail or Yahoo! Mail,
                                                     that performs the same tasks.[67] Such webmail interfaces allow users to access their mail with any standard web browser, from any computer,
                                                     rather than relying on a local email client.
                                                     Filename extensions
                                                     Upon reception of email messages, email client applications save messages in operating system files in the file system. Some clients save
                                                     individual messages as separate files, while others use various database formats, often proprietary, for collective storage. A historical standard of
                                                     storage is the mbox format. The specific format used is often indicated by special filename extensions:
                                                      eml
                                                         Used by many email clients including Novell GroupWise, Microsoft Outlook Express, Lotus notes, Windows Mail, Mozilla Thunderbird, and
                                                         Postbox. The files contain the email contents as plain text in MIME format, containing the email header and body, including attachments in one
                                                         or more of several formats.
                                                      emlx
                                                         Used by Apple Mail.
                                                      msg
                                                         Used by Microsoft Office Outlook and OfficeLogic Groupware.
                                                      mbx
                                                         Used by Opera Mail, KMail, and Apple Mail based on the mbox format.
                                                     Some applications (like Apple Mail) leave attachments encoded in messages for searching while also saving separate copies of the attachments.
                                                     Others separate attachments from messages and save them in a specific directory.
                                                     The URI scheme, as registered with the IANA, defines the mailto: scheme for SMTP email addresses. Though its use is not strictly defined,
                                                     URLs of this form are intended to be used to open the new message window of the user's mail client when the URL is activated, with the address as
                                                     defined by the URL in the To: field.[68][69] Many clients also support query string parameters for the other email fields, such as its subject line or
                                                     carbon copy recipients.[70]
                                                     Types
                                                     Web-based email
                                                         Main article: Webmail
                                                     Many email providers have a web-based email client. This allows users to log into the email account by using any compatible web browser to send
                                                     and receive their email. Mail is typically not downloaded to the web client, so it cannot be read without a current Internet connection.
                                                     Uses
                                                                                           This section needs additional citations for verification. Please help improve this article by adding
                                                                                           citations to reliable sources in this section. Unsourced material may be challenged and removed.
                                                                                           (November 2007) (Learn how and when to remove this template message)
                                                     Facilitating logistics
                                                         Much of the business world relies on communications between people who are not physically in the same building, area, or even country; setting
                                                         up and attending an in-person meeting, telephone call, or conference call can be inconvenient, time-consuming, and costly. Email provides a
                                                         method of exchanging information between two or more people with no set-up costs and that is generally far less expensive than a physical
                                                         meeting or phone call.
                                                     Helping with synchronization
                                                         With real time communication by meetings or phone calls, participants must work on the same schedule, and each participant must spend the
                                                         same amount of time in the meeting or call. Email allows asynchrony: each participant may control their schedule independently. Batch
                                                         processing of incoming emails can improve workflow compared to interrupting calls.
                                                     Reducing cost
                                                         Sending an email is much less expensive than sending postal mail, or long distance telephone calls, telex or telegrams.
                                                     Increasing speed
                                                         Much faster than most of the alternatives.
                                                     Creating a "written" record
                                                         Unlike a telephone or in-person conversation, email by its nature creates a detailed written record of the communication, the identity of the
                                                         sender(s) and recipient(s) and the date and time the message was sent. In the event of a contract or legal dispute, saved emails can be used to
                                                         prove that an individual was advised of certain issues, as each email has the date and time recorded on it.
                                                     Possibility of auto-processing and improved distribution
                                                         As well pre-processing of customer's orders or addressing the person in charge can be realized by automated procedures.
Email marketing
                                                     Email marketing via "opt-in" is often successfully used to send special sales offerings and new product information.[75] Depending on the recipient's
                                                     culture,[76] email sent without permission—such as an "opt-in"—is likely to be viewed as unwelcome "email spam".
Personal use
Personal computer
Many users access their personal emails from friends and family members using a personal computer in their house or apartment.
Mobile
                                                     Email has become used on smartphones and on all types of computers. Mobile "apps" for email increase accessibility to the medium for users who
                                                     are out of their homes. While in the earliest years of email, users could only access email on desktop computers, in the 2010s, it is possible for
                                                     users to check their email when they are away from home, whether they are across town or across the world. Alerts can also be sent to the
                                                     smartphone or other devices to notify them immediately of new messages. This has given email the ability to be used for more frequent
                                                     communication between users and allowed them to check their email and write messages throughout the day. As of 2011, there were approximately
                                                     1.4 billion email users worldwide and 50 billion non-spam emails that were sent daily.[69]
                                                     Individuals often check emails on smartphones for both personal and work-related messages. It was found that US adults check their email more
                                                     than they browse the web or check their Facebook accounts, making email the most popular activity for users to do on their smartphones. 78% of
                                                     the respondents in the study revealed that they check their email on their phone.[77] It was also found that 30% of consumers use only their
                                                     smartphone to check their email, and 91% were likely to check their email at least once per day on their smartphone. However, the percentage of
                                                     consumers using email on a smartphone ranges and differs dramatically across different countries. For example, in comparison to 75% of those
                                                     consumers in the US who used it, only 17% in India did.[78]
                                                     As of 2010, the number of Americans visiting email web sites had fallen 6 percent after peaking in November 2009. For persons 12 to 17, the
                                                     number was down 18 percent. Young people preferred instant messaging, texting and social media. Technology writer Matt Richtel said in The New
                                                     York Times that email was like the VCR, vinyl records and film cameras—no longer cool and something older people do.[79][80]
                                                     A 2015 survey of Android users showed that persons 13 to 24 used messaging apps 3.5 times as much as those over 45, and were far less likely to
                                                     use email.[81]
                                                     Issues
                                                                                           This section needs additional citations for verification. Please help improve this article by adding
                                                                                           citations to reliable sources in this section. Unsourced material may be challenged and removed.
                                                                                           (October 2016) (Learn how and when to remove this template message)
                                                     Email messages may have one or more attachments, which are additional files that are appended to the email. Typical attachments include
                                                     Microsoft Word documents, PDF documents, and scanned images of paper documents. In principle, there is no technical restriction on the size or
                                                     number of attachments. However, in practice, email clients, servers, and Internet service providers implement various limitations on the size of files,
                                                     or complete email – typically to 25MB or less.[82][83][84] Furthermore, due to technical reasons, attachment sizes as seen by these transport systems
                                                     can differ from what the user sees,[85] which can be confusing to senders when trying to assess whether they can safely send a file by email. Where
                                                     larger files need to be shared, various file hosting services are available and commonly used.[86][87]
                                                     Information overload
                                                     The ubiquity of email for knowledge workers and "white collar" employees has led to concerns that recipients face an "information overload" in
                                                     dealing with increasing volumes of email.[88][89] With the growth in mobile devices, by default employees may also receive work-related emails
                                                     outside of their working day. This can lead to increased stress and decreased satisfaction with work. Some observers even argue it could have a
                                                     significant negative economic effect,[90] as efforts to read the many emails could reduce productivity.
                                                     Spam
                                                         Main article: Email spam
                                                     Email "spam" is unsolicited bulk email. The low cost of sending such email meant that, by 2003, up to 30% of total email traffic was spam,[91][92][93]
                                                     and was threatening the usefulness of email as a practical tool. The US CAN-SPAM Act of 2003 and similar laws elsewhere[94] had some impact,
                                                     and a number of effective anti-spam techniques now largely mitigate the impact of spam by filtering or rejecting it for most users,[95] but the volume
                                                     sent is still very high—and increasingly consists not of advertisements for products, but malicious content or links.[96] In September 2017, for
                                                     example, the proportion of spam to legitimate email rose to 59.56%.[97] The percentage of spam email in 2021 is estimated to be 85%.[98]
                                                     [better source needed]
                                                     Malware
                                                     A range of malicious email types exist. These range from various types of email scams, including "social engineering" scams such as advance-fee
                                                     scam "Nigerian letters", to phishing, email bombardment and email worms.[citation needed]
                                                     Email spoofing
                                                         Main article: Email spoofing
                                                     Email spoofing occurs when the email message header is designed to make the message appear to come from a known or trusted source. Email
                                                     spam and phishing methods typically use spoofing to mislead the recipient about the true message origin. Email spoofing may be done as a prank,
                                                     or as part of a criminal effort to defraud an individual or organization. An example of a potentially fraudulent email spoofing is if an individual creates
                                                     an email that appears to be an invoice from a major company, and then sends it to one or more recipients. In some cases, these fraudulent emails
                                                     incorporate the logo of the purported organization and even the email address may appear legitimate.
                                                     Email bombing
                                                         Main article: Email bomb
                                                     Email bombing is the intentional sending of large volumes of messages to a target address. The overloading of the target email address can render
                                                     it unusable and can even cause the mail server to crash.
                                                     Privacy concerns
                                                         Main article: Email privacy
                                                     Today it can be important to distinguish between the Internet and internal email systems. Internet email may travel and be stored on networks and
                                                     computers without the sender's or the recipient's control. During the transit time it is possible that third parties read or even modify the content.
                                                     Internal mail systems, in which the information never leaves the organizational network, may be more secure, although information technology
                                                     personnel and others whose function may involve monitoring or managing may be accessing the email of other employees.
                                                     There are cryptography applications that can serve as a remedy to one or more of the above. For example, Virtual Private Networks or the Tor
                                                     network can be used to encrypt traffic from the user machine to a safer network while GPG, PGP, SMEmail,[99] or S/MIME can be used for end-to-
                                                     end message encryption, and SMTP STARTTLS or SMTP over Transport Layer Security/Secure Sockets Layer can be used to encrypt
                                                     communications for a single mail hop between the SMTP client and the SMTP server.
                                                     Additionally, many mail user agents do not protect logins and passwords, making them easy to intercept by an attacker. Encrypted authentication
                                                     schemes such as SASL prevent this. Finally, the attached files share many of the same hazards as those found in peer-to-peer filesharing. Attached
                                                     files may contain trojans or viruses.
                                                     Legal contracts
                                                     It is possible for an exchange of emails to form a binding contract, so users must be careful about what they send through email
                                                     correspondence.[100][101] A signature block on an email may be interpreted as satisfying a signature requirement for a contract.[102]
                                                     Flaming
                                                     Flaming occurs when a person sends a message (or many messages) with angry or antagonistic content. The term is derived from the use of the
                                                     word incendiary to describe particularly heated email discussions. The ease and impersonality of email communications mean that the social norms
                                                     that encourage civility in person or via telephone do not exist and civility may be forgotten.[103]
                                                     Email bankruptcy
                                                         Main article: Email bankruptcy
                                                     Also known as "email fatigue", email bankruptcy is when a user ignores a large number of email messages after falling behind in reading and
                                                     answering them. The reason for falling behind is often due to information overload and a general sense there is so much information that it is not
                                                     possible to read it all. As a solution, people occasionally send a "boilerplate" message explaining that their email inbox is full, and that they are in the
                                                     process of clearing out all the messages. Harvard University law professor Lawrence Lessig is credited with coining this term, but he may only have
                                                     popularized it.[104]
                                                     Internationalization
                                                     Originally Internet email was completely ASCII text-based. MIME now allows body content text and some header content text in international
                                                     character sets, but other headers and email addresses using UTF-8, while standardized[105] have yet to be widely adopted.[1][106]
Many ISPs now deliberately disable non-delivery reports (NDRs) and delivery receipts due to the activities of spammers:
                                                         Delivery Reports can be used to verify whether an address exists and if so, this indicates to a spammer that it is available to be spammed.
                                                         If the spammer uses a forged sender email address (email spoofing), then the innocent email address that was used can be flooded with NDRs
                                                         from the many invalid email addresses the spammer may have attempted to mail. These NDRs then constitute spam from the ISP to the
                                                         innocent user.
                                                     In the absence of standard methods, a range of system based around the use of web bugs have been developed. However, these are often seen as
                                                     underhand or raising privacy concerns,[109][110] and only work with email clients that support rendering of HTML. Many mail clients now default to
                                                     not showing "web content".[111] Webmail providers can also disrupt web bugs by pre-caching images.[112]
                                                     See also
                                                         Anonymous remailer                                                Email encryption                                                     Privacy-enhanced Electronic Mail
                                                         Anti-spam techniques                                              Email hosting service                                                Push email
                                                         biff                                                              Email storm                                                          RSS
                                                         Bounce message                                                    Email tracking                                                       Telegraphy
                                                         Comparison of email clients                                       HTML email                                                           Unicode and email
                                                         Dark Mail Alliance                                                Information overload                                                 Usenet quoting
                                                         Disposable email address                                          Internet fax                                                         Webmail, Comparison of webmail providers
                                                         E-card                                                            Internet mail standards                                              X-Originating-IP
                                                         Electronic mailing list                                           List of email subject abbreviations                                  X.400
                                                         Email art                                                         MCI Mail                                                             Yerkish
                                                         Email authentication                                              Netiquette
                                                         Email digest                                                      Posting style
                                                     Notes
                                                          1. ^ IBM's system was available on request to customers prior to formal release.
                                                          2. ^ Not using Internationalized Email or MIME
                                                          3. ^ A complete Message Tracking mechanism was also defined, but it never gained traction; see RFCs 3885[107] through 3888.[108]
                                                     References
                                                          1. ^ a b "DataMail: World's first free linguistic email service supports eight                         51. ^ Microsoft, Auto Response Suppress, 2010, Microsoft reference
                                                               India languages" . Archived          from the original on October 22, 2016.                           Archived      2011-04-07 at the Wayback Machine, 2010 Sep 22
                                                          2. ^ a b "email noun earlier than 1979" . Oxford English Dictionary. October                           52. ^ John Klensin (October 2008). "Trace Information" . Simple Mail
                                                               25, 2012. Archived        from the original on April 6, 2023. Retrieved May 14,                       Transfer Protocol . IETF. sec. 4.4. doi:10.17487/RFC5321 . RFC
                                                               2020.                                                                                                 5321 .
                                                          3. ^ a b Ohlheiser, Abby (July 28, 2015). "Why the first use of the word 'e-                           53. ^ John Levine (January 14, 2012). "Trace headers"             . email message.
                                                               mail' may be lost forever" . Washington Post. Archived             from the                           IETF. Archived      from the original on August 11, 2012. Retrieved
                                                               original on April 7, 2023. Retrieved May 14, 2020.                                                    January 16, 2012. "there are many more trace fields than those two"
                                                          4. ^ "Yahoo style guide" . Styleguide.yahoo.com. Archived from the                                     54. ^ This extensible field is defined by RFC 7001, this also defines an IANA
                                                               original     on May 9, 2013. Retrieved January 9, 2014.                                               registry of Email Authentication Parameters .
                                                          5. ^ a b "AP Removes Hyphen From 'Email' In Style Guide"                . Huffington                   55. ^ RFC 7208.
                                                               Post. New York City. March 18, 2011. Archived           from the original on May                  56. ^ Crocker, D.; Hansen, T.; Kucherawy, M. (2011). Crocker, D; Hansen, T;
                                                               12, 2015.                                                                                             Kucherawy, M (eds.). "RFC6376" . doi:10.17487/RFC6376 .
                                                          6. ^ "RFC Editor Terms List" . IETF. Archived             from the original on                             Archived      from the original on October 1, 2018. Retrieved January 28,
                                                               December 28, 2013. This is suggested by the RFC Document Style                                        2020.
                                                               Guide       Archived     2015-04-24 at the Wayback Machine                                        57. ^ Defined in RFC 3834, and updated by RFC 5436.
                                                          7. ^ AskOxford Language Query team. "What is the correct way to spell 'e'                              58. ^ RFC 5518.
                                                               words such as 'email', 'ecommerce', 'egovernment'?"           . FAQ. Oxford                       59. ^ Craig Hunt (2002). TCP/IP Network Administration. O'Reilly Media.
                                                               University Press. Archived from the original        on July 1, 2008. Retrieved                        p. 70. ISBN 978-0-596-00297-8.
                                                               September 4, 2009. "We recommend email, this is the common form"                                  60. ^ "What is unicode? | Konfinity" . www.konfinity.com. Archived               from
                                                          8. ^ "Reference.com"          . Dictionary.reference.com. Archived        from the                         the original on January 31, 2022. Retrieved January 31, 2022.
                                                               original on December 16, 2013. Retrieved January 9, 2014.                                         61. ^ "Email policies that prevent viruses"        . Archived from the original on
                                                          9. ^ Random House Unabridged Dictionary, 2006                                                              May 12, 2007.
                                                         10. ^ The American Heritage Dictionary of the English Language, Fourth                                  62. ^ "When posting to a RootsWeb mailing list..."          Helpdesk.rootsweb.com.
                                                               Edition                                                                                               Archived from the original     on February 19, 2014. Retrieved January 9,
                                                         11. ^ Princeton University WordNet 3.0                                                                      2014.
                                                         12. ^ The American Heritage Science Dictionary, 2002                                                    63. ^ "...Plain text, 72 characters per line..."     Openbsd.org. Archived           from
                                                         13. ^ "Merriam-Webster Dictionary" . Merriam-Webster. Archived                    from the                  the original on February 8, 2014. Retrieved January 9, 2014.
                                                               original on May 12, 2014. Retrieved May 9, 2014.                                                  64. ^ "How to Prevent the Winmail.dat File from Being Sent to Internet
                                                         14. ^ ""RFC Style Guide", Table of decisions on consistent use in RFC"                .                     Users"      . Support.microsoft.com. July 2, 2010. Archived           from the
                                                               Archived       from the original on December 28, 2013. Retrieved January 9,                           original on January 9, 2014. Retrieved January 9, 2014.
                                                               2014.                                                                                             65. ^ In practice, some accepted messages may nowadays not be delivered
                                                         15. ^ " "Email" or "e-mail" "      . English Language & Usage – Stack Exchange.                             to the recipient's InBox, but instead to a Spam or Junk folder which,
                                                               August 25, 2010. Archived        from the original on August 31, 2010.                                especially in a corporate environment, may be inaccessible to the
                                                               Retrieved September 26, 2010.                                                                         recipient
                                                         16. ^ Gerri Berendzen; Daniel Hunt. "AP changes e-mail to email" . 15th                                 66. ^ "View only unread messages"        . support.microsoft.com. Archived
                                                               National Conference of the American Copy Editors Society (2011,                                       from the original on November 13, 2021. Retrieved November 13, 2021.
                                                               Phoenix). ACES. Archived from the original          on March 22, 2011.                            67. ^ "Free Email Providers in the Yahoo! Directory"           . dir.yahoo.com.
                                                               Retrieved March 23, 2011.                                                                             Archived from the original     on July 4, 2014.
                                                         17. ^ "Excerpt from the FAQ list of the Usenet newsgroup                                                68. ^ RFC 2368 section 3 : by Paul Hoffman in 1998 discusses operation of
                                                               alt.usage.english"      . Alt-usage-english.org. Archived      from the original                      the "mailto" URL.
                                                               on April 3, 2012. Retrieved January 9, 2014.                                                      69. ^ a b Hansen, Derek; Smith, Marc A.; Heer, Jeffrey (2011). "E-Mail"              . In
                                                         18. ^ "Did V.A. Shiva Ayyadurai Invent Email? | SIGCIS"             . www.sigcis.org.                       Barnett, George A (ed.). Encyclopedia of social networks. Thousand
                                                               Archived       from the original on April 17, 2022. Retrieved September 5,                            Oaks, Calif: Sage. p. 245. ISBN 9781412994170. OCLC 959670912                      .
                                                               2020.                                                                                             70. ^ "Creating hyperlinks § E-mail links" . MDN Web Docs. Archived
                                                         19. ^ Wed, May 22nd 2019 10:35am-Mike Masnick (May 22, 2019). "Laying                                       from the original on August 18, 2019. Retrieved September 30, 2019.
                                                               Out All The Evidence: Shiva Ayyadurai Did Not Invent Email"              . Techdirt.              71. ^ Allen, David (2004). Windows to Linux          . Prentice Hall. p. 192.
                                                               Archived       from the original on January 27, 2022. Retrieved                                       ISBN 978-1423902454. Archived           from the original on December 26,
                                                               September 5, 2020.                                                                                    2016.
                                                         20. ^ Pexton, Patrick B. (March 1, 2012). "Origins of e-mail: My mea                                    72. ^ "Implementation and Operation" . DISTRIBUTED ELECTRONIC MAIL
                                                               culpa"     . Washington Post. Archived        from the original on May 19, 2022.                      MODELS IN IMAP4          . sec. 4.5. doi:10.17487/RFC1733 . RFC 1733 .
                                                               Retrieved April 18, 2022.                                                                         73. ^ "Message Store (MS)" . Internet Mail Architecture . sec. 4.2.2.
                                                         21. ^ "Mail Objects" . Simple Mail Transfer Protocol            . IETF. sec. 2.3.1.                         doi:10.17487/RFC5598 . RFC 5598 .
                                                               doi:10.17487/RFC5321 . RFC 5321 . "SMTP transports a mail object.                                 74. ^ By Om Malik, GigaOm. "Is Email a Curse or a Boon?               Archived
                                                               A mail object contains an envelope and content."                                                      2010-12-04 at the Wayback Machine" September 22, 2010. Retrieved
                                                         22. ^ "Mail Objects" . Simple Mail Transfer Protocol            . IETF. sec. 2.3.1.                         October 11, 2010.
                                                               doi:10.17487/RFC5321 . RFC 5321 . "The SMTP content is sent in the                                75. ^ Martin, Brett A. S.; Van Durme, Joel; Raulas, Mika; Merisavo, Marko
                                                               SMTP DATA protocol unit, and has two parts: the header section and the                                (2003). "E-mail Marketing: Exploratory Insights from Finland"               (PDF).
                                                               body. If the content conforms to other contemporary standards, the                                    Journal of Advertising Research. 43 (3): 293–300.
                                                               header section is a collection of header fields, each consisting of a                                 doi:10.1017/s0021849903030265 . Archived                  (PDF) from the original
                                                               header name, a colon, and data, structured as in the message format                                   on October 21, 2012.
                                                               specification"                                                                                    76. ^ Lev, Amir (October 2, 2009). "Spam culture, part 1: China" .
                                                         23. ^ Tom Van Vleck. "The History of Electronic Mail" . Archived                 from the                   Archived      from the original on November 10, 2016.
                                                               original on December 2, 2017. Retrieved March 23, 2005.                                           77. ^ "Email Is Top Activity On Smartphones, Ahead Of Web Browsing &
                                                         24. ^ Ray Tomlinson. "The First Network Email"            . Openmap.bbn.com.                                Facebook [Study]" . March 28, 2013. Archived               from the original on
                                                               Archived from the original       on May 6, 2006. Retrieved October 5, 2019.                           April 29, 2014.
                                                         25. ^ Gardner, P. C. (1981). "A system for the automated office environment".                           78. ^ "The ultimate mobile email statistics overview" . Archived              from the
                                                               IBM Systems Journal. 20 (3): 321–345. doi:10.1147/sj.203.0321 .                                       original on July 11, 2014.
                                                               ISSN 0018-8670         ; "IBM100 - The Networked Business Place" . IBM.                           79. ^ Richtel, Matt (December 20, 2010). "E-Mail Gets an Instant
                                                               August 2, 2020. Archived        from the original on August 2, 2020.                                  Makeover" . The New York Times. Archived               from the original on April
                                                               Retrieved September 7, 2020.                                                                          5, 2018. Retrieved April 4, 2018.
                                                         26. ^ Connie Winkler (October 22, 1979). "CompuServe pins hopes on                                      80. ^ Gustini, Ray (December 21, 2010). "Why Are Young People
                                                               MicroNET, InfoPlex" . Computerworld. Vol. 13, no. 42. p. 69; Dylan                                    Abandoning Email?"       . The Atlantic. Archived      from the original on April
                                                               Tweney (September 24, 1979). "Sept. 24, 1979: First Online Service for                                5, 2018. Retrieved April 4, 2018.
                                                               Consumers Debuts"         . Wired.
                                                                                                                                                                 81. ^ Perez, Sarah (March 24, 2016). "Email is dying among mobile's
                                                         27. ^ Ollig, Mark (October 31, 2011). "They could have owned the computer                                   youngest users"      . techcrunch.com. Archived        from the original on April
                                                               industry" . Herald Journal. Archived          from the original on February 27,                       5, 2018. Retrieved April 4, 2018.
                                                               2021. Retrieved February 26, 2021; "Tech before its time: Xerox's                                 82. ^ "Setting Message Size Limits in Exchange 2010 and Exchange 2007"
                                                               shooting Star computer"       . New Scientist. February 15, 2012. Archived                            Archived      2013-02-12 at the Wayback Machine.
                                                               from the original on April 18, 2022. Retrieved April 18, 2022; "The Xerox
                                                                                                                                                                 83. ^ "Google updates file size limits for Gmail and YouTube", geek.com
                                                               Star"     . toastytech.com. Archived     from the original on July 18, 2011.
                                                                                                                                                                     Archived      2011-12-19 at the Wayback Machine.
                                                               Retrieved April 18, 2022.
                                                                                                                                                                 84. ^ "Maximum attachment size", mail.google.com               Archived     October 15,
                                                         28. ^ "ALL-IN-1"        . DIGITAL Computing Timeline. January 30, 1998.
                                                                                                                                                                     2011, at the Wayback Machine.
                                                               Archived       from the original on January 3, 2017. Retrieved April 20, 2022.
                                                                                                                                                                 85. ^ Walther, Henrik (January 2009). "Mysterious Attachment Size
                                                         29. ^ "HP Computer Museum" . Archived                 from the original on September
                                                                                                                                                                     Increases, Replicating Public Folders, and More"           . Exchange Queue &
                                                               9, 2016. Retrieved November 10, 2016.
                                                                                                                                                                     A . TechNet Magazine. Retrieved November 7, 2021 – via Microsoft
                                                         30. ^ "Retiring the NSFNET Backbone Service: Chronicling the End of an                                      Docs. {{cite magazine}}: External link in |department= (help)
                                                               Era"      Archived     2016-01-01 at the Wayback Machine, Susan R. Harris,
                                                                                                                                                                 86. ^ "Send large files to other people"     Archived         2016-08-07 at the
                                                               Ph.D., and Elise Gerich, ConneXions, Vol. 10, No. 4, April 1996
                                                                                                                                                                     Wayback Machine, Microsoft.com
                                                         31. ^ Leiner, Barry M.; Cerf, Vinton G.; Clark, David D.; Kahn, Robert E.;
                                                                                                                                                                 87. ^ "8 ways to email large attachments"          Archived     2016-07-02 at the
                                                               Kleinrock, Leonard; Lynch, Daniel C.; Postel, Jon; Roberts, Larry G.;
                                                                                                                                                                     Wayback Machine, Chris Hoffman, December 21, 2012, makeuseof.com
                                                               Wolf, Stephen (1999). "A Brief History of the Internet"        .
                                                                                                                                                                 88. ^ Radicati, Sara. "Email Statistics Report, 2010"           (PDF). Archived
                                                               arXiv:cs/9901011 . Bibcode:1999cs........1011L            . Archived      from the
                                                                                                                                                                     (PDF) from the original on September 1, 2011.
                                                               original on August 11, 2015.
                                                                                                                                                                 89. ^ Gross, Doug (October 20, 2010). "Happy Information Overload Day!" .
                                                         32. ^ Rutter, Dorian (2005). From Diversity to Convergence: British Computer
                                                                                                                                                                     CNN. Archived       from the original on October 23, 2015. Retrieved
                                                               Networks and the Internet, 1970-1995            (PDF) (Computer Science
                                                                                                                                                                     March 24, 2019.
                                                               thesis). The University of Warwick. Archived          (PDF) from the original on
                                                                                                                                                                 90. ^ Stross, Randall (April 20, 2008). "Struggling to Evade the E-Mail
                                                               October 10, 2022. Retrieved December 23, 2022.
                                                                                                                                                                     Tsunami" . The New York Times. Archived              from the original on April
                                                         33. ^ Campbell-Kelly, Martin; Garcia-Swartz, Daniel D (2013). "The History of
                                                                                                                                                                     17, 2009. Retrieved May 1, 2010.
                                                               the Internet: The Missing Narratives" . Journal of Information
                                                                                                                                                                 91. ^ "Seeing Spam? How To Take Care of Your Google Analytics Data"                   .
                                                               Technology. 28 (1): 18–33. doi:10.1057/jit.2013.4 . ISSN 0268-3962                   .
                                                                                                                                                                     sitepronews.com. May 4, 2015. Archived            from the original on November
                                                               S2CID 41013        . SSRN 867087 .
                                                                                                                                                                     7, 2017. Retrieved September 5, 2017.
                                                         34. ^ How E-mail Works . howstuffworks.com. 2008. Archived                     from the
                                                                                                                                                                 92. ^ Rich Kawanagh. The top ten email spam list of 2005. ITVibe news,
                                                               original on June 11, 2017.
                                                                                                                                                                     2006, January 02, ITvibe.com        Archived       2008-07-20 at the Wayback
                                                         35. ^ "MX Record Explanation"           Archived      2015-01-17 at the Wayback
                                                                                                                                                                     Machine
                                                               Machine, it.cornell.edu
                                                                                                                                                                 93. ^ How Microsoft is losing the war on spam Salon.com              Archived        2008-
                                                         36. ^ "What is open relay?"         . WhatIs.com. Indiana University. July 19, 2004.
                                                                                                                                                                     06-29 at the Wayback Machine
                                                               Archived from the original       on August 24, 2007. Retrieved April 7, 2008.
                                                                                                                                                                 94. ^ Spam Bill 2003 (PDF        Archived      2006-09-11 at the Wayback
                                                         37. ^ Ch Seetha Ram (2010). Information Technology for Management                     .
                                                                                                                                                                     Machine)
                                                               Deep & Deep Publications. p. 164. ISBN 978-81-8450-267-1.
                                                                                                                                                                 95. ^ "Google Says Its AI Catches 99.9 Percent of Gmail Spam"                Archived
                                                         38. ^ Hoffman, Paul (August 20, 2002). "Allowing Relaying in SMTP: A Series
                                                                                                                                                                     2016-09-16 at the Wayback Machine, Cade Metz, July 09 2015,
                                                               of Surveys" . IMC Reports. Internet Mail Consortium. Archived from the
                                                                                                                                                                     wired.com
                                                               original     on January 18, 2007. Retrieved April 13, 2008.
                                                                                                                                                                 96. ^ "Spam and phishing in Q1 2016"         Archived       2016-08-09 at the
                                                         39. ^ The Internet message format is also used for network news
                                                                                                                                                                     Wayback Machine, May 12, 2016, securelist.com
                                                         40. ^ Simpson, Ken (October 3, 2008). "An update to the email standards"                       .
                                                                                                                                                                 97. ^ "Kaspersky Lab Spam and Phishing report" . May 26, 2021.
                                                               MailChannels Blog Entry. Archived           from the original on October 6,
                                                                                                                                                                     Archived      from the original on July 17, 2018. Retrieved July 17, 2018.
                                                               2008.
                                                                                                                                                                 98. ^ "2021 Email Usage Statistics"      . October 5, 2021. Archived           from the
                                                         41. ^ J. Klensin (October 2008), "Mail Objects" , Simple Mail Transfer
                                                                                                                                                                     original on October 5, 2021. Retrieved October 5, 2021.
                                                               Protocol     , sec. 2.3.1., doi:10.17487/RFC5321 , RFC 5321 , "SMTP
                                                                                                                                                                 99. ^ SMEmail – A New Protocol for the Secure E-mail in Mobile
                                                               transports a mail object. A mail object contains an envelope and content.
                                                                                                                                                                     Environments       , Proceedings of the Australian Telecommunications
                                                               ... The SMTP content is sent in the SMTP DATA protocol unit, and has
                                                                                                                                                                     Networks and Applications Conference (ATNAC'08), pp. 39–44, Adelaide,
                                                               two parts: the header section and the body."
                                                                                                                                                                     Australia, Dec. 2008.
                                                         42. ^ D. Crocker (July 2009), "Message Data" , Internet Mail Architecture ,
                                                                                                                                                                100. ^ "When Email Exchanges Become Binding Contracts" . law.com.
                                                               sec. 4.1., doi:10.17487/RFC5598 , RFC 5598 , "A message comprises
                                                                                                                                                                     Archived      from the original on June 19, 2019. Retrieved December 6,
                                                               a transit-handling envelope and the message content. The envelope
                                                                                                                                                                     2019.
                                                               contains information used by the MHS. The content is divided into a
                                                                                                                                                                101. ^ Catarina, Jessica; Feitel, Jesse (2019). "Inadvertent Contract Formation
                                                               structured header and the body."
                                                                                                                                                                     via Email under New York Law: An Update". Syracuse Law Review. 69.
                                                         43. ^ P. Resnick, Ed. (October 2008). Resnick, P (ed.). "RFC 5322, Internet
                                                                                                                                                                102. ^ Corfield, Gareth. "UK court ruling says email signature blocks can sign
                                                               Message Format"         . IETF. doi:10.17487/RFC5322 . Archived             from the
                                                                                                                                                                     binding contracts" . The Register. Archived           from the original on
                                                               original on February 22, 2015.
                                                                                                                                                                     October 17, 2019. Retrieved December 6, 2019.
                                                         44. ^ Moore, K (November 1996). "MIME (Multipurpose Internet Mail
                                                                                                                                                                103. ^ S. Kiesler; D. Zubrow; A.M. Moses; V. Geller (1985). "Affect in
                                                               Extensions) Part Three: Message Header Extensions for Non-ASCII
                                                                                                                                                                     computer-mediated communication: an experiment in synchronous
                                                               Text"     . IETF. doi:10.17487/RFC2047 . Archived           from the original on
                                                                                                                                                                     terminal-to-terminal discussion". Human-Computer Interaction. 1: 77–104.
                                                               January 14, 2012. Retrieved January 21, 2012.
                                                                                                                                                                     doi:10.1207/s15327051hci0101_3 .
                                                         45. ^ A Yang, Ed. (February 2012). "RFC 6532, Internationalized Email
                                                                                                                                                                104. ^ Barrett, Grant (December 23, 2007). "All We Are Saying" . The New
                                                               Headers"       . IETF Request for Comments (RFC) Pages - Test. IETF.
                                                                                                                                                                     York Times. Archived       from the original on April 17, 2009. Retrieved
                                                               doi:10.17487/RFC6532 . ISSN 2070-1721               . Archived     from the
                                                                                                                                                                     December 24, 2007.
                                                               original on February 18, 2015.
                                                                                                                                                                105. ^ "Internationalized Domain Names (IDNs) | Registry.In" . registry.in.
                                                         46. ^ J. Yao, Ed., W. Mao, Ed. (February 2012). "RFC 6531, SMTP Extension
                                                                                                                                                                     Archived      from the original on May 13, 2016. Retrieved October 17,
                                                               for Internationalized Email Addresses" . IETF Request for Comments
                                                                                                                                                                     2016.
                                                               (RFC) Pages - Test. IETF. doi:10.17487/RFC6531 . ISSN 2070-1721                          .
                                                                                                                                                                106. ^ "Made In India 'Datamail' Empowers Russia With Email Address In
                                                               Archived       from the original on February 18, 2015.
                                                                                                                                                                     Russian Language - Digital Conqueror"           . December 7, 2016. Archived
                                                         47. ^ "Now, get your email address in Hindi - The Economic Times"                 . The
                                                                                                                                                                     from the original on March 5, 2017.
                                                               Economic Times. Archived          from the original on August 28, 2016.
                                                                                                                                                                107. ^ RFC 3885, SMTP Service Extension for Message Tracking
                                                               Retrieved October 17, 2016.
                                                                                                                                                                108. ^ RFC 3888, Message Tracking Model and Requirements
                                                         48. ^ Resnick, Pete (October 2008). Resnick, P (ed.). "RFC 5322, 3.6. Field
                                                               Definitions"     . Tools.ietf.org. doi:10.17487/RFC5322 . Archived            from               109. ^ Amy Harmon (November 22, 2000). "Software That Tracks E-Mail Is
                                                               the original on December 30, 2013. Retrieved January 9, 2014.                                         Raising Privacy Concerns"       . The New York Times. Retrieved
                                                                                                                                                                     January 13, 2012.
                                                         49. ^ Resnick, Pete (October 2008). Resnick, P (ed.). "RFC 5322, 3.6.4.
                                                                                                                                                                110. ^ "About.com"      . Email.about.com. December 19, 2013. Archived                from
                                                               Identification Fields"    . Tools.ietf.org. doi:10.17487/RFC5322 .
                                                                                                                                                                     the original on August 27, 2016. Retrieved January 9, 2014.
                                                               Archived       from the original on December 30, 2013. Retrieved January 9,
                                                               2014.                                                                                            111. ^ "Outlook: Web Bugs & Blocked HTML Images"                Archived       2015-02-
50. ^ Dürst, Martin J. (December 2007). "RFC 5064" . Tools.ietf.org. 18 at the Wayback Machine, slipstick.com
doi:10.17487/RFC5064 . Archived from the original on July 25, 2014. 112. ^ "Gmail blows up e-mail marketing..." Archived 2017-06-07 at the
Retrieved January 9, 2014. Wayback Machine, Ron Amadeo, Dec 13 2013, Ars Technica
                                                     Further reading
                                                         Cemil Betanov, Introduction to X.400, Artech House, ISBN 0-89006-597-7.
                                                         Marsha Egan, "Inbox Detox and The Habit of Email Excellence                    Archived            May 20, 2016, at the Wayback Machine", Acanthus Publishing ISBN 978-0-
                                                         9815589-8-1
                                                         Lawrence Hughes, Internet e-mail Protocols, Standards and Implementation, Artech House Publishers, ISBN 0-89006-939-5.
                                                         Kevin Johnson, Internet Email Protocols: A Developer's Guide, Addison-Wesley Professional, ISBN 0-201-43288-9.
                                                         Pete Loshin, Essential Email Standards: RFCs and Protocols Made Practical, John Wiley & Sons, ISBN 0-471-34597-0.
                                                         Partridge, Craig (April–June 2008). "The Technical Development of Internet Email"                          (PDF). IEEE Annals of the History of Computing. 30 (2): 3–29.
                                                         doi:10.1109/mahc.2008.32 . ISSN 1934-1547                 . S2CID 206442868         . Archived from the original              (PDF) on June 2, 2016.
                                                         Sara Radicati, Electronic Mail: An Introduction to the X.400 Message Handling Standards, Mcgraw-Hill, ISBN 0-07-051104-7.
                                                         John Rhoton, Programmer's Guide to Internet Mail: SMTP, POP, IMAP, and LDAP, Elsevier, ISBN 1-55558-212-5.
                                                         John Rhoton, X.400 and SMTP: Battle of the E-mail Protocols, Elsevier, ISBN 1-55558-165-X.
                                                         David Wood, Programming Internet Mail, O'Reilly, ISBN 1-56592-479-7.
                                                     External links
                                                         IANA's list of standard header fields                                                                                                                        Look up email or outbox in
                                                         The History of Email             is Dave Crocker's attempt at capturing the sequence of 'significant' occurrences                                            Wiktionary, the free
                                                                                                                                                                                                                      dictionary.
                                                         in the evolution of email; a collaborative effort that also cites this page.
                                                         The History of Electronic Mail             is a personal memoir by the implementer of an early email system                                                  Wikiversity has learning
                                                                                                                                                                                                                      resources about Email
                                                         A Look at the Origins of Network Email                 is a short, yet vivid recap of the key historical facts                                               Checklist
                                                         Business E-Mail Compromise - An Emerging Global Threat                           , FBI
                                                         Explained from first principles            , a 2021 article attempting to summarize more than 100 RFCs
Categories: Email Internet terminology Electronic documents History of the Internet Computer-related introductions in 1971
Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the
Wikimedia Foundation, Inc., a non-profit organization.
Privacy policy About Wikipedia Disclaimers Contact Wikipedia Code of Conduct Mobile view Developers Statistics Cookie statement