Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update <zh_CN> Chinese (simplified) translation to fetchmail 6.4.1 | Boyuan Yang | 2020-01-16 | 1 | -72/+59 |
| | |||||
* | NEWS: Reword Python 3 support. | Matthias Andree | 2020-01-16 | 1 | -5/+7 |
| | |||||
* | fetchmailconf: Simplify configdump handling, don't use a tmpfile. | Matthias Andree | 2020-01-16 | 1 | -30/+9 |
| | | | | | | | | | | Use subprocess.check_output(), avoid the tmpfile, saves the umask hassle and greatly simplifies the code. Use sys.exit() with a string argument. Do away with the PY3K constant for decoding the greetline in a version-dependent way, this should and appears happen inside the future module. | ||||
* | configure.ac: Require Python >= 2.7 | Matthias Andree | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | fetchmailconf requires Python future (PyPI). | Matthias Andree | 2020-01-11 | 1 | -0/+1 |
| | |||||
* | fetchmailconf Python 3, IPv6, SSL overhaul | Matthias Andree | 2020-01-11 | 2 | -306/+413 |
| | | | | | | | | | | Replace string.find() by 'in' or .find() method Bump fetchmailconf version. Fix many pylint warnings. Make fetchmailconf Python 3 compatible - use futurize - decode greetline to str on Python 3 Require Python 2.7.13 (due to ssl changes) | ||||
* | Bump copyright year. | Matthias Andree | 2020-01-11 | 1 | -1/+1 |
| | |||||
* | Document recent manpage and STARTTLS fixes. | Matthias Andree | 2020-01-04 | 1 | -0/+4 |
| | |||||
* | Bump version. | Matthias Andree | 2020-01-04 | 1 | -1/+1 |
| | |||||
* | STARTTLS enforcement for sslproto != "tls1". | Matthias Andree | 2020-01-04 | 1 | -1/+1 |
| | | | | | | | | | | Fetchmail < 6.4.2 used to only consider --sslproto=TLS1 as "mandatory STARTTLS" unless sslcertck or sslfingerprint were given, now all protocol versions will require STARTTLS. This did not matter in the default install because sslcertck defaults to on, but could permit fetchmail to continue with unencrypted connections if --nosslcertck was in use. | ||||
* | Add LDFLAGS=-L$with_ssl/lib when using --with-ssl. | Matthias Andree | 2020-01-04 | 1 | -1/+1 |
| | | | | Fixes GitLab issue #9, Compile error with OpenSSL 1.1.1 on Debian Squeeze. | ||||
* | Minor manpage updates, URL updates. | Matthias Andree | 2020-01-03 | 1 | -18/+10 |
| | | | | | | | * Minor cleanups, removing blank .PP. * Switch all http:// references to https:// (all support it). * Switch fetchmail.sourceforge.net to fetchmail.sourceforge.io after the https:// migration. | ||||
* | fetchmail.man: Document pidfile usage in run control file. | Gregor Zattler | 2020-01-03 | 1 | -0/+3 |
| | |||||
* | fetchmail.man: Remove note that --sslcertck may become the default | Chris Mayo | 2019-12-06 | 1 | -3/+0 |
| | | | | As noted at the start of the entry it is now the default. | ||||
* | Update <sv> Swedish translation to fetchmail 6.4.1 | Göran Uddeborg | 2019-11-27 | 1 | -5/+5 |
| | |||||
* | Update <sq> Albanian translation to fetchmail-6.4.1 | Besnik Bleta | 2019-11-27 | 1 | -92/+97 |
| | |||||
* | Update <pl> Polish translation to fetchmail 6.4.1 | Jakub Bogusz | 2019-11-27 | 1 | -4/+4 |
| | |||||
* | Update <ja> Japanese translation to fetchmail 6.4.1 | Takeshi Hamasaki | 2019-11-27 | 1 | -4/+4 |
| | |||||
* | Update <fr> French translation to fetchmail-6.4.1 | Frédéric Marchal | 2019-11-27 | 1 | -2/+6 |
| | |||||
* | Update <eo> Esperanto translation to fetchmail 6.4.1 | Felipe Castro | 2019-11-27 | 1 | -6/+6 |
| | |||||
* | Update <cs> Czech translation to fetchmail 6.4.1 | Petr Pisar | 2019-11-27 | 1 | -4/+4 |
| | |||||
* | Fix typo in fetchmail's name. | Matthias Andree | 2019-10-12 | 1 | -1/+1 |
| | |||||
* | Also upload to my root server now that it hosts www.fetchmail.info. | Matthias Andree | 2019-10-11 | 1 | -2/+13 |
| | |||||
* | Make t.smoke more robust. FreeBSD Bug#240914. | Matthias Andree | 2019-10-10 | 2 | -6/+23 |
| | |||||
* | Fix a few man page issues. | Matthias Andree | 2019-10-10 | 2 | -24/+33 |
| | | | | | | | | | - fix unterminated string in .IP macro - fix .TH date format - properly break line after .PP - replace .br in table (unsupported by FreeBSD 12's mandoc) FreeBSD Bug#241032 reported by Helge Oldach | ||||
* | Fix typos. | Matthias Andree | 2019-09-28 | 1 | -2/+2 |
| | |||||
* | Fix typo, also credit Christian Ebert. | Matthias Andree | 2019-09-28 | 1 | -1/+1 |
| | |||||
* | Fix typo. | Matthias Andree | 2019-09-28 | 1 | -1/+1 |
| | |||||
* | Fix up line count. | Matthias Andree | 2019-09-28 | 1 | -1/+1 |
| | |||||
* | Update po/*.po for 6.4.1, complete de translation. | Matthias Andree | 2019-09-28 | 18 | -3943/+4087 |
| | |||||
* | Regression fix for realpath() buffer. | Matthias Andree | 2019-09-28 | 2 | -11/+26 |
| | | | | | | | | Let the system allocate realpath() buffers intead of trying to portably derive a buffer size. This was found with default GCC fortify settings on Ubuntu 18.04 and showed with -D_FORTIFY_SOURCE=2 on Fedora, too. | ||||
* | Do not unlink release notes from autobuild/README. | Matthias Andree | 2019-09-28 | 1 | -1/+1 |
| | |||||
* | Cheat release note generator to include 6.4.0 notes in 6.4.1. | Matthias Andree | 2019-09-28 | 1 | -1/+1 |
| | | | | | dist-tools/makerelease.pl looks for lines matching ^fetchmail- to extract from NEWS, so make fetchmail 6.4.0 not match that regex. | ||||
* | Update website for 6.4.1. | Matthias Andree | 2019-09-28 | 1 | -3/+3 |
| | |||||
* | 6.4.1, regression fix for default file locations. | Matthias Andree | 2019-09-28 | 7 | -20/+74 |
| | | | | | | | | The fix between 6.4.0-rc4 and 6.4.0 for Debian Bug#941129 caused a regression in the default file locations, some files were looked for without dot (.fetchmail.pid, .fetchmailrc). Reported by Cy Schubert. | ||||
* | Fix link in sidebar. | Matthias Andree | 2019-09-28 | 1 | -2/+2 |
| | |||||
* | Update website after 6.4.0 release. | Matthias Andree | 2019-09-27 | 1 | -23/+5 |
| | |||||
* | Prepare for 6.4.0 release. | Matthias Andree | 2019-09-27 | 21 | -147/+146 |
| | | | | This entails recording new line numbers in po/*.po files. | ||||
* | env.c: make FETCHMAILHOME (fmhome) absolute. | Matthias Andree | 2019-09-27 | 2 | -1/+17 |
| | | | | | | | | If FETCHMAILHOME is specified as relative path, then it can become the victim of a chdir("/") that happens in daemon mode, so that switching to daemon mode will change behaviour of FETCHMAILHOME. Reported by Alex Andreotti, Debian Bug #941129. | ||||
* | socket.c: Make SockKeepalive static, and readability variable renames. | Matthias Andree | 2019-09-27 | 1 | -9/+9 |
| | |||||
* | Decode .po's author name to locale according to Content-Type header. | Matthias Andree | 2019-09-05 | 1 | -8/+14 |
| | |||||
* | Update <ca> Catalan translation to fetchmail 6.4.0.rc4 | Ernest Adrogué Calveras | 2019-09-05 | 1 | -4/+4 |
| | |||||
* | Update <vi> Vietnamese translation to fetchmail 6.4.0.rc4 | Trần Ngọc Quân | 2019-09-05 | 1 | -3/+5 |
| | |||||
* | Update <sv> Swedish translation to fetchmail 6.4.0.rc4 | Göran Uddeborg | 2019-09-05 | 1 | -11/+5 |
| | |||||
* | Update <pl> Polish translation to fetchmail 6.4.0.rc4 | Jakub Bogusz | 2019-09-05 | 1 | -9/+4 |
| | |||||
* | Update <ja> Japanese translation to fetchmail 6.4.0.rc4 | Takeshi Hamasaki | 2019-09-05 | 1 | -3/+4 |
| | |||||
* | Update <fr> French translation to fetchmail-6.4.0.rc4 | Frédéric Marchal | 2019-09-05 | 1 | -3/+5 |
| | |||||
* | Update <cs> Czech translation to fetchmail 6.4.0.rc4 | Petr Pisar | 2019-09-05 | 1 | -4/+4 |
| | |||||
* | website/host-scripts/: Waive local mirror for now. | Matthias Andree | 2019-09-02 | 1 | -2/+2 |
| | |||||
* | website/: Update for -rc4, update links, and remove dead references. | Matthias Andree | 2019-09-02 | 1 | -53/+32 |
| |