aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Announce 6.5.9.beta9.Matthias Andree2023-01-061-10/+10
|
* Disable translations that have fallen too far behind: ca, da, en_GB, id, it, ↵Matthias Andree2023-01-061-1/+1
| | | | | | | | nl, ru, zh_CN. Catalan, Danish, British English, Indonesian, Italian, Dutch, Russian, Simplified Chinese. (cherry picked from commit 5be32568ebee7f428ba7ef8a10f116b1f0c49f6a)
* Update <ja> Japanese translation to fetchmail 6.4.35Takeshi Hamasaki2023-01-061-236/+539
|
* Update <sq> Albanian translation to fetchmail-6.4.35Besnik Bleta2023-01-051-238/+517
|
* Update <ro> Romanian translation to fetchmail 6.4.35Remus-Gabriel Chelu2023-01-051-296/+712
|
* Update <pl> Polish translation to fetchmail 6.4.35Jakub Bogusz2023-01-051-233/+529
|
* Update <fr> French translation to fetchmail-6.4.35Frédéric Marchal2023-01-051-261/+612
|
* Update <es> Spanish translation to fetchmail 6.4.35Cristian Othón Martínez Vera2023-01-051-261/+623
|
* Update <cs> Czech translation to fetchmail 6.4.35Petr Pisar2023-01-051-206/+452
|
* NEWS: Correct typo about minimum wolfSSL version.Matthias Andree2023-01-041-1/+1
|
* git-commit-po-updates.sh: fix parameter name to avoid crash under set -uMatthias Andree2023-01-041-1/+1
|
* website: remove gotmail link, defunct.Matthias Andree2023-01-041-2/+2
|
* OpenSSL 1.1.1q->1.1.1sMatthias Andree2023-01-041-1/+1
|
* RELEASE-INSTRUCTIONS: fix typoMatthias Andree2023-01-041-1/+1
|
* Announce 6.4.35.Matthias Andree2023-01-041-14/+15
|
* Record po/* files that went into 6.4.35.Matthias Andree2023-01-0419-15746/+8090
|
* Update <de> German translation to fetchmail 6.4.35Matthias Andree2023-01-041-59/+59
|
* Prepare 6.4.35Matthias Andree2023-01-0420-7787/+14963
|
* Bump copyright year.Matthias Andree2023-01-041-1/+1
|
* Credit translators for Swedish and Esperanto.Matthias Andree2023-01-041-0/+5
|
* Bump TLS provider library requirements again.Matthias Andree2023-01-044-10/+16
|
* Update <sv> Swedish translation to fetchmail 6.4.31Göran Uddeborg2023-01-041-166/+417
|
* Update <eo> Esperanto translation to fetchmail 6.4.31Keith Bowes2023-01-041-420/+662
|
* INSTALL: add wolfSSL installation hints.Matthias Andree2022-11-011-1/+2
|
* wolfSSL: add run-time check of wolfSSL_lib_version_hex()Matthias Andree2022-11-011-0/+6
| | | | to not only check the OpenSSL compatibility version.
* TLS: bump library version requirementsMatthias Andree2022-11-013-12/+18
| | | | | to OpenSSL 1.1.1q and 3.0.7 (warning only) and WolfSSL 5.4.0 (force break build)
* man: remove .mso www.tmac, we no longer use .URLMatthias Andree2022-10-301-3/+1
|
* Announce 6.5.0.beta8.Matthias Andree2022-10-161-7/+10
|
* Announce 6.4.34.Matthias Andree2022-10-151-6/+8
|
* Release fetchmail 6.4.34.Matthias Andree2022-10-155-475/+187
|
* Mention OPIE and C++ incompat in autoconf.Matthias Andree2022-10-151-2/+4
|
* NEWS: note FreeBSD 14 removes OPIEMatthias Andree2022-10-141-0/+2
|
* Document Мирослав Николић's sr translation update.Matthias Andree2022-10-121-0/+3
|
* Update <sr> Serbian translation to fetchmail-6.4.31Мирослав Николић2022-10-121-456/+755
|
* Document Zsolt's SMTP softbounce fix against mail loss.Matthias Andree2022-10-121-0/+8
|
* Document close_sink return value logic.Matthias Andree2022-10-121-1/+1
| | | | | TRUE means successful delivery to SMTP/LMTP/MDA, => delete mail on upstream POP3/IMAP server.
* sink: heed softbounce if SMTP refuses deliveryHorváth Zsolt2022-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | I have a misconfigured MTA server to which I transfer mail from an IMAP account using fetchmail. Although I use the --softbounce switch, fetchmail still deletes the email even in case of unsuccessful delivery. The problem is caused by the fact, that the close_sink() call returns with the value TRUE not only in case of successful delivery, but also in case of a permanent (code 5xx) error. Then the fetch_messages() procedure will no longer know, whether the message can be deleted or not, because it does not have the information that the close_sink() call returned TRUE because the delivery was successful or because it is expected that the delivery will not be successful later either, so the value of the softbounce switch cannot be taken into account at this point. Solution that in the case of a permanent error, the close_sink() call does not return a fixed TRUE value, but the negated value of the softbounce switch.
* Prefer Python 3.7+ over 2.7.Matthias Andree2022-09-041-1/+5
|
* Drop shipper.Matthias Andree2022-08-2711-2465/+0
|
* htmldoc: if missing, use dist-tools/htmldoc wrapper fallbackMatthias Andree2022-08-272-1/+2
|
* Add flatpak htmldoc wrapper.Matthias Andree2022-08-272-2/+7
|
* Update for 6.4.33.Matthias Andree2022-08-276-555/+222
|
* Update <fr> French translation to fetchmail-6.4.31Frédéric Marchal2022-08-131-483/+831
|
* Remove bashisms.Matěj Cepl2022-07-302-4/+4
|
* Run contrib/runfetchmail through shellcheck and remove obvious corruption.Matěj Cepl2022-07-301-17/+19
|
* Update website for 6.4.32.Matthias Andree2022-07-301-9/+9
|
* Update NEWS.Matthias Andree2022-07-301-1/+6
|
* Prepare 6.4.32.Matthias Andree2022-07-2711-3375/+1279
|
* Update <pl> Polish translation to fetchmail 6.4.31Jakub Bogusz2022-07-251-455/+748
|
* Update <ja> Japanese translation to fetchmail 6.4.31Takeshi Hamasaki2022-07-251-458/+758
|