On 2016/04/19 07:54, Vincent Gross wrote: > Some people may have witnessed my struggle of the past few days to > connect claws-mail to my mail server. Long story short : server only > accepts TLS 1.2, claws-mail connects with TLS 1.0. > > The culprit here is libetpan v1.6, which calls TLSv1_client_method() > before the TLS handshake. The diff below fixes the issue, claws-mail > happily synchronized my imap folders when applied. > > Ok ?
Would you mind using the diff that was committed upstream instead? It makes it a little easier for future updates (i.e. when they have a new release) if the patches are the same. https://github.com/dinhviethoa/libetpan/commit/7f1f97f4d59d5724af97f4d32424c2841715561c.patch Needs a REVISION bump too.
