aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revise deprecation warning intro.Matthias Andree2019-08-231-2/+2
|
* fetchmailconf: Permit editing the first item from a list, and more updates.Matthias Andree2019-08-212-9/+16
| | | | | | | * Remove a bogus check that would prevent editing the first items from list boxes. * Require Python 2.3. * Convert apply() call to function(*(tuple,)) syntax * string.atoi() -> int() on select[0], to continue where it's not a string
* Add *.bak to .gitignore patterns.Matthias Andree2019-08-211-0/+1
|
* Minor Doxygen updates/fixes.Matthias Andree2019-08-203-924/+1846
| | | | Reported by: Jens Schleusener (fossies.org)
* Bump version to .rc2.Matthias Andree2019-08-191-1/+1
|
* Disable installing el fi gl pt_BR sk tr translations.Matthias Andree2019-08-192-1/+5
| | | | These have < 500 translated messages each.
* po/: merge with updated .pot file.Matthias Andree2019-08-1924-2939/+4315
|
* Fix up tag nesting issues in FAQ after recent revision.Matthias Andree2019-08-191-4/+4
|
* Update documentation.Matthias Andree2019-08-198-46/+40
|
* Flip the switch on sslcertck in fetchmailconf, too.Matthias Andree2019-08-191-1/+1
|
* Update FAQ, fix/mark broken links.Matthias Andree2019-08-181-127/+66
|
* Documentation updates.Matthias Andree2019-08-185-29/+54
|
* README: Update to Portability section.Matthias Andree2019-08-071-7/+6
|
* fetchmail no longer reports System error during SSL_connect(): Success.Matthias Andree2019-08-054-117/+127
| | | | Fixes Debian Bug#928916, reported by Paul Kimoto.
* Bump version to -rc1.Matthias Andree2019-08-051-2/+2
|
* Fix format overflow warnings by printing IMAP tag as unsigned.Matthias Andree2019-08-051-2/+2
|
* Remove register qualifier.Matthias Andree2019-08-054-7/+7
| | | | Let the compiler sort out register allocation.
* Fix Solaris build with non-c99 compiler (gcc), fixup fileno().Matthias Andree2019-08-051-3/+1
| | | | | Solaris's headers complain if _XOPEN_SOURCE or thereabouts are defined, but the compiler in use isn't the relevant XPG c99.
* Comment on EXISTS in response to EXPUNGE.Matthias Andree2019-08-051-1/+3
|
* Add git-check target from bogofilter.Matthias Andree2019-08-051-1/+9
| | | | | This is meant to see if the git export contains all files required for bootstrapping, in order to find files that were not added before a commit.
* Add --nonet to xmllint throughout.Matthias Andree2019-08-052-2/+2
|
* Bump copyrights, and bump version to beta6.Matthias Andree2019-08-053-3/+6
|
* FreeBSD cleanups to header shuffling.Matthias Andree2019-08-055-32/+12
|
* Partial update (older .pot) .po file via translationproject.org.Ernest Adrogué Calveras2019-05-301-797/+776
|
* Partial update (older .pot) .po file via translationproject.org.Enrico Nicoletto2019-05-301-95/+94
|
* Partial update (older .pot) .po file via translationproject.org.Besnik Bleta2019-05-301-581/+575
|
* Partial update (older .pot) .po file via translationproject.org.Andhika Padmawan2019-05-301-127/+134
|
* Partial update (older .pot) .po file via translationproject.org.Lauri Nurmi2019-05-301-124/+125
|
* Mention full translation updates of cs,eo,fr,jp,pl,sv...Matthias Andree2019-05-301-0/+8
| | | | | | | | | * CS: Petr Pisar <petr.pisar@atlas.cz> [Czech] * EO: Felipe Castro <fefcas@gmail.com> [Esperanto] * FR: Frédéric Marchal <fmarchal@perso.be> [French] * JP: Takeshi Hamasaki <hmatrjp@users.sourceforge.jp> [Japanese] * PL: Jakub Bogusz <qboosh@pld-linux.org> [Polish] * SV: Göran Uddeborg <goeran@uddeborg.se> [Swedish]
* Update .po file via translationproject.org.Göran Uddeborg2019-05-301-353/+164
|
* Update .po file via translationproject.org.Jakub Bogusz2019-05-301-453/+224
|
* Update .po file via translationproject.org.Takeshi Hamasaki2019-05-301-453/+231
|
* Update .po file via translationproject.org.Frédéric Marchal2019-05-301-468/+206
|
* Update .po file via translationproject.org.Felipe Castro2019-05-301-342/+171
|
* Update .po file via translationproject.org.Petr Pisar2019-05-301-385/+207
|
* In-depth robustness.Matthias Andree2019-05-143-5/+6
| | | | Reported by: clang static analyzer (clang-8)
* Update po/.Matthias Andree2019-05-1424-24/+24
|
* Misc. updates to makerelease.pl.Matthias Andree2019-05-141-4/+2
| | | | Forgo .tar.bz2 files.
* Freeze po/*.po files.Matthias Andree2019-05-1423-10398/+12831
|
* Bump version to 6.4.0.beta5.Matthias Andree2019-05-141-1/+1
|
* Update copyright in German translation.Matthias Andree2019-05-141-5/+7
|
* Bump copyright.Matthias Andree2019-05-141-1/+1
|
* Document recent changes.Matthias Andree2019-05-141-4/+28
|
* Merge branch 'lanurmi/fetchmail-no-autoprobe-after-socket-fail' into HEADMatthias Andree2019-05-141-1/+1
|\
| * Do not continue autoprobing other protocols after socket errorLauri Nurmi2018-03-181-1/+1
| | | | | | | | | | | | | | | | | | If e.g. fetching with IMAP and --idle fails with a socket error, returning PS_SOCKET, do not try fetching with a different protocol (e.g. POP3). POP3 might have a completely different idea of read and unread messages than IMAP, which causes already seen messages to be re-fetched.
* | Merge branch 'ffontaine/fetchmail-legacy_64' into legacy_64Matthias Andree2019-05-121-18/+21
|\ \
| * | Be a bit more verbose about SSL probing.Matthias Andree2019-05-121-0/+2
| | |
| * | configure.ac: use pkg-config to find opensslFabrice Fontaine2019-05-121-18/+19
|/ / | | | | | | | | | | | | | | | | | | openssl can have multiples dependencies such as libatomic on sparcv8 32 bits Fixes: - http://autobuild.buildroot.org/results/58e5aa7c6ba8fe7474071d7a3cba6ed3a1b4cff4 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* | Update de.po translation.Matthias Andree2019-05-121-102/+116
| |
* | Update to GNU gettext 0.19.8.Matthias Andree2019-05-125-70/+326
| |