I have Ubuntu 22.04 still installed on one partition and I recently installed Ubuntu 24.04 on another partition.
- I've been using Thunderbird happily for a long time, most recently version 115.13.0 on my Ubuntu 22.04 partition.
- I installed Thunderbird on the new 24.04 partition too, version 128.0esr. It correctly reads my emails (through imap), but it cannot send emails, save drafts or mark emails as read on the server.
So Thunderbird 115 works perfectly but Thunderbird 128 doesn't on the same GMail account (same problem with another non-GMail account). I checked the smtp settings carefully, they are identical.
It's possible I made a mistake, but I'm at a loss about what is going wrong. How can I diagnose and solve this problem?
In case anybody is interested, I ended up removing the Thunderbird snap package and installing the Mozilla apt package. This installed Thunderbird 115.13.0 in 24.04, it solved the issue.
I'm disappointed that I didn't find any better solution: after all, isn't the snap version of Thunderbird supposed to be able to send emails too?
To change from snap to Mozilla apt, I followed this but with one more step:
First, add the PPA by Mozilla Team.
Then, copy and paste the following code in a terminal in one go (don't copy-paste line by line) to prioritize the apt version of thunderbird over the snap version.
Next, remove the snap version of
thunderbird
.Remove the transitional package from
apt
(otherwiseapt
says the package is already installed):Install Thunderbird with
apt
.To ensure that unattended upgrades do not reinstall the
snap
version of Thunderbird, enter the following command.