aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* LibreSSL: block, due to licensing issue.Matthias Andree2021-11-204-3/+15
| | | | See COPYING or NEWS.
* NEWS: Fix capitalization of CLAUSE.Matthias Andree2021-11-201-1/+1
|
* po/: Record what's in the 6.4.24 tarball.Matthias Andree2021-11-207-2606/+1023
|
* NEWS: add a licensing note about LibreSSL.Matthias Andree2021-11-201-0/+6
|
* website: announce 6.4.24.Matthias Andree2021-11-201-7/+14
|
* NEWS: Credit fr, cs, eo, ja translators.Matthias Andree2021-11-201-0/+4
|
* fetchmail.man: fix mandoc -Tlint, igor, aspell issuesMatthias Andree2021-11-202-203/+188
|
* Version bump to 6.4.24.Matthias Andree2021-11-203-3/+3
|
* fetchmail.man: for --auth ssh refert to sslproto.Matthias Andree2021-11-201-5/+8
|
* Update <ja> Japanese translation to fetchmail 6.4.23Takeshi Hamasaki2021-11-131-325/+616
|
* Update <fr> French translation to fetchmail-6.4.23Frédéric Marchal2021-11-131-348/+684
|
* Update <eo> Esperanto translation to fetchmail 6.4.23Keith Bowes2021-11-131-287/+512
|
* Update <cs> Czech translation to fetchmail 6.4.23Petr Pisar2021-11-131-294/+527
|
* TLS: OpenSSL 1.0.2 workaround Let's Encrypt ExpiryMatthias Andree2021-11-012-1/+26
| | | | ...of cross-signed certificate.
* NEWS: credit translators for sv and plMatthias Andree2021-11-011-0/+2
|
* Update <sv> Swedish translation to fetchmail 6.4.23Göran Uddeborg2021-11-011-298/+542
|
* Update <pl> Polish translation to fetchmail 6.4.23Jakub Bogusz2021-11-011-324/+609
|
* RELEASE-INSTRUCTIONS: Remember to set the 'latest' mark on sourceforge.net.Matthias Andree2021-10-311-0/+2
| | | | Reported by: Gene Heskett.
* Mention Bison build fix.Matthias Andree2021-10-311-0/+10
|
* rcfile_y.y: drop yytoknum cast, incompatible with bison 3.8Matthias Andree2021-10-311-2/+0
| | | | This causes configuration failures with newer Bison versions.
* website: announce 6.5.0.beta6.Matthias Andree2021-10-311-5/+4
|
* website: announce 6.4.23 release.Matthias Andree2021-10-311-9/+7
|
* po/: Update German translation and record ja/sr updates.Matthias Andree2021-10-313-1227/+682
|
* Get ready for 6.4.23.Matthias Andree2021-10-312-2/+2
|
* IMAP: improve STARTTLS error message for ssh-plugin caseMatthias Andree2021-10-313-4/+17
| | | | | | For common ssh-based IMAP PREAUTH setups (i. e. those that use a plugin - no matter its contents - and that set auth ssh), change the STARTTLS error message to suggest sslproto '' instead.
* NEWS: mention Мирослав Николић/Miroslav Nikolić as translator.Matthias Andree2021-10-311-0/+1
|
* Update <sr> Serbian translation to fetchmail-6.4.22.rc1Мирослав Николић2021-10-311-509/+844
|
* NEWS: Mention Takeshi Hamasaki as translator.Matthias Andree2021-09-201-0/+6
|
* Update <ja> Japanese translation to fetchmail 6.4.22.rc1Takeshi Hamasaki2021-09-201-517/+853
|
* Get ready for 6.4.22.Matthias Andree2021-09-138-1090/+645
|
* Note OpenSSL 3.0.0 support and licensing change.Matthias Andree2021-09-133-19/+41
| | | | | While here, rearrange COPYING a little bit and add a few paragraphs. Zeilen,
* de.po: Fix typo in German translationMatthias Andree2021-09-011-2/+2
|
* NEWS: fix spelink of Stefan Eßer's last nameMatthias Andree2021-09-011-1/+1
|
* NEWS: Credit Petr Pisar for Czech translation.Matthias Andree2021-09-011-0/+1
|
* IMAP: fix error code when LOGIN failsMatthias Andree2021-09-011-7/+1
| | | | | This recently printed 'we've run out of authentication methods' instead of the actual authentication failure.
* Update <sv> Swedish translation to fetchmail 6.4.22.rc1Göran Uddeborg2021-09-011-299/+531
|
* Update <cs> Czech translation to fetchmail 6.4.22.rc1Petr Pisar2021-09-011-481/+762
|
* website: announce 6.4.22.rc3Matthias Andree2021-08-301-4/+5
|
* update SA-2021-02Matthias Andree2021-08-291-4/+5
|
* Get ready for 6.4.22.rc3.Matthias Andree2021-08-294-535/+303
|
* NEWS: Credit RC testers.Matthias Andree2021-08-291-0/+4
|
* NEWS: credit translators.Matthias Andree2021-08-291-1/+3
| | | | | | Göran Uddeborg (Swedish) was credited in a5a961e7c45fb4d1cdc700e7dcd2ff55ab2b1b51, without explicit mention in the header. credit Jakub Bogusz (Polish) and Besnik Bleta (Albanian).
* Update <sq> Albanian translation to fetchmail-6.4.22.rc1Besnik Bleta2021-08-291-314/+373
|
* Update <pl> Polish translation to fetchmail 6.4.22.rc1Jakub Bogusz2021-08-291-311/+369
|
* Fix IMAP protocol confusion on 2nd and subsequent polls.Matthias Andree2021-08-291-1/+1
| | | | | | | | This is because driver.c fails to initialize stage to STAGE_GETAUTH soon enough, and on 2nd and subsequent polls it is still STAGE_LOGOUT, and the IMAP parser does not look for the CAPABILITIES outside STAGE_GETAUTH. Reported by: Stefan Esser <se@FreeBSD.org>
* socket.c: invalid sslproto no longer abort()sMatthias Andree2021-08-282-3/+4
|
* Convert to UTF-8.Matthias Andree2021-08-282-39/+39
|
* declare .txt to be UTF-8Matthias Andree2021-08-281-0/+1
| | | | Reported by: Hanno Böck
* upload .htaccessMatthias Andree2021-08-281-1/+1
|
* Update <sv> Swedish translation to fetchmail 6.4.22.rc1Göran Uddeborg2021-08-281-474/+765
|