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?
23 Answers
Thunderbird with the lightning extension provides a single application for managing emails, calendars and tasks:
sudo apt-get install thunderbird xul-ext-lightningYou 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 snapdthen
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 2