summaryrefslogtreecommitdiffstats
path: root/en-US/evolution-new-account.xml
blob: 7f917323fe9d46f45fad9618a942c49f18992281 (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
<?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>Using Evolution</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="prequisites">
        <title>Prequisites</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 install evolution</command>
        </para>
    </section>
    <section id="starting">
        <title>Starting</title>
            <para>
                Press Alt + f2 and type evolution.
            </para>
    </section>