Evolution 2.28.0 Released

A new version of Linux Desktop mail application 'Evolution' has been released.

Evolution

Notable features and improvements bring: -

€¢ Google calendar will be available through Caldav interface by default

€¢ Configurable date formats

€¢ Selecting local ICal files as calendar sources

€¢ Better Calendar cache

€¢ Attachment bar rewrite

€¢ Support for unmatched vfolder and creating vfolder using vfolders is added back.

€¢ GroupWise conversation threading

€¢ GroupWise meeting retract/resend

€¢ Tons of bug fixes

Download

Downloads are available from: http://projects.gnome.org/evolution/download.shtml

 

Features planned for the next release €“ 2.30 €“ are: -

€¢ Bonobo less Evolution

€¢ EDS DBus port

€¢ Exchange MAPI Improvements

€¢ Mailer async operations (with IMAPX)

€¢ GNOME 3.0 Cleanup

€¢ Migrate go-evolution wiki contents to lgo and gnome.org/projects/evolution

€¢ Quick steps for writing evolution plugins

€¢ Disk summary regressions on vfolder

Related posts:

  1. Rhythmbox 0.12.5 Released
Post a comment or leave a trackback: Trackback URL.
  • Anonymous

    How do you install this? I tried downloading the source and using ./configure, but it complains about missing packages which – at least some of them – can’t be downloaded from apt. It doesn’t seem to be in the usual ubuntu repositories, either. Do I have to add one, maybe?
    I’d really like to know, as I’m hopeful that google calendar support has finally been implemented properly – up until now, it only showed events that did not repeat.
    Thanks a lot in advance!

    • http://omgubuntu.co.uk/ d0od

      My tip would be first to install build-dep. this will automatically build any dependences for applications etc.

      sudo apt-get install build-dep
      sudo apt-get build-dep evolution

      Then try ./configure && make the source again. if you still have an issue, copy the error messages package name and post it here. Also – what version of Ubuntu are you using?

  • Edmond Tong

    I installed the svn version, instructions at: http://mad-scientist.us/evolution.html

    The script stopped a few times because apt-get some -dev files manually is required.

    1. Create a directory to hold the workspaces. You will need at least 1.5G of disk space:

    mkdir $HOME/evo-src
    cd $HOME/evo-src

    2. Download the Makefile into that directory:

    rm -f Makefile
    wget http://mad-scientist.us/Makefile

    3. If you have customizations, as described above, make them now.

    4. Now, just run make!

    make