19

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?

Melebius
  • 11,750
A. Mathew
  • 191

5 Answers5

8

Did you try Prospect Mail ?

This has been considered as Unofficial Outlook 365 Client on Ubuntu. See more details here: https://snapcraft.io/prospect-mail

sudo apt update
sudo apt install snapd

then

sudo snap install prospect-mail
Vissu
  • 311
7

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).
pim
  • 3,350
5

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

cmak.fr
  • 8,976
0

UPDATE October 2022

It might seem that Basic authentication is still available, but Microsoft deprecated this officially. All of sudden my Evolution Mail stopped working, and that's the reason. You are now forced to use OAuth. https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/deprecation-of-basic-authentication-exchange-online

fips
  • 1