2

I've heard the only mail client that can be used as ms outlook in mint is evolution. I couldn't find any good web resource regarding this. I have evolution installed, but I don't see Exchange as an option for server type. At least I want to be able to read exchange emails, address book and calendars on mint.

Askar
  • 1,078
  • 2
  • 11
  • 16
  • Do you know the version of the Exchange server? Does it offer IMAP access (that would give your access to email, but not to the calendar)? – Gilles 'SO- stop being evil' May 07 '13 at 22:43
  • Exchange 2007. After I have installed evolution-mapi, I was able to see not only email, but also calendar and global address book :) – Askar May 08 '13 at 03:55

2 Answers2

3

For Evolution you need a special connector. A couple of years ago it suffered from very poor code quality (leaking ~1MB per opening a message), it might have been fixed meanwhile though (or it might not).

Another option is DavMail, which is client agnostic by the way - it exports the Exchange connection as POP3/IMAP4/SMTP interface.

peterph
  • 30,520
  • 2
  • 69
  • 75
  • DavMail looks a kind of cumbersome to me. Though, installing evolution-mapi which is described in page you've referred solved the issue! – Askar May 08 '13 at 03:52
  • Getting DavMail running is actually pretty straightforward, unless you need to fiddle with certificates on smartcard - then it can get a bit more complicated. But still nothing terribly cumbersome. – peterph Dec 18 '13 at 20:23
2

Please take a look at evolution-ews it should be in the repo. It adds Exchange support into evolution and it access mail,contacts and calendar.

sudo apt-get install evolution-ews shoud pull it in.

squareborg
  • 2,415
  • 1
  • 21
  • 25
  • in this case it added Server Type: Exchange Web Services as an option, which didn't work for me. Is there any plugin (connector?) that adds "Microsoft Exchange" as option? – Askar May 08 '13 at 03:03
  • Hmm, as oscar says evolution-mapi maybe, Exchange web services works fine for me with Exchange 2007. – squareborg May 08 '13 at 08:59