aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sure the user can find 'exit status' in his pager,Matthias Andree2006-08-071-1/+1
| | | | | | not just 'exit code'. svn path=/branches/BRANCH_6-3/; revision=4884
* --logfile is now handled more carefully, errors opening the logfile are Matthias Andree2006-08-075-203/+229
| | | | | | | now reported to the TTY where fetchmail was started from. fetchmail now complains and aborts when it cannot properly daemonize itself. svn path=/branches/BRANCH_6-3/; revision=4883
* Update.Matthias Andree2006-08-071-361/+377
| | | | svn path=/branches/BRANCH_6-3/; revision=4882
* Log opportunistic TLS upgrades in verbose mode.Matthias Andree2006-08-075-14/+25
| | | | svn path=/branches/BRANCH_6-3/; revision=4881
* Freeaddrinfo() fix for Uli Zappe's bug.Matthias Andree2006-08-0710-30/+55
| | | | | | This might fix Debian Bug#294547 and Bug#377135. svn path=/branches/BRANCH_6-3/; revision=4880
* Mark K6 with additional question Matthias Andree2006-08-061-3/+18
| | | | | | | | 'Why does fetchmail use SSL even though not configured?' Add R13. What does 'Interrupted system call' mean? svn path=/branches/BRANCH_6-3/; revision=4879
* Improve sink error detection and reporting.Matthias Andree2006-08-061-14/+28
| | | | svn path=/branches/BRANCH_6-3/; revision=4878
* Revise comments before name canonicalization to make the code easier to ↵Matthias Andree2006-08-031-2/+4
| | | | | | | | understand. Suggested by Nico Golde. svn path=/branches/BRANCH_6-3/; revision=4877
* Add another restarting bug.Matthias Andree2006-08-011-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4876
* When trying to connect or upon connection failure, log the numeric service ↵Matthias Andree2006-08-012-4/+8
| | | | | | port, too. svn path=/branches/BRANCH_6-3/; revision=4875
* Keep all non-error syslog messages on one line per downloaded message.Matthias Andree2006-08-012-5/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=4874
* When connect()ing fails, log host and service as well.Matthias Andree2006-08-012-1/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4873
* Document PYTHON=: override, add a hint to shell argument passing.Matthias Andree2006-07-311-2/+9
| | | | svn path=/branches/BRANCH_6-3/; revision=4872
* Fix SIGHUP behavior, broken since 5.9.13 (r3692).Matthias Andree2006-07-312-1/+8
| | | | svn path=/branches/BRANCH_6-3/; revision=4871
* Revise the daemon/wake-up documentation so it contains the work fragment Matthias Andree2006-07-311-32/+34
| | | | | | | 'awaken' and make it clear that USR1 also works as root. Found while debugging Debian Bug#380459 reported by Riccard Stagni. svn path=/branches/BRANCH_6-3/; revision=4870
* Detect write errors when stuffing delimiter line between header and body.Matthias Andree2006-07-311-5/+8
| | | | | | | Correct error message when copying message text fails. Fix a comment that falsely asserts we were generating invalid Received: headers. svn path=/branches/BRANCH_6-3/; revision=4869
* Add.Matthias Andree2006-07-261-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4868
* Recommend uidl for POP3 keep setups.Matthias Andree2006-07-151-8/+8
| | | | svn path=/branches/BRANCH_6-3/; revision=4867
* Update Vietnamese translation.Matthias Andree2006-07-131-225/+94
| | | | svn path=/branches/BRANCH_6-3/; revision=4866
* update.Matthias Andree2006-07-071-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4864
* Add Doxygen comments to complement lock.h documentation.Matthias Andree2006-07-041-5/+5
| | | | svn path=/branches/BRANCH_6-3/; revision=4863
* If the lockfile ends before the process ID, treat it as stale and unlink it.Matthias Andree2006-07-042-4/+7
| | | | | | Reported by Justin Pryzby, Debian Bug #376603. svn path=/branches/BRANCH_6-3/; revision=4862
* Add documentation for Doxygen.Matthias Andree2006-07-041-1/+25
| | | | svn path=/branches/BRANCH_6-3/; revision=4861
* Add Doxyfile to allow generation of documentation with Dimitri Heesch's greatMatthias Andree2006-07-042-1/+1230
| | | | | | doxygen tool. Note though that the documentation is not yet complete. svn path=/branches/BRANCH_6-3/; revision=4860
* Add item.Matthias Andree2006-06-291-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4859
* Avoid compiling empty files, to avoid diagnostics from strict compilers.Matthias Andree2006-06-293-14/+54
| | | | svn path=/branches/BRANCH_6-3/; revision=4858
* add itemMatthias Andree2006-06-291-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4857
* Fix formatting/typo issue in multidrop documentation.Matthias Andree2006-06-291-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4856
* * When looking up ports for a service, the lookup succeeds and the Matthias Andree2006-06-282-1/+7
| | | | | | | | returned address family isn't IPv4 or IPv6, properly free the allocated memory from the service lookup. Found by Uli Zappe. * When looking up ports for a service, only look up TCP ports. svn path=/branches/BRANCH_6-3/; revision=4855
* Temporarily add this file for developers.Matthias Andree2006-06-281-0/+13
| | | | svn path=/branches/BRANCH_6-3/; revision=4854
* No longer stat rcfile if it's called -.Matthias Andree2006-06-122-3/+7
| | | | | | Fixes BerliOS bug #7858. svn path=/branches/BRANCH_6-3/; revision=4853
* POP3: some UID flags may not be set properly on UIDL lists. (Sunil Shetye)Matthias Andree2006-05-242-1/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4852
* Complain about fetchall in idle mode, too.Matthias Andree2006-05-211-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4851
* Complain about fetchall in idle mode, too.Matthias Andree2006-05-211-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4850
* UpdateMatthias Andree2006-05-212-257/+315
| | | | svn path=/branches/BRANCH_6-3/; revision=4849
* Explain what --idle does.Matthias Andree2006-05-211-3/+5
| | | | | | | State that the rcfile keyword was available before 6.0.0 and that fetchall was available since 3.0. svn path=/branches/BRANCH_6-3/; revision=4848
* * IMAP4 patch by Sunil Shetye:Matthias Andree2006-05-213-17/+24
| | | | | | | - do not depend on server updating RECENT counts at all - also enter IDLE loop when messages are present on the server. svn path=/branches/BRANCH_6-3/; revision=4847
* Clean out useless if() conditions, reindent and adjust a few comments.Matthias Andree2006-05-181-33/+35
| | | | svn path=/branches/BRANCH_6-3/; revision=4846
* Document user name restriction 'no blanks after AT SIGN'.Matthias Andree2006-05-181-0/+5
| | | | svn path=/branches/BRANCH_6-3/; revision=4845
* Revise --flush description, suggested by Frederic Marchal.Matthias Andree2006-05-172-9/+11
| | | | svn path=/branches/BRANCH_6-3/; revision=4844
* Revise UID_DELETED comment.Matthias Andree2006-05-171-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4843
* Make IMAP4 IDLE work on servers that do not update RECENT counts. Reported ↵Matthias Andree2006-05-152-3/+7
| | | | | | by Lars Tewes. svn path=/branches/BRANCH_6-3/; revision=4842
* Revise comments.Matthias Andree2006-05-152-3/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4841
* Add two missing comments.Matthias Andree2006-05-151-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4840
* * Improve KAME/getnameinfo.c portability to Linux libc5 systems. Matthias Andree2006-05-153-1/+35
| | | | | | | | | Based on a patch by Dan Fandrich. * Provide INET6 to KAME/getnameinfo.c (only useful on IPv6-enabled systems that lack getnameinfo, and there only visible in some Received: headers). Found by Dan Fandrich. svn path=/branches/BRANCH_6-3/; revision=4839
* Remove quotes from IMAP_ENABLE config.h comment.Matthias Andree2006-05-151-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4838
* Mention Debian Bug#361825 submitter.Matthias Andree2006-05-141-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4837
* In verbose mode, log every IP fetchmail tries to connect to, to avoidMatthias Andree2006-05-142-4/+39
| | | | | | | misleading the user. Suppress EAFNOSUPPORT errors from socket() call, too. Fixes Debian Bug #361825. svn path=/branches/BRANCH_6-3/; revision=4836
* Bump version.Matthias Andree2006-05-141-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4835
* Improve --with-gssapi auto detection for /usr-based GSSAPI installs.Matthias Andree2006-05-142-2/+10
| | | | | | Fix --with-gssapi builds for NetBSD 3.0. svn path=/branches/BRANCH_6-3/; revision=4834