Alternative to Microsoft Outlook

I recently switched to Ubuntu from Windows 10. I used to rely heavily on MS Outlook, and still do, and I want something similar in Ubuntu.

I need an alternative that provides/supports/integrates (not sure what the appropriate word is) email, contacts and calendars. Tasklist also would be ideal but is not necessary.

I've been using Mailspring and KOrganizer, and while they're brilliant individually, I want something that combines everything under one roof.

Thoughts?

2

3 Answers

Thunderbird with the lightning extension provides a single application for managing emails, calendars and tasks:

sudo apt-get install thunderbird xul-ext-lightning

You can then install more add-ons, for instance:

  • Provider for Google Calendar : to sync with your google calendar.
  • Exchange calendar : to sync with MS outlook servers (this version is working fine).

Did you try Prospect Mail ?

This has been considered as Unofficial Outlook 365 Client on Ubuntu. See more details here:

sudo apt update
sudo apt install snapd

then

sudo snap install prospect-mail
4

You may have a look at the Evolution Ubuntu featured mail client, with calendar, tasks, contacts and so.

- Have the look and feel of Outlook
- It can import your Outlook PST data file
- Can also connect to Ms Exchange server

Install from Software-Center or from command line

apt-get install -y evolution

enter image description here

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like