File: mail-displaying-message.page

package info (click to toggle)
evolution 3.56.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 135,052 kB
  • sloc: ansic: 519,950; javascript: 8,494; xml: 5,207; python: 702; makefile: 562; sh: 294; perl: 169
file content (33 lines) | stat: -rw-r--r-- 1,295 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its"
      type="guide" id="mail-displaying-message">

  <info>
    <desc>Rendering an email and handling its attachments.</desc>

    <link type="guide" xref="index#mail-basic" />
    <link type="seealso" xref="mail-composer-html" />

    <revision pkgversion="3.38.4" version="0.4" date="2021-04-10" status="draft"/>
    <credit type="author">
      <name its:translate="no">Andre Klapper</name>
      <email its:translate="no">ak-47@gmx.net</email>
    </credit>
    
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
        

  </info>

<title>Display of a message</title>

<p>Emails can be in two formats: <link href="https://en.wikipedia.org/wiki/Email#Plain_text_and_HTML">Plain text or HTML</link>. Each format has its pros and cons.</p>

<p>You can define how received HTML messages are displayed via <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Mail Preferences</gui><gui>HTML Messages</gui></guiseq>. For example, you can display them as plain text or block loading remote content.</p>

<note style="tip"><p>For formatting emails in the composer, see <link xref="mail-composer-html"/>.</p></note>

  <section id="advanced">
    <title>Advanced</title>
  </section>

</page>