Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fetchmailconf: properly catch and report option parsing errors | Matthias Andree | 2021-04-24 | 2 | -10/+27 |
| | |||||
* | NEWS: credit Miroslav Nikolić for updating translation. | Matthias Andree | 2021-03-31 | 1 | -0/+4 |
| | |||||
* | Update <sr> Serbian translation to fetchmail-6.4.16-rc1 | Мирослав Николић | 2021-03-31 | 1 | -451/+723 |
| | |||||
* | fetchmail.c: LMTP don't validate "port" on UNIX-domain sockets | Matthias Andree | 2021-03-29 | 2 | -3/+11 |
| | | | | | | (those with a file path). Closes: #33 | ||||
* | Update K6 again and format in <code> tags. | Matthias Andree | 2021-03-29 | 1 | -4/+7 |
| | |||||
* | Improve SSL/TLS documentation, and rearrange manual | Matthias Andree | 2021-03-29 | 3 | -92/+113 |
| | | | | | Move SSL subsection up under AUTHENTICATION and ENCRYPTION, where it belongs. | ||||
* | Merge remote-tracking branch 'origin/legacy_64' into legacy_64 | Matthias Andree | 2021-03-27 | 1 | -1/+1 |
|\ | | | | | | | | | * origin/legacy_64: COPYING: fix typo | ||||
| * | COPYING: fix typo | Matthias Andree | 2021-03-25 | 1 | -1/+1 |
| | | |||||
* | | website: Announce 6.4.18 | Matthias Andree | 2021-03-27 | 1 | -4/+4 |
| | | |||||
* | | NEWS: Fix LoC and release date. | Matthias Andree | 2021-03-27 | 1 | -1/+1 |
| | | |||||
* | | Record what's in the 6.4.18 tarball. | Matthias Andree | 2021-03-27 | 1 | -1/+1 |
| | | |||||
* | | Prepare for 6.4.18. | Matthias Andree | 2021-03-27 | 2 | -4/+7 |
| | | |||||
* | | Update <fi> Finnish translation to fetchmail 6.4.16-rc1 | Lauri Nurmi | 2021-03-27 | 1 | -1279/+1767 |
|/ | |||||
* | Freeze 6.4.18-rc1. | Matthias Andree | 2021-03-13 | 20 | -15407/+8819 |
| | |||||
* | Bump version to 6.4.18-rc1. | Matthias Andree | 2021-03-13 | 1 | -2/+2 |
| | |||||
* | socket.c: SSL_use_PrivateKey_file <- SSL_use_RSAPrivateKey_file, | Matthias Andree | 2021-03-13 | 2 | -2/+5 |
| | | | | | the latter is deprecated in OpenSSL 3, and the user might use some other key than RSA. | ||||
* | OpenSSL: permit deprecated features, | Matthias Andree | 2021-03-13 | 2 | -1/+7 |
| | | | | to avoid compatibility issues with new OpenSSL versions later on. | ||||
* | fetchmail.man: add missing word (minor change). | Matthias Andree | 2021-03-13 | 1 | -2/+2 |
| | |||||
* | .gitignore push.sh | Matthias Andree | 2021-03-13 | 1 | -0/+1 |
| | |||||
* | Shorten some user setting texts to avoid truncation. | Matthias Andree | 2021-03-13 | 1 | -2/+2 |
| | |||||
* | Mention fetchmailconf regression fix. | Matthias Andree | 2021-03-13 | 1 | -0/+13 |
| | |||||
* | fetchmailconf: robustness fixes | Matthias Andree | 2021-03-13 | 1 | -13/+22 |
| | | | | | Make sure fetchmailconf -V can complete without finding fetchmail or Tkinter. Make sure fetchmailconf -d can complete without Tkinter. | ||||
* | fetchmailconf: Add sslcertfile to typemap. | Matthias Andree | 2021-03-13 | 1 | -0/+1 |
| | |||||
* | tls-aux.c: Fix comments. | Matthias Andree | 2021-03-07 | 1 | -7/+6 |
| | |||||
* | fixup | Matthias Andree | 2021-03-07 | 1 | -4/+4 |
| | |||||
* | website: update NEWS for 6.4.17 release. | Matthias Andree | 2021-03-07 | 1 | -4/+4 |
| | |||||
* | Record po state for 6.4.17. | Matthias Andree | 2021-03-07 | 20 | -8605/+14942 |
| | |||||
* | Prepare 6.4.17 release. | Matthias Andree | 2021-03-07 | 1 | -1/+1 |
| | |||||
* | getstats.py: count *.py files, too | Matthias Andree | 2021-03-07 | 2 | -1/+2 |
| | |||||
* | NEWS: mention fetchmailconf's printing Python version. | Matthias Andree | 2021-03-07 | 1 | -0/+1 |
| | |||||
* | fetchmailconf.py: Bump version and copyright. | Matthias Andree | 2021-03-07 | 1 | -2/+2 |
| | |||||
* | fetchmailconf --version: print Python version, too. | Matthias Andree | 2021-03-07 | 1 | -0/+1 |
| | |||||
* | Mention pkg-config needed. | Matthias Andree | 2021-03-07 | 1 | -1/+2 |
| | | | | | if pkg-config is missing, auto(re)conf emits misleading error messages. | ||||
* | socket.c clean up code duplication. | Matthias Andree | 2021-02-27 | 1 | -2/+2 |
| | |||||
* | imap.c revise comment on timeout memory leak if auto (non-static) password ↵ | Matthias Andree | 2021-02-14 | 1 | -1/+1 |
| | | | | buffer is used for LOGIN | ||||
* | imap.c: fix memory leak in timeout situation for LOGIN auth | Matthias Andree | 2021-02-14 | 2 | -3/+9 |
| | | | | | ...which uses siglongjmp() so that gen_transact() will not return. Note, just in case, this uses local static buffers and is not thread-safe. | ||||
* | fetchmail.man: tell user to add --ssl for TLS-wrapped ports | Matthias Andree | 2021-02-14 | 2 | -1/+10 |
| | |||||
* | Bump version to 6.4.17 for next release. | Matthias Andree | 2021-02-11 | 2 | -2/+2 |
| | |||||
* | makerelease.pl: Fix sourceforge.net URL in ANNOUNCE.EMAIL. | Matthias Andree | 2021-02-10 | 1 | -3/+3 |
| | |||||
* | Credit Takeshi Hamasaki/Japanese translation. | Matthias Andree | 2021-02-09 | 1 | -20/+26 |
| | |||||
* | Update <ja> Japanese translation to fetchmail 6.4.16-rc1 | Takeshi Hamasaki | 2021-02-09 | 1 | -460/+740 |
| | |||||
* | Record 6.4.16 state. | Matthias Andree | 2021-02-08 | 9 | -2218/+866 |
| | |||||
* | NEWS: credit translators. | Matthias Andree | 2021-02-03 | 1 | -1/+1 |
| | |||||
* | Update <fr> French translation to fetchmail-6.4.16-rc1 | Frédéric Marchal | 2021-02-03 | 1 | -482/+802 |
| | |||||
* | NEWS: credit translators. | Matthias Andree | 2021-01-31 | 1 | -1/+11 |
| | |||||
* | Update <sv> Swedish translation to fetchmail 6.4.16-rc1 | Göran Uddeborg | 2021-01-31 | 1 | -432/+663 |
| | |||||
* | Update <sq> Albanian translation to fetchmail-6.4.16-rc1 | Besnik Bleta | 2021-01-31 | 1 | -449/+713 |
| | |||||
* | Update <pl> Polish translation to fetchmail 6.4.16-rc1 | Jakub Bogusz | 2021-01-31 | 1 | -456/+728 |
| | |||||
* | Update <eo> Esperanto translation to fetchmail 6.4.16-rc1 | Keith Bowes | 2021-01-31 | 1 | -434/+647 |
| | |||||
* | Update <cs> Czech translation to fetchmail 6.4.16-rc1 | Petr Pisar | 2021-01-31 | 1 | -427/+647 |
| |