[opensuse-factory] Issues with claws-mail and IMAP over SSL
Dear all I experienced that after updating Tumbleweed a week ago, the package claws-mail won't allow IMAP connections to gmail accounts, giving an error of "SSL/TLS handshake failed". It seems to be related to the libetpan-devel package, that is used to compile the etpan components on Claws. I could get it working by: - Uninstalling the libetpan-devel package - Downloading, compiling and installing the latest libetpan-master - Compiling Claws against the new libs PS: At the beginning I thought it was related to openssl-devel, so I replaced it by libressl-devel, but after some tests it does not seem to be the case. Bests -- Dr. Luis Falcon, M.D., BSc President, GNU Solidario GNU Health: Freedom and Equity in Healthcare http://health.gnu.org GNUPG Fingerprint :ACBF C80F C891 631C 68AA 8DC8 C015 E1AE 0098 9199 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Wed, 13 Dec 2017 22:00:19 +0000 Luis Falcon <falcon@gnu.org> wrote:
I experienced that after updating Tumbleweed a week ago, the package claws-mail won't allow IMAP connections to gmail accounts, giving an error of "SSL/TLS handshake failed".
I experienced the same problem, against other non-Gmail secure IMAP servers. Google suggested that others were having similar problems. I did not go so far as you with my troubleshooting. After finding that Thunderbird on the same machine was able to connect fine, I simply switched to Sylpheed and recreated my filter rules. Thanks for investigating! -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi Liam ! On Thu, 14 Dec 2017 11:44:02 +0100 Liam Proven <lproven@suse.com> wrote:
On Wed, 13 Dec 2017 22:00:19 +0000 Luis Falcon <falcon@gnu.org> wrote:
I experienced that after updating Tumbleweed a week ago, the package claws-mail won't allow IMAP connections to gmail accounts, giving an error of "SSL/TLS handshake failed".
I experienced the same problem, against other non-Gmail secure IMAP servers. Google suggested that others were having similar problems.
I did not go so far as you with my troubleshooting. After finding that Thunderbird on the same machine was able to connect fine, I simply switched to Sylpheed and recreated my filter rules.
Probably Sylpheed does not use libetpan for IMAP, and that is a life saver :) It's really nice to know that Sylpheed and Claws remain quite compatible after all these years. Thanks for the feedback ! Luis -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Thu, 14 Dec 2017 14:28:09 +0000 Luis Falcon <falcon@gnu.org> wrote:
Hi Liam !
¡Hola!
Probably Sylpheed does not use libetpan for IMAP, and that is a life saver :)
I guess not. I had not been using Claws for long, but I must say, I did find it quite complex to configure. Sylpheed was much easier, apart from getting SMTP STARTTLS working. The SSL settings are spread across 3 or 4 different tabs in a complex dialog, which is not ideal. But I rather like it. My only remaining problem is that it regularly freezes up on me. It always comes back, but you never know how long. It *badly* needs a progress dialog but it doesn't seem to have one I can find.
It's really nice to know that Sylpheed and Claws remain quite compatible after all these years.
Indeed so. I sort of would like to see them recombine, but they are going in different directions now. Sylpheed is quite stripped-back and simple, whereas Claws has rather more options than I actually wanted or needed -- and like KDE, often not the ones I particularly wanted.
Thanks for the feedback !
:-) My pleasure! -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi Luis,
Gesendet: Mittwoch, 13. Dezember 2017 um 23:00 Uhr Von: "Luis Falcon" <falcon@gnu.org> An: opensuse-factory@opensuse.org Betreff: [opensuse-factory] Issues with claws-mail and IMAP over SSL
Dear all
I experienced that after updating Tumbleweed a week ago, the package claws-mail won't allow IMAP connections to gmail accounts, giving an error of "SSL/TLS handshake failed".
It seems to be related to the libetpan-devel package, that is used to compile the etpan components on Claws.
I could get it working by:
- Uninstalling the libetpan-devel package - Downloading, compiling and installing the latest libetpan-master - Compiling Claws against the new libs
PS: At the beginning I thought it was related to openssl-devel, so I replaced it by libressl-devel, but after some tests it does not seem to be the case.
libetpan was already patched for new openssl version, but remained on version 1.6 The nice thing in OBS is that it is mostly quicker to branch and fix than writing a bug report. You may try https://build.opensuse.org/package/binaries/home:DocB:branches:server:mail/l... and give feedback if it works Best, Axel -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi Axel ! On Thu, 14 Dec 2017 14:14:58 +0100 "Axel Braun" <Axel.Braun@gmx.de> wrote:
Hi Luis,
Gesendet: Mittwoch, 13. Dezember 2017 um 23:00 Uhr Von: "Luis Falcon" <falcon@gnu.org> An: opensuse-factory@opensuse.org Betreff: [opensuse-factory] Issues with claws-mail and IMAP over SSL
Dear all
I experienced that after updating Tumbleweed a week ago, the package claws-mail won't allow IMAP connections to gmail accounts, giving an error of "SSL/TLS handshake failed".
It seems to be related to the libetpan-devel package, that is used to compile the etpan components on Claws.
I could get it working by:
- Uninstalling the libetpan-devel package - Downloading, compiling and installing the latest libetpan-master - Compiling Claws against the new libs
PS: At the beginning I thought it was related to openssl-devel, so I replaced it by libressl-devel, but after some tests it does not seem to be the case.
libetpan was already patched for new openssl version, but remained on version 1.6
The nice thing in OBS is that it is mostly quicker to branch and fix than writing a bug report. You may try https://build.opensuse.org/package/binaries/home:DocB:branches:server:mail/l... and give feedback if it works
Thanks ! That sounds reasonable :) Actually libetpan compiles fine in both versions. So we also have to compile claws-mail with the latest and see the behaviour. All best Luis -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi Luis,
Gesendet: Donnerstag, 14. Dezember 2017 um 15:19 Uhr Von: "Luis Falcon" <falcon@gnu.org> An: "Axel Braun" <Axel.Braun@gmx.de> Cc: opensuse-factory@opensuse.org Betreff: Re: [opensuse-factory] Issues with claws-mail and IMAP over SSL
libetpan was already patched for new openssl version, but remained on version 1.6
The nice thing in OBS is that it is mostly quicker to branch and fix than writing a bug report. You may try https://build.opensuse.org/package/binaries/home:DocB:branches:server:mail/l... and give feedback if it works
Thanks ! That sounds reasonable :)
Actually libetpan compiles fine in both versions. So we also have to compile claws-mail with the latest and see the behaviour.
That can be achieved by branching claws into the same directory (and welcome to the hell of dependencies - in this case only one packet). It then builds against the local libetpan. So you could test it from there as well As the SR for libetpan was already accepted to server:mail I would expect it to be in Factory/Tumbleweed soon. Best, Axel -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Hi Axel ! On Fri, 15 Dec 2017 14:05:46 +0100 "Axel Braun" <Axel.Braun@gmx.de> wrote:
That can be achieved by branching claws into the same directory (and welcome to the hell of dependencies - in this case only one packet). It then builds against the local libetpan. So you could test it from there as well
As the SR for libetpan was already accepted to server:mail I would expect it to be in Factory/Tumbleweed soon.
Yeah, for some reason it's not working well with the latest libetpan-devel / claws-mail-devel packages from OpenSUSE either. I compile claws against it and them and there are issues connecting to the imap server. I've gotten working using the latest src (libetpan-master), building it and then compiling and installing claws. Let's wait for the upcoming claws package for Tumbleweed and I'll let you know. Thanks !! Luis -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (3)
-
Axel Braun
-
Liam Proven
-
Luis Falcon