Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | po/: merge with updated .pot file. | Matthias Andree | 2019-08-19 | 1 | -1/+1 |
| | |||||
* | fetchmail no longer reports System error during SSL_connect(): Success. | Matthias Andree | 2019-08-05 | 1 | -113/+118 |
| | | | | Fixes Debian Bug#928916, reported by Paul Kimoto. | ||||
* | Update po/. | Matthias Andree | 2019-05-14 | 1 | -1/+1 |
| | |||||
* | Update copyright in German translation. | Matthias Andree | 2019-05-14 | 1 | -5/+7 |
| | |||||
* | Update de.po translation. | Matthias Andree | 2019-05-12 | 1 | -102/+116 |
| | |||||
* | Bump copyright. | Matthias Andree | 2018-04-15 | 1 | -2/+2 |
| | |||||
* | Update German <de> translation. | Matthias Andree | 2018-04-15 | 1 | -113/+117 |
| | |||||
* | Update copyright. | Matthias Andree | 2017-04-22 | 1 | -216/+241 |
| | |||||
* | Update German translation. | Matthias Andree | 2016-12-12 | 1 | -331/+376 |
| | |||||
* | Update Copyright year for Matthias Andree to 2016. | Matthias Andree | 2016-06-25 | 1 | -2/+2 |
| | |||||
* | abschießen -> beenden | Matthias Andree | 2015-04-03 | 1 | -3/+3 |
| | | | | | Use a different translation for "kill"(ing a process). Debian Bug #781803. | ||||
* | TLS overhaul, bumping version to 6.4 | Matthias Andree | 2015-01-26 | 1 | -38/+61 |
| | | | | | | | | | | | | | | | Removes SSLv2, enables TLSv1.1 and v1.2 more easily, permits SSLv3 (only if specified) and newer TLSv1.1+ for STLS/STARTTLS. Only negotiates TLSv1 and newer by default, SSLv3 must now be specified explicitly, as a consequence of the POODLE attack. This is meant to be a minimally upgraded version, and cannot be usefully done as a 6.3.X release. It is strongly recommended that users review their configuration - especially --sslproto - per instructions in the NEWS file and manual page. It has changed semantics and in many cases --sslproto auto or perhaps --sslproto tls1.2+ should be used now. | ||||
* | Bump copyright. | Matthias Andree | 2015-01-16 | 1 | -216/+216 |
| | |||||
* | Permit build on SSLv3-disabled OpenSSL, | Matthias Andree | 2015-01-16 | 1 | -9/+14 |
| | | | | | | | providing that these also omit the declaration of SSLv3_client_method(). Related to Debian Bug#775255. Version report lists -SSLv3 on +SSL builds that omit SSLv3_client_method(). Version report lists -SSLv2 on +SSL builds that omit SSLv2_client_method(). | ||||
* | Update German translation for --idle check. | Matthias Andree | 2014-11-22 | 1 | -155/+160 |
| | |||||
* | Update error reporting address. | Matthias Andree | 2014-05-21 | 1 | -2/+2 |
| | |||||
* | Do not translate header tags such as "Subject:". | Matthias Andree | 2014-05-20 | 1 | -19/+15 |
| | | | | Reported by Gonzalo Pérez de Olaguer Córdoba, Debian Bug#744907. | ||||
* | Update German translation. | Matthias Andree | 2013-04-23 | 1 | -5/+5 |
| | |||||
* | Update current translation state as of 2013-03-18 | Matthias Andree | 2013-03-19 | 1 | -5/+13 |
| | |||||
* | Update German translation. | Matthias Andree | 2013-02-19 | 1 | -85/+80 |
| | |||||
* | Update for 6.3.24 release. | Matthias Andree | 2012-12-23 | 1 | -206/+206 |
| | |||||
* | Release 6.3.23. | Matthias Andree | 2012-12-10 | 1 | -1/+1 |
| | |||||
* | Pull in translation updates for 6.3.23, | Matthias Andree | 2012-12-10 | 1 | -3/+5 |
| | | | | dubbed 6.3.22.2 for translation purposes. | ||||
* | Update German translation. | Matthias Andree | 2012-12-05 | 1 | -225/+246 |
| | |||||
* | Update translations. | Matthias Andree | 2012-08-15 | 1 | -2/+4 |
| | |||||
* | Update German translation. | Matthias Andree | 2012-08-13 | 1 | -84/+93 |
| | |||||
* | Import translations. | Matthias Andree | 2011-08-21 | 1 | -3/+3 |
| | |||||
* | Fix one fuzzy translation. | Matthias Andree | 2011-06-06 | 1 | -6/+6 |
| | |||||
* | Freeze updated .po files for -rc3. | Matthias Andree | 2011-05-29 | 1 | -11/+2 |
| | |||||
* | Freeze strings for -rc2. | Matthias Andree | 2011-05-26 | 1 | -135/+133 |
| | |||||
* | Update German translation. | Matthias Andree | 2011-05-23 | 1 | -176/+183 |
| | |||||
* | Reinstate SSLv2 support on legacy_63 branch. | Matthias Andree | 2011-05-17 | 1 | -4/+4 |
| | | | | | Revert "Remove support for SSLv2 (fixes Debian Bug #622054)." This reverts commit c22a3afca46c83ee6d53a6ee58deb122f309c460. | ||||
* | Automatic update. | Matthias Andree | 2011-04-11 | 1 | -110/+112 |
| | |||||
* | Remove support for SSLv2 (fixes Debian Bug #622054). | Matthias Andree | 2011-04-11 | 1 | -4/+4 |
| | | | | | | | | | | | | | SSLv2 has been deprecated since 1996, and is insecure. Remove --sslproto SSL2 support. Set SSL_OP_NO_SSLvSSL_CTX 2 option so that the SSLv23 multi-version client no longer negotiates SSLv2. Note that some distributions (such as Debian) build OpenSSL 1.0.0 without SSLv2 support, so on those, the build would fail. Fixes Debian Bug #622054 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622054 | ||||
* | bump project version for German translation. | Matthias Andree | 2010-12-10 | 1 | -1/+1 |
| | |||||
* | Update German translation. | Matthias Andree | 2010-12-10 | 1 | -11/+6 |
| | |||||
* | Import first translation updates: cs fr it pl. | Matthias Andree | 2010-12-09 | 1 | -97/+118 |
| | |||||
* | Update po/ files. | Matthias Andree | 2010-10-10 | 1 | -63/+63 |
| | |||||
* | Fix typo, CRAM-Md5 -> CRAM-MD5, in -V mode. | Matthias Andree | 2010-10-05 | 1 | -2/+2 |
| | | | | Reported by Marcel Telka, marcel at telka.sk. | ||||
* | Import updated translations. | Matthias Andree | 2010-09-27 | 1 | -13/+18 |
| | |||||
* | Fix fuzzy translation. | Matthias Andree | 2010-09-25 | 1 | -38/+39 |
| | |||||
* | Add FAQ item #R15 on authentication failures. | Matthias Andree | 2010-09-25 | 1 | -46/+54 |
| | |||||
* | Update German translation. | Matthias Andree | 2010-08-28 | 1 | -369/+397 |
| | |||||
* | Update. | Matthias Andree | 2010-05-27 | 1 | -44/+63 |
| | |||||
* | Get ready for 6.3.17 release. | Matthias Andree | 2010-05-06 | 1 | -15/+28 |
| | |||||
* | Update translations. | Matthias Andree | 2010-05-06 | 1 | -381/+390 |
| | |||||
* | Update German translation. | Matthias Andree | 2010-04-18 | 1 | -211/+258 |
| | |||||
* | Release 6.3.16. | Matthias Andree | 2010-04-06 | 1 | -6/+6 |
| | |||||
* | Fix line ends in address rewriting reports. | Matthias Andree | 2010-04-01 | 1 | -10/+10 |
| | | | | Reported by Frédéric Marchal. | ||||
* | Record po files for 6.3.15 release. | Matthias Andree | 2010-03-28 | 1 | -364/+364 |
| |