summaryrefslogtreecommitdiffstats
path: root/en-US/evolution-new-account.xml
blob: f4631510c121faf090537f62d11de449f489a429 (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version='1.0' encoding='utf-8' ?>
 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" 
  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  <!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Cookbook.ent">
    %BOOK_ENTITIES;
]>

<!-- Do not edit above this line -->

<!-- 
     name: Tushar Kumar
     fas_id: tushark
     email: tusha.worldwide@gmail.com
-->
<section id="evolution_email_client" lang="en_US">
    <title>Evolution Email Client</title>
    <para>
        Evolution email client is an open source email client. It is one of the best email clients available out there that offers you nearly all capabilities that an email client should provide. This article will guide you through the process of adding your email account in Evolution.
    </para>
    <section id="prerequisites">
        <title>Prerequisites</title>
        <para>
            Before we begine, make sure you have the following:
        </para>
            <itemizedlist>
                <para>
                    Fedora Linux installed.
                </para>
            </itemizedlist>
            <itemizedlist>
                <para>
                    Evolution package installed. Skip to next section to know how to install evolution in Fedora.
                </para>
            </itemizedlist>
            <itemizedlist>
                <para>
                    An email account with any email service provider.
                </para>
            </itemizedlist>
    <section id="installation">
        <title>Installation</title>
        <itemizedlist>
            <para>
                On Gnome, press Alt + f2 and type "gnome-terminal".
            </para>
        </itemizedlist>
        <itemizedlist>
            <para>
                On KDE, press Alt + f2 and type "konsole".
            </para>
        </itemizedlist>
        <para>
            <command>sudo yum -y install evolution</command>
        </para>
    </section>
    <section id="starting">
        <title>Starting</title>
            <para>
                To start using Evolution, press Alt + f2 and type "evolution".
            </para>
    </section>
    <section id="configuration">
        <title>Configuration</title>
            <para>
                Adding your email account in Evolution is easy.
            </para>
        </title>
    </section>