yahoo mail broke current default claws-mail and evolution but...

3 réponses [Dernière contribution]
cabbage
Hors ligne
A rejoint: 05/16/2020

Starting early May 2020, attempting to access yahoo, att, aol etc. mail from claws-mail or evolution gave a tls/ssl handshake error. This happened on linux mint as well. The solution is to upgrade to new versions:
claws-mail 3.17.5
evolution 3.36.1

These are not yet available on Trisquel, but you can upgrade from the debian testing (debian bullseye) repository:
deb http://ftp.debian.org/debian bullseye main

You can add to
/etc/apt/sources.list.d/
or /etc/apt/sources.list
Then add debian public keys.

Then update and:
sudo apt install claws-mail
or
sudo apt install evolution

Hope this helps users of my beloved claws-mail.

Magic Banana

I am a member!

I am a translator!

Hors ligne
A rejoint: 07/24/2010

Mixing Trisquel's repository with Debian's is a recipe for problems. If the version in Trisquel 9 is recent enough, it is wiser to adopt that newer version of Trisquel, for instance executing in a terminal:
$ sudo sed -i 's/flidas/etiona/' /etc/apt/sources.list && sudo apt update && sudo apt full-upgrade

aloniv

I am a translator!

Hors ligne
A rejoint: 01/11/2011

No need to upgrade evolution on Hyperbola - just upgrade gnutls, nettle and libidn2 (I'm on Evolution 3.24.1).
https://forums.hyperbola.info/viewtopic.php?id=369
On Ubuntu a user suggested installing from sources gnutls-3.6.13 and its dependencies nettle-3.6 and libunistring 9.9.

cabbage
Hors ligne
A rejoint: 05/16/2020

Thanks for responding Magic Banana.

The following versions in the Trisquel 9 repository do not fix the problem:
claws-mail 3.16.0-1
evolution 3.28.5
So upgrading to Trisquel 9 etiona does not fix the problem.

The snap, claws-mail-moon127 3.17.5 also does not fix the problem.

I agree mixing Trisquel 9 and Debian testing repositories could be a disaster. I am trying it carefully:
1. disable trisquel repositories.
2. enable debian repo and update debian repo.
3. install claws-mail from debian repo.
4. immediately after claws-mail install, disable debian repo and keep it disabled.
5. enable trisquel repo's, update them and keep them enabled

So far nothing has broken. Looks good.