个人工具

“UbuntuHelp:Evolution”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
第66行: 第66行:
 
== See Also ==
 
== See Also ==
 
* [[UbuntuHelp:Thunderbird|Thunderbird]] - A stand-alone email client from Mozilla.
 
* [[UbuntuHelp:Thunderbird|Thunderbird]] - A stand-alone email client from Mozilla.
* [[UbuntuHelp:Sylpheed Claws|Sylpheed Claws]] - A lightweight and fast email client.
+
* [[UbuntuHelp:ClawsMail|ClawsMail]] - A lightweight and fast email client.
 
== External Links ==
 
== External Links ==
 
* [http://www.gnome.org/projects/evolution/ Evolution] - Gnome.org Evolution page.
 
* [http://www.gnome.org/projects/evolution/ Evolution] - Gnome.org Evolution page.

2010年5月19日 (三) 22:18的最新版本


<<Include(Tag/NeedsExpansion)>>

Introduction

https://help.ubuntu.com/community/Evolution?action=AttachFile&do=get&target=evolution_mail_2.22_thumbnail.png>The Mail view

Evolution is a highly evolved groupware application that makes it easy to store, organize, and retrieve your personal information. Evolution seamlessly combines e-mail, a calendar, an address book, and a task list in one easy-to-use application. You can read and manage your mail and events locally or on a network and thus handle the daily communication more effectively. (Evolution 2.22 User Guide installed with Ubuntu 8.04)

Common Tasks

Webmail in Evolution

Nokia Bluetooth Sync

SpamAssassin Filtering

Google Calendar Integration

Offline Address Book

Evolution supports the LDAP protocol, which means you can use a remote list of contacts from a local network or the internet. The only free online host for LDAP I've found is freeldap.org. Hopefully there are others out there. The website has a section describing configuring Evolution 2.12.1 with freeldap.org which works for Evolution 2.22. I have had some trouble making an offline backup of the remote address book. I hope the article freeldap.org contacts backup in Evolution 2.22.1.1 will solve this. Please Note: Not all the fields available in Evolution Contacts are supported via LDAP. The unsupported fields are shown in grey when you open a contact from the LDAP server. Consider using the LDAP address book as a remote backup, and not your main address book, if you need any of the unsupported fields.

Gmail Contacts and Evolution

Exporting Evolution Contacts to Gmail

To get your Evolution contacts into Gmail one method is to create a free Yahoo! Mail account. The process is as follows:

  1. In Evolution Contacts select the contacts book you want to take to Gmail
    1. Select File > Save Address Book as VCard and choose a location for the file
  2. In Yahoo! Mail switch to classic view. I could not find these options in the current view.
    1. Go to the Address Book and select Import/Export
    2. Import the VCF (VCard) address book you exported from Evolution
    3. Export the address book to the Yahoo! CSV (comma separated values) format
  3. In Gmail go to Contacts and select Import
    1. Select the CSV file you exported from Yahoo! Mail
    2. Optionally add a filter to the new contacts (recommended)

    This tip is built on the shoulders of the Ubuntu Forum thread Evolution - Gmail contacts

    Getting Gmail contacts synchonised in Evolution

    This setting will allow a user to see his Gmail contacts in Evolution (even for offline use). This method creates a new address book that synchronises with Gmail contacts.

    1. On the Evolution Contacts window, select the New drop-down menu and choose Addess Book. The New Address Book window will appear.
    2. Ensure that Type is set to Google.
    3. In the Name field, enter a name for the new calendar.
    4. In the Username field, enter your Google username. This will be something like `[email protected]`.
    5. Check Use SSL.
    6. Click on the OK button.

    The new address book should then be displayed in the Contacts list under Google. Existing contacts should be shown and new contacts synchronised.

    Exporting Settings and Mail

    Uninstalling Evolution

    There is quite a number of component that relies on Evolution. Therefore we cannot simply uninstall Evolution using the 'Add/Remove' functionality. We need to use the synaptic package manager to uninstall Evolution. There have been quite a number of people reporting to launchpad that Ubuntu will also uninstall some of the GNOME desktop component when you uninstall Evolution :

    1. Launchpad - 76295 - evolution uninstalls gnome & gnome-desktop-environment.
    2. Launchpad - 50367 - evolution uninstalls gnome & gnome-desktop-environment.

    One of the problem that may happen after uninstalling evolution is that your GNOME panel disappear. If this happens we can re-install the gnome panel:

    1. Open the 'Run Application' by using the shortcut key: Alt-F2.
    2. Type in gnome-terminal. This will bring up the console.
    3. Type the following command in the console to install the gnome panel:
    sudo apt-get install gnome-panel
    

    See Also

    • Thunderbird - A stand-alone email client from Mozilla.
    • ClawsMail - A lightweight and fast email client.

    External Links