aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Fix SIGHUP behavior, broken since 5.9.13 (r3692).Matthias Andree2006-07-311-0/+7
| | | | svn path=/branches/BRANCH_6-3/; revision=4871
* If the lockfile ends before the process ID, treat it as stale and unlink it.Matthias Andree2006-07-041-0/+2
| | | | | | Reported by Justin Pryzby, Debian Bug #376603. svn path=/branches/BRANCH_6-3/; revision=4862
* Avoid compiling empty files, to avoid diagnostics from strict compilers.Matthias Andree2006-06-291-3/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4858
* * When looking up ports for a service, the lookup succeeds and the Matthias Andree2006-06-281-0/+4
| | | | | | | | 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
* No longer stat rcfile if it's called -.Matthias Andree2006-06-121-0/+3
| | | | | | 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-241-0/+1
| | | | 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
* * IMAP4 patch by Sunil Shetye:Matthias Andree2006-05-211-0/+3
| | | | | | | - 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
* Revise --flush description, suggested by Frederic Marchal.Matthias Andree2006-05-171-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4844
* Make IMAP4 IDLE work on servers that do not update RECENT counts. Reported ↵Matthias Andree2006-05-151-0/+2
| | | | | | by Lars Tewes. svn path=/branches/BRANCH_6-3/; revision=4842
* * Improve KAME/getnameinfo.c portability to Linux libc5 systems. Matthias Andree2006-05-151-0/+5
| | | | | | | | | 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
* 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-141-0/+3
| | | | | | | misleading the user. Suppress EAFNOSUPPORT errors from socket() call, too. Fixes Debian Bug #361825. svn path=/branches/BRANCH_6-3/; revision=4836
* Improve --with-gssapi auto detection for /usr-based GSSAPI installs.Matthias Andree2006-05-141-0/+2
| | | | | | Fix --with-gssapi builds for NetBSD 3.0. svn path=/branches/BRANCH_6-3/; revision=4834
* If krb5-config provides gssapi library information, use that rather than ↵Matthias Andree2006-05-141-0/+2
| | | | | | guessing. svn path=/branches/BRANCH_6-3/; revision=4833
* Support Kerberos installations where krb5.h and perhaps roken.h are in ↵Matthias Andree2006-05-141-0/+2
| | | | | | | | .../include/krb5. Taken from NetBSD portable packages collection patch-ae. svn path=/branches/BRANCH_6-3/; revision=4832
* Configure prints a warning (but proceeds) if Kerberos IV support is enabled.Matthias Andree2006-05-141-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4831
* Fix des_pcbc_encrypt compile warnings in kerberos.c line 246.Matthias Andree2006-05-141-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4830
* Drop #include <com_err.h> from Kerberos 5 header file, fixes compile error ↵Matthias Andree2006-05-141-0/+2
| | | | | | on SUSE Linux 10.0. svn path=/branches/BRANCH_6-3/; revision=4829
* On NetBSD, link against -lroken -lcom_err if --with-kerberos is enabled.Matthias Andree2006-05-141-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4828
* Mark Kerberos IV obsolete.Matthias Andree2006-05-141-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4827
* Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes Matthias Andree2006-05-121-0/+4
| | | | | | NetBSD portable packages collection patch-ah, patch-ai and patch-aj. svn path=/branches/BRANCH_6-3/; revision=4826
* When using NTLM authentication, use regular IMAP response code handler after Matthias Andree2006-05-121-0/+3
| | | | | | | completing NTLM handshake, for robustness and consistency. Taken from the NetBSD portable packages collection, patch-ac. svn path=/branches/BRANCH_6-3/; revision=4825
* For protocols such as IMAP that are not delimited by "." lines, truncateMatthias Andree2006-05-121-0/+6
| | | | | | | | | the input buffer when the message has been completely read, to avoid taking trailing garbage into the message if the terminal CRLF is missing. Fixes Debian Bug#312415. (Patch suggested by Mike Jones, Manchester Univ.). svn path=/branches/BRANCH_6-3/; revision=4824
* Revise Received: format requirement notice.Matthias Andree2006-05-121-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4823
* Update Russian and Vietnamese translations.Matthias Andree2006-05-041-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4814
* Mark Received envelope parsing obsolete.Matthias Andree2006-05-041-0/+7
| | | | svn path=/branches/BRANCH_6-3/; revision=4813
* PopDel.py was revised by Joshua Crawford to display the From: address and Matthias Andree2006-04-271-1/+8
| | | | | | | list every email, even if it has no Subject: header; and not delete the wrong message in the presence of mail without Subject: headers. svn path=/branches/BRANCH_6-3/; revision=4809
* Clarify that 'aka' will remain after DNS alias deprecation.Matthias Andree2006-04-191-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4806
* Mark fetchmail 6.3.4 released.Matthias Andree2006-04-141-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4804
* Correct daemon (which isn't translated into French). (Stéphane Schildknecht)Matthias Andree2006-04-141-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4800
* Minor revision of French translation after comments from Luc Pionchon.Matthias Andree2006-04-141-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4797
* Updated French descriptions for the .spec file (Stéphane Schildknecht)Matthias Andree2006-04-141-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4795
* Update Japanese translation.Matthias Andree2006-04-131-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4794
* specgen.sh converted to UTF-8 to support future translations.Matthias Andree2006-04-111-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4791
* Add new Vietnamese [vi] translation by Clytie Siddall.Matthias Andree2006-04-101-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4788
* Add note about empty files not being ISO-C compliant.Matthias Andree2006-04-091-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4786
* Update Polish Translation (Jakub Bogusz).Matthias Andree2006-04-071-0/+4
| | | | svn path=/branches/BRANCH_6-3/; revision=4785
* * SSL/TLS: if, for a certain server, an sslfingerprint is specified and Matthias Andree2006-04-061-0/+5
| | | | | | | | | sslcertck is NOT set, suppress printing SSL certificate mismatch errors. (Reported by Hannes Erven.) * SSL/TLS: always print if the sslfingerprint mismatches, even in silent mode. (This is for consistency with certificate verification errors.) svn path=/branches/BRANCH_6-3/; revision=4781
* set no bouncemail now also prevents 'General SMTP/ESMTP error.' bounces.Matthias Andree2006-04-041-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4780
* Add SF.net #780933.Matthias Andree2006-04-031-6/+9
| | | | svn path=/branches/BRANCH_6-3/; revision=4777
* Add pidfile option, requested by Héctor García.Matthias Andree2006-04-021-0/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=4770
* a few more type fixes for report/snprintf, patch by Miloslav Trmac.Matthias Andree2006-04-011-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4767
* lexer: add %option noyywrap to avoid link errors about missing yywrap().Matthias Andree2006-04-011-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4765
* Add folder information to headers in tracepoll mode. Matthias Andree2006-04-011-1/+1
| | | | | | Reported by Terry Brown. svn path=/branches/BRANCH_6-3/; revision=4764
* Miloslav Trmac: Fix res_search autodetection.Matthias Andree2006-04-011-0/+7
| | | | svn path=/branches/BRANCH_6-3/; revision=4763
* Release slipped by a day. Correct date.Matthias Andree2006-03-301-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4758
* Mark released and document known bug.Matthias Andree2006-03-291-1/+7
| | | | svn path=/branches/BRANCH_6-3/; revision=4757
* Add Vladimir's name.Matthias Andree2006-03-291-3/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4756
* Revise ai_canonname workaround comment.Matthias Andree2006-03-211-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4752