|
From: Matthias A. <mat...@gm...> - 2025-10-27 23:52:09
|
The 6.6.0 release of fetchmail is now available at the usual locations, including <https://downloads.sourceforge.net/project/fetchmail/branch_6.6/> and <https://gitlab.com/fetchmail/fetchmail/-/releases#6.6.0> Distributors: please install the revived Italian translation! ============= The source archive is available at: <https://downloads.sourceforge.net/project/fetchmail/branch_6.6/fetchmail-6.6.0.tar.xz/download> <https://gitlab.com/-/project/188557/uploads/390ec2599b4f1f47bb18f37b7e5b601b/fetchmail-6.6.0.tar.xz> The detached GnuPG signature is attached and available at: <https://downloads.sourceforge.net/project/fetchmail/branch_6.6/fetchmail-6.6.0.tar.xz.asc/download> <https://gitlab.com/-/project/188557/uploads/5ef2d3ea82be1133e3630ad0d7e789dc/fetchmail-6.6.0.tar.xz.asc> The SHA256 hashes for the tarballs are: SHA2-256(fetchmail-6.6.0.tar.xz)= 7b9c19e6683e827d556751aa5db5d44b961e87be8b3087535b4909ba1b59321c NOTE that fetchmail-6.5.X will go out of support at the end of 2025. The 6.6.0 release does not intentionally change configuration files, command line arguments, or behavior, and should therefore be a drop-in compatible replacement for 6.5.X releases. Here are the release notes: -------------------------------------------------------------------------------- fetchmail-6.6.0 (released 2025-10-27, 32381 LoC): ## FEATURE: * SMTP TLS and STARTTLS support. By default, this works opportunistically, attempting to set up a TLS connection to the smtphost if it understands EHLO and offers STARTTLS, but will not enforce peer certificate validity for compatibility, esp. because "localhost" (the default SMTP host) usually isn't listed in the X.509 certificates. Behavior can be tweaked by adding /notls (cleartext connection), /tls (TLS-wrapped connection, negotiating TLS before conversing otherwise), or /starttls (requiring EHLO to offer STARTTLS, requesting the latter and requiring the server certificate to validate) to the SMTP host's name. Also, you can add /tlsproto=... where ... accepts the same parameters as the --sslproto option, which see. Ports, if not specified, default to 25 for opportunistic and /notls modes, 465 for /tls and 587 for /starttls, but can be overridden either by giving, say /25 or /smtp for /starttls. ## TRANSLATIONS were updated by these fine people (randomized order): * it: Luca Vercelli [Italian] * pl: Jakub Bogusz [Polish] * fr: Frédéric Marchal [French] * sv: Göran Uddeborg [Swedish] * sq: Besnik Bleta [Albanian] * ro: Remus-Gabriel Chelu [Romanian] * ja: Takeshi Hamasaki [Japanese] * de: Matthias Andree [German] * cs: Petr Pisar [Czech] * eo: Keith Bowes [Esperanto] ------------------------------------------------------------------------------- |