summaryrefslogtreecommitdiffstats
path: root/en-US/Communications/evolution-new-account.xml
blob: 39236436550af17de4466574ce13463dd8dad94b (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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<?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: tushark@fedoraproject.org
-->

<section id="evolution-main">
    <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 nearly all capabilities that an email client should provide. This article will serve as an introduction to the process of adding an email account in Evolution and sending or receiving email.
    </para>
    
    <section id="evolution-prerequisites">
        <title>Prerequisites</title>
        <procedure>
        <title>Things required before using evolution</title>
        <para>
            The following things are required:
        </para>
        <step>
            <para>
                Fedora Linux.
            </para>
        </step>
        <step>
            <para>
                Evolution package installed. To know how to install Evolution, refer to <xref linkend="evolution-installation"/>.
            </para>
        </step>
        <step>
            <para>
                An email account with any email service provider.
            </para>
        </step>
        </procedure>
    </section>
    
    <section id="evolution-installation">
        <title>Installation of Evolution on Gnome and KDE</title>
            <procedure>
                <title>Instructions for Installation of Evolution</title>
                    <step>
                        <para>
                            On Gnome, press <keycombo><keycap>Alt</keycap><keycap>f2</keycap></keycombo> and type <application>gnome-terminal</application>. Then press <keycap>Enter</keycap>.
                        </para>
                    </step>
                    <step>
                        <para>
                            On KDE, press <keycombo><keycap>Alt</keycap><keycap>f2</keycap></keycombo> and type <application>konsole</application>. Then press <keycap>Enter</keycap>.
                        </para>
                    </step>
                    <step>
                        <para>
                            Type the following command to install Evolution:
                        </para>
                        <para>
                            <screen>
                                <command>sudo yum -y install evolution</command>
                            </screen>
                        </para>
                    </step>
            </procedure>
    </section>
    
    <section id="evolution-starting">
        <title>Starting</title>
            <para>
                To start using Evolution, press <keycombo><keycap>Alt</keycap><keycap>f2</keycap></keycombo> and type <application>evolution</application>. Then press <keycap>enter</keycap>.
            </para>
    </section>
    
    <section id="evolution-configuration">
        <title>Configuration</title>
            <section id="evolution-configuration-add-email">
                <title>Adding email account in Evolution</title>
                    <procedure>
                        <title>Instructions to add an email eccount</title>
                            <step>
                                <para>
                                    Click <guibutton>continue</guibutton> on the welcome screen.
                                </para>
                            </step>
                            <step>
                                <para>
                                    If there is any backup file then select it but if there is no backup file, then just click <guibutton>continue</guibutton>.
                                </para>
                            </step>
                            <step>
                                <para>
                                    Enter <userinput>Full Name</userinput> and <userinput>Email Address</userinput>. Enter the optional information such as <userinput>Reply-to</userinput> and <userinput>Organisation</userinput> name. Click <guibutton>continue</guibutton>.
                                </para>
                            </step>
                            <step>
                                <para>
                                    <application>Evolution</application> will look for sending server and receiving server details or these details can be entered manually if evolution didn't find them automatically.
                                </para>
                            </step>
                    </procedure>
            </section>
            
            <section id="evolution-configuration-remove-email">
                <title>Removing email account in Evolution</title>
                    <para>
                        In main window of Evolution, click on <guimenu>Edit</guimenu> then select <guimenuitem>Preferences</guimenuitem>. Select the newly added email account then click on <guibutton>Delete</guibutton>.
                    </para>
            </section>        
    </section>
    
    <section id="evolution-usage">
        <title>Usage</title>
            <section id="evolution-usage-sending-email">
                <title>Sending Email</title>
                    <para>
                        Click on <guibutton>New</guibutton> button on upper left. Clicking on <guibutton>New</guibutton> will open a new window for editing and sending a new email or click on the <guimenu>Down Arrow</guimenu> next to <guibutton>New</guibutton> button and select <guimenuitem>Mail Message</guimenuitem> to open a new email window.
                    </para>
            </section>
            <section id="evolution-usage-reveiving-email">
                <title>Receiving Email</title>
                    <para>
                        Evolution checks for new emails after every few minutes. Checking new emails on demand can be done by simply clicking <guibutton>Send / Reveive</guibutton> button next to <guibutton>New</guibutton> button.
                    </para>
            </section>
    </section>
    
    
    <section id="evolution-misc">
        <title>Miscellaneous Topics</title>
            <para>
                There are many things that can be done in Evolution and in this section, few other features of Evolution are mentioned.
            </para>
            <section id="evolution-misc-email-checking-frequency">
                <title>Email Checking Frequency</title>
                    <procedure>
                        <title>Adjusting the time after which Evolution checks for new emails</title>
                            <step>
                                <para>
                                    click on <guimenu>Edit</guimenu> then select <guimenuitem>Preferences</guimenuitem>.
                                </para>
                            </step>
                            <step>
                                <para>
                                    Select <guilabel>Account Name</guilabel> and click on <guibutton>Edit</guibutton>.
                                </para>
                            </step>
                            <step>
                                <para>
                                    Under <guilabel>Identity</guilabel>, click on <guilabel>Receiving Options</guilabel> and under <guilabel>Check for New Mail</guilabel> tick <userinput>Check for new message every minutes</userinput>.
                                </para>
                            </step>
                            <step>
                                <para>
                                    Enter the desired number of minutes and click <guibutton>Ok</guibutton>.
                                </para>
                            </step>
                    </procedure>
            </section>
            
            <section id="evolution-misc-openpgp">
                <title>Adding OpenPGP Key ID</title>
                    <procedure>
                        <title>Instructions for adding OpenPGP Key ID in Evolution</title>
                            <step>
                                <para>
                                    click on <guimenu>Edit</guimenu> then select <guimenuitem>Preferences</guimenuitem>.
                                </para>
                            </step>
                            <step>
                                <para>
                                    Select <guilabel>Account Name</guilabel> and click on <guibutton>Edit</guibutton>.
                                </para>
                            </step>
                            <step>
                                <para>
                                    Under <guilabel>Security</guilabel>, enter <userinput>Key ID</userinput> next to OpenPGP Key ID and click <guibutton>Ok</guibutton>.
                                </para>
                            </step>
                    </procedure>
                
                <section id="evolution-misc-openpgp-usage">
                    <title>OpenPGP Key Usage in Evolution</title>
                        <procedure>
                            <title>OpenPGP Key ID Usage in Evolution</title>
                                <para>
                                    <!-- See <xref linkend="Creating_GPG_Keys"/> for information on creating GPG keys. --> To use OpenPGP Key in emails, follow these steps:
                                </para>
                                <step>
                                    <para>
                                        Open a New Email window, refer to <xref linkend="evolution-usage"/> for information on sending email.
                                    </para>
                                </step>
                                <step>
                                    <para>
                                        Click on <guimenu>Options</guimenu> menu and select <guimenuitem>PGP Sign</guimenuitem> or <guimenuitem>PGP Encrypt</guimenuitem> or both.
                                    </para>
                                </step>
                        </procedure>
                </section>
                
            </section>
            
    </section>
</section>