Thunderbird adds native Microsoft Exchange email support
51–60 of 146 posts
Re: Thunderbird adds native Microsoft Exchange email support
#52Re: Thunderbird adds native Microsoft Exchange email support
#53Re: Thunderbird adds native Microsoft Exchange email support
#54Hi guys, what email client would be most suitable for managing 100++ mailboxes with the unified inbox option? Is there a local or self hosted options that you could recommend? Yes that’s for outreach
Re: Thunderbird adds native Microsoft Exchange email support
#55Earlier quoted context omitted.
Eudora was nice, but it wasn't available for Linux/BSD, and it wasn't open source.
Eudora was open-sourced in 2018. see https://computerhistory.org/blog/the-eudora-email-client-sou... and from https://en.wikipedia.org/wiki/Eudora_(email_client) The last 'mainline' (pre-OSE) versions of Eudora for Mac and Windows were open-sourced and preserved as an artefact by the Computer History Museum[2] in 2018; as part of the preservation, the CHM assumed ownership of the Eudora trademark. The only actively m…
I used mutt at the time too, but I don't think it's in the same category as the graphical clients. For a while Gnome's evolution was also big in free OS circles.
Re: Thunderbird adds native Microsoft Exchange email support
#56As former Exchange admin/Office365, it's using EWS (Exchange Web Services) which is being removed in October 2026 for Office365. So for most, this is extremely time limited. EDIT: EWS continues to be supported for on premises Exchange and is not scheduled for deprecation.
The Thunderbird blog post also mentions they are looking to support the Microsoft Graph. More limiting is that the current release doesn't support custom Office365 tenant IDs. So basically, unless you are using outlook.com this won't currently work yet. I'm lucky that my org hasn't disabled SMTP and IMAP, but it's been so slow lately...
Re: Thunderbird adds native Microsoft Exchange email support
#57While its been a long time since Ive used Thunderbird, I just wanted to take the time to publicly say thank you. Many HNers probably wont (or cant) remember the world of desktop mail clients but basically during the height of MSFT dominance there was only one real mail client: Outlook. Which Microsoft was starting to monetize heavily, ignore UX, and keep it windows only (cant blame them for that). Then Thunderbird ar…
Absolutely revelatory at the time.
Re: Thunderbird adds native Microsoft Exchange email support
#58I also remember the mail client built into the old Norsk version of Opera. I loved that, a much as I loved that browser.
I take it mutt still does not have native Microsoft Exchange support?
Re: Thunderbird adds native Microsoft Exchange email support
#59While its been a long time since Ive used Thunderbird, I just wanted to take the time to publicly say thank you. Many HNers probably wont (or cant) remember the world of desktop mail clients but basically during the height of MSFT dominance there was only one real mail client: Outlook. Which Microsoft was starting to monetize heavily, ignore UX, and keep it windows only (cant blame them for that). Then Thunderbird ar…
Before Thunderbird, Eudora was fantastic. We ran it at a college I worked at for most of the staff and faculty, and it was a very sad day when Qualcomm shut it down.
Re: Thunderbird adds native Microsoft Exchange email support
#60While its been a long time since Ive used Thunderbird, I just wanted to take the time to publicly say thank you. Many HNers probably wont (or cant) remember the world of desktop mail clients but basically during the height of MSFT dominance there was only one real mail client: Outlook. Which Microsoft was starting to monetize heavily, ignore UX, and keep it windows only (cant blame them for that). Then Thunderbird ar…
I still use Thunderbird and I love it. Even though I absolutely hate email and it is a chaotic clusterfuck we act like is bulletproof. I'm incredibly impressed at how feature deficit email is, but Thunderbird gives a lot of power back. It's just a lot of little things that add up. Like why is tagging and sorting so hard? But Thunderbird makes it easy, giving you as many as you want and let you label as you please. In…
If you read the specifications for the various email protocols, you'll soon discover that email, at the protocol level, is at its most feature-rich akin to flat files stored in a hierarchy of folders.
Tags, sorting, etc. are all the responsibility of clients. (Which is as it should be, since sorting is part of viewing data, not storing or sending it. Regarding tags, I suppose you could roll out a new email protocol, but SMTP is nothing more than a few text commands to send and receive bytes, and any tagging would be done by the client alone or the server alone as a value-add. The feature itself could not be implemented via, for example, the SMTP spec.
When you send an email via SMTP, you send the server "MAIL FROM" plus sender's address, RCPT TO plus destination, DATA and the contents of the email, and then a dot to represent the end of the email.
The email is then immutable. The receiver would be the one who wants to tag an email, and since the email is immutable, there's nothing you can do. And even if the sender wants to tag it, there's no command. I suppose in theory you could just add the tags to the email body, but every recipient not using your "improved" email format would just see that in the body of the email