aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* When trying to connect or upon connection failure, log the numeric service po...Matthias Andree2006-08-012-4/+8
* Keep all non-error syslog messages on one line per downloaded message.Matthias Andree2006-08-012-5/+4
* When connect()ing fails, log host and service as well.Matthias Andree2006-08-012-1/+3
* Document PYTHON=: override, add a hint to shell argument passing.Matthias Andree2006-07-311-2/+9
* Fix SIGHUP behavior, broken since 5.9.13 (r3692).Matthias Andree2006-07-312-1/+8
* Revise the daemon/wake-up documentation so it contains the work fragment Matthias Andree2006-07-311-32/+34
* Detect write errors when stuffing delimiter line between header and body.Matthias Andree2006-07-311-5/+8
* Add.Matthias Andree2006-07-261-0/+2
* Recommend uidl for POP3 keep setups.Matthias Andree2006-07-151-8/+8
* Update Vietnamese translation.Matthias Andree2006-07-131-225/+94
* update.Matthias Andree2006-07-071-0/+1
* Add Doxygen comments to complement lock.h documentation.Matthias Andree2006-07-041-5/+5
* If the lockfile ends before the process ID, treat it as stale and unlink it.Matthias Andree2006-07-042-4/+7
* Add documentation for Doxygen.Matthias Andree2006-07-041-1/+25
* Add Doxyfile to allow generation of documentation with Dimitri Heesch's greatMatthias Andree2006-07-042-1/+1230
* Add item.Matthias Andree2006-06-291-0/+1
* Avoid compiling empty files, to avoid diagnostics from strict compilers.Matthias Andree2006-06-293-14/+54
* add itemMatthias Andree2006-06-291-0/+3
* Fix formatting/typo issue in multidrop documentation.Matthias Andree2006-06-291-1/+1
* * When looking up ports for a service, the lookup succeeds and the Matthias Andree2006-06-282-1/+7
* Temporarily add this file for developers.Matthias Andree2006-06-281-0/+13
* No longer stat rcfile if it's called -.Matthias Andree2006-06-122-3/+7
* POP3: some UID flags may not be set properly on UIDL lists. (Sunil Shetye)Matthias Andree2006-05-242-1/+3
* Complain about fetchall in idle mode, too.Matthias Andree2006-05-211-0/+1
* Complain about fetchall in idle mode, too.Matthias Andree2006-05-211-2/+2
* UpdateMatthias Andree2006-05-212-257/+315
* Explain what --idle does.Matthias Andree2006-05-211-3/+5
* * IMAP4 patch by Sunil Shetye:Matthias Andree2006-05-213-17/+24
* Clean out useless if() conditions, reindent and adjust a few comments.Matthias Andree2006-05-181-33/+35
* Document user name restriction 'no blanks after AT SIGN'.Matthias Andree2006-05-181-0/+5
* Revise --flush description, suggested by Frederic Marchal.Matthias Andree2006-05-172-9/+11
* Revise UID_DELETED comment.Matthias Andree2006-05-171-2/+2
* Make IMAP4 IDLE work on servers that do not update RECENT counts. Reported by...Matthias Andree2006-05-152-3/+7
* Revise comments.Matthias Andree2006-05-152-3/+3
* Add two missing comments.Matthias Andree2006-05-151-2/+2
* * Improve KAME/getnameinfo.c portability to Linux libc5 systems. Matthias Andree2006-05-153-1/+35
* Remove quotes from IMAP_ENABLE config.h comment.Matthias Andree2006-05-151-1/+1
* Mention Debian Bug#361825 submitter.Matthias Andree2006-05-141-1/+1
* In verbose mode, log every IP fetchmail tries to connect to, to avoidMatthias Andree2006-05-142-4/+39
* Bump version.Matthias Andree2006-05-141-1/+1
* Improve --with-gssapi auto detection for /usr-based GSSAPI installs.Matthias Andree2006-05-142-2/+10
* If krb5-config provides gssapi library information, use that rather than gues...Matthias Andree2006-05-142-15/+27
* Support Kerberos installations where krb5.h and perhaps roken.h are in .../in...Matthias Andree2006-05-142-2/+5
* Configure prints a warning (but proceeds) if Kerberos IV support is enabled.Matthias Andree2006-05-142-0/+2
* Fix des_pcbc_encrypt compile warnings in kerberos.c line 246.Matthias Andree2006-05-142-2/+3
* Drop #include <com_err.h> from Kerberos 5 header file, fixes compile error on...Matthias Andree2006-05-142-1/+3
* On NetBSD, link against -lroken -lcom_err if --with-kerberos is enabled.Matthias Andree2006-05-142-1/+5
* Mark Kerberos IV obsolete.Matthias Andree2006-05-141-0/+1
* Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes Matthias Andree2006-05-124-15/+19
* When using NTLM authentication, use regular IMAP response code handler after Matthias Andree2006-05-122-4/+5