summaryrefslogtreecommitdiffstats
path: root/en-US/evolution-new-account.xml
blob: 67357d5e27ab955a36beb0eb1a80bcff838686c0 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?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>
        <application>Evolution</application> 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 <keycap>Alt</keycap> + <keycap>f2</keycap> and type "gnome-terminal".
            </para>
        </itemizedlist>
        <itemizedlist>
            <para>
                On KDE, press <keycap>Alt</keycap> + <keycap>f2</keycap> 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 <keycap>Alt</keycap> + <keycap>f2</keycap> and type "evolution".
            </para>
    </section>
    <section id="configuration">
        <title>Configuration</title>
            <para>
                Adding your email account in Evolution is easy and can be done in the following few steps:
            </para>
            <orderedlist numeration="arabic">
                <listitem>
                <para>
                    Click continue on the welcome screen of Evolution.
                </para>
                </listitem>
                <listitem>
                <para>
                    If you have any backup file then this would be the place to use it but it you don't have a backup file or if you are a new user, then just click continue.
                </para>
                </listitem>
                <listitem>
                <para>
                    Enter your Full Name and Email Address and enter the optional information such as Reply-to and Organisation name, then click continue.
                </para>
                </listitem>
                <listitem>
                <para>
                    Now, Evolution will look for the server details to be used with your email service provider. This detail is different for every email service provider. Please consult your email service provider for these details.
                </para>
                <para>
                    <note>
                        <title>Note</title>
                        <para>
                            If evolution account assistant doesn't show up and the main window of evolution is shown, then click on <guimenu>Edit</guimenu> then select <guisubmenu>Preferences</guisubmenu> and then click on <guibutton>Add</guibutton> for adding a new email account.
                        </para>
                    </note>
                </para>
                </listitem>
            </orderedlist> 
    </section>
</section>