aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Document expected Received: line format when parsing for envelope addressees.Matthias Andree2007-03-171-2/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5052
* Add delete-later, kindly donated by Carsten Ralle/Yoo GmbH, Germany.Matthias Andree2007-03-171-0/+5
| | | | svn path=/branches/BRANCH_6-3/; revision=5051
* * Extend --mda documentation, discourage use of qmail-inject. Matthias Andree2007-03-161-0/+6
| | | | | | | | Based on a patch by Rob MacGregor. * Document SOCKS is not run-time configurable. Patch by Rob MacGregor. * Use envelope option in multidrop example. Patch by Rob MacGregor. svn path=/branches/BRANCH_6-3/; revision=5048
* Fix rendering of the "24 - 26, 28, 29" paragraph in the exit codes section.Matthias Andree2007-03-081-0/+2
| | | | | | Reported by Nico Golde. svn path=/branches/BRANCH_6-3/; revision=5047
* Reformat.Matthias Andree2007-03-041-3/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5046
* Repoll immediately if a protocol error happens during the authenticationMatthias Andree2007-03-021-0/+3
| | | | | | | attempt after a failed opportunistic TLS upgrade. Gentoo Bug #163782 comment #9, reported by Takuto Matsuu. svn path=/branches/BRANCH_6-3/; revision=5044
* Fix manual page: --sslcheck -> --sslcertck, and do not set trailingMatthias Andree2007-03-021-0/+2
| | | | | | "recommended:" in bold. Debian Bug #413059, reported by Rafal Czlonka. svn path=/branches/BRANCH_6-3/; revision=5043
* Back out --smtp list from bouncing. Sunil reports that this may require AUTH ↵Matthias Andree2007-02-241-3/+1
| | | | | | or other precautions, as it's relaying to the outside. svn path=/branches/BRANCH_6-3/; revision=5042
* Try --smtp list when bouncing. Reported by Christian Kurz, Debian Bug #150137.Matthias Andree2007-02-211-1/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=5041
* Fix pluralization in oversized-messages warning.Matthias Andree2007-02-181-12/+19
| | | | svn path=/branches/BRANCH_6-3/; revision=5039
* Mark 6.3.7 released today, 2007-02-18.Matthias Andree2007-02-181-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5036
* Reference Gentoo bug for TLS regression, too.Matthias Andree2007-02-181-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=5031
* Whitelist Darwin 9 (MacOS X 10.5 'Leopard') with a thread-safe getaddrinfo().Matthias Andree2007-02-041-0/+4
| | | | | | Reported by Uli Zappe. svn path=/branches/BRANCH_6-3/; revision=5028
* Fix 6.3.6 regression: repoll upon socket error after STLS failure.Matthias Andree2007-02-031-2/+4
| | | | | | Berlios Bug #10133, reported by Andrej Kacian. svn path=/branches/BRANCH_6-3/; revision=5022
* Add Miloslav Trmac's patch to fix KPOP regression in 6.3.6.Matthias Andree2007-02-021-17/+26
| | | | svn path=/branches/BRANCH_6-3/; revision=5020
* r6396@balu: mandree | 2007-01-06 09:45:01 +0100Matthias Andree2007-01-061-1/+1
| | | | | | Fix typo, only change -> only safe. svn path=/branches/BRANCH_6-3/; revision=5014
* r5008@balu: mandree | 2007-01-04 00:24:58 +0100Matthias Andree2007-01-041-64/+73
| | | | | | Revise general and 6.3.6 sections for clarity. svn path=/branches/BRANCH_6-3/; revision=5005
* Document that the logfile option does not detect logfile rotation.Matthias Andree2006-12-281-20/+22
| | | | | | Revise a bit to be clearer and more precise. svn path=/branches/BRANCH_6-3/; revision=5003
* * When HOME and FETCHMAILHOME are unset, be sure to copy user databaseMatthias Andree2006-12-191-0/+2
| | | | | | information, lest it be overwritten later. Patch by Jim Correia. svn path=/branches/BRANCH_6-3/; revision=5001
* * When requesting Kerberos V4, V5 or GSSAPI, complain and exit with syntax errorMatthias Andree2006-12-191-0/+5
| | | | | | | | | if any of these requested features has not been compiled in. Reported by Isaac Wilcox. * --version will now add +KRB4 or +KRB5 if Kerberos v4 or v5, respectively, have been compiled in. Reported by Isaac Wilcox. svn path=/branches/BRANCH_6-3/; revision=4995
* Fix Debian Bug#400950, certificate CN overrides --user option. Now it's only aMatthias Andree2006-12-181-1/+7
| | | | | | default and --user takes precedence. svn path=/branches/BRANCH_6-3/; revision=4994
* Revise a bit for clarity.Matthias Andree2006-12-161-4/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=4993
* Drop PS_TRUNCATED (27), which is never returned.Matthias Andree2006-12-161-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4991
* Patch by Sunil Shetye:Matthias Andree2006-12-161-0/+3
| | | | | | | Track IDLE start time for IMAP, some servers do not reset their internal counters when sending information asynchronously. svn path=/branches/BRANCH_6-3/; revision=4990
* Remove excess no-op strcpy() after strdup() found by Andreas Krennmair.Matthias Andree2006-12-121-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4989
* Fix crash on systems that do not provide strdup() in out-of-memory conditions.Matthias Andree2006-12-121-0/+2
| | | | | | Patch by Andreas Krennmair. svn path=/branches/BRANCH_6-3/; revision=4988
* Call res_init() at the beginning of the poll, if the computer has res_search().Matthias Andree2006-12-081-0/+6
| | | | | | | | This is supposed to re-read /etc/resolv.conf in order to pick up changes made by dhcpcd, dhclient, pppd, openvpn or similar. To fix Debian Bug #389270 (DNS errors in daemon mode) and others. svn path=/branches/BRANCH_6-3/; revision=4986
* Remove reference of exit code 15 to IMAP IDLE.Matthias Andree2006-11-291-0/+5
| | | | | | Reported by Isaac Wilcox. svn path=/branches/BRANCH_6-3/; revision=4981
* Detail on missed CAPA probes.Matthias Andree2006-11-291-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4979
* Detail on missing CAPA probes.Matthias Andree2006-11-291-1/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4978
* Bump version.Matthias Andree2006-11-271-10/+25
| | | | svn path=/branches/BRANCH_6-3/; revision=4971
* Update to 6.3.6-rc3.Matthias Andree2006-11-231-3/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4961
* Mention translation updates.Matthias Andree2006-11-191-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4949
* Promote regression fix to a security fix.Matthias Andree2006-11-191-9/+9
| | | | | | Reword TLS security fix. svn path=/branches/BRANCH_6-3/; revision=4947
* Support lockfiles in non-writable directories.Matthias Andree2006-11-191-0/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4946
* Fix regression from 6.3.4 that crashes fetchmail --mda FOO when encounteringMatthias Andree2006-11-141-0/+3
| | | | | | | malformed message. Report by Neil Hoggart (also closes BerliOS bugs #9364, #9412, #9449). svn path=/branches/BRANCH_6-3/; revision=4940
* Update.Matthias Andree2006-11-121-2/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4937
* New en_GB (British English) translation by David Lodge.Matthias Andree2006-11-121-0/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4932
* Fix TLS issue: fail if sslfingerprint, sslproto tls1 or sslcertck are ↵Matthias Andree2006-11-121-9/+17
| | | | | | configured and STARTTLS fails. Only by omitting all of these options, fetchmail will try opportunistic TLS. svn path=/branches/BRANCH_6-3/; revision=4929
* Snapshot 6.3.6-rc1.Matthias Andree2006-11-011-0/+5
| | | | svn path=/branches/BRANCH_6-3/; revision=4925
* Repair --logfile, broken in 6.3.5. BerliOS Bug #9059,Matthias Andree2006-10-101-1/+7
| | | | | | reported by Brian Harring. svn path=/branches/BRANCH_6-3/; revision=4923
* Release 6.3.5.Matthias Andree2006-10-091-1/+6
| | | | svn path=/branches/BRANCH_6-3/; revision=4920
* When the server name cannot be canonicalized, log the gai_strerror value.Matthias Andree2006-09-261-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4916
* SSL_CTX handling fix by Miloslav Trmac (Red Hat),Matthias Andree2006-09-251-0/+3
| | | | | | fixes growing SSL certpaths without bounds (Red Hat Bug #206346). svn path=/branches/BRANCH_6-3/; revision=4912
* When going to sleep, log for how long.Matthias Andree2006-09-251-0/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4910
* Update Spanish translation, by Héctor García Álvarez (Debian).Matthias Andree2006-09-161-1/+1
| | | | svn path=/branches/BRANCH_6-3/; revision=4909
* Avoid crash in env.c/host_fqdn if we cannot canonicalize our own hostname.Matthias Andree2006-09-041-0/+2
| | | | | | Reported by Alexander Holler. svn path=/branches/BRANCH_6-3/; revision=4908
* Update Catalan translation, courtesy of Ernest Adrogué Calveras.Matthias Andree2006-08-311-2/+3
| | | | svn path=/branches/BRANCH_6-3/; revision=4904
* Update translations.Matthias Andree2006-08-301-1/+2
| | | | svn path=/branches/BRANCH_6-3/; revision=4903
* Add IMAP AUTH=EXTERNAL support. BerliOS Patch #1095.Matthias Andree2006-08-141-0/+4
| | | | | | | Courtesy of Götz 'nimrill' Babin-Ebell. This patch also makes --sslproto arguments case insensitive. svn path=/branches/BRANCH_6-3/; revision=4896