aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Collapse)AuthorAgeFilesLines
* The default for --smtphost is now always "localhost" regardless ofMatthias Andree2005-11-101-7/+5
| | | | | | | | | authentication types and protocols, so as to simplify configurations for workstations where the SMTP daemon only listens on the loopback interface. Sunil Shetye & Matthias Andree svn path=/trunk/; revision=4410
* Unbreak --smtphost default, reported and different patch suggested byMatthias Andree2005-11-101-5/+7
| | | | | | Sunil Shetye. Broken since r4382 v6.2.9-rc7. svn path=/trunk/; revision=4402
* Use new host_fqdn() interface.Matthias Andree2005-10-301-1/+4
| | | | svn path=/trunk/; revision=4382
* Do not break some other process's lockfile in "-q" mode, but wait for Matthias Andree2005-10-301-3/+12
| | | | | | the other process's exit. svn path=/trunk/; revision=4377
* Bury on_exit() officially - hasn't worked since 6.0.0 or even longer.Matthias Andree2005-10-301-1/+1
| | | | svn path=/trunk/; revision=4373
* - make fetchmail --silent --quit really silent, Debian Bug #229014 by Matthias Andree2005-10-301-20/+32
| | | | | | | | | | | Dr. Andreas Krüger. - cleanup --quit handling again (so that --silent --quit just kills the existing daemon, rather than continue running), and document it more clearly. - Print an error message if multiple "defaults" records are found in the configuration file. svn path=/trunk/; revision=4372
* Fix display and documentation of --envelope option.Matthias Andree2005-09-221-2/+2
| | | | svn path=/trunk/; revision=4318
* Do not translate name of "Received" message header field.Matthias Andree2005-09-221-1/+1
| | | | svn path=/trunk/; revision=4316
* Revise error messages, suggested by Thomas Wolff.Matthias Andree2005-09-211-2/+2
| | | | svn path=/trunk/; revision=4305
* Fix "auth ntlm" to send AUTH NTLM (rather than AUTH MSN). Add "auth msn".Matthias Andree2005-09-201-0/+3
| | | | svn path=/trunk/; revision=4297
* Merge Sunil Shetye's --limitflush patch.Matthias Andree2005-09-171-1/+7
| | | | svn path=/trunk/; revision=4289
* Large protocol independence patch.Matthias Andree2005-08-281-28/+11
| | | | svn path=/trunk/; revision=4280
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-28/+19
| | | | svn path=/trunk/; revision=4219
* Define temporary variable with #ifdefs rather than using these inside a ↵Matthias Andree2005-08-011-3/+4
| | | | | | macro expansion. Based on a patch by Miloslav Trmac. svn path=/trunk/; revision=4211
* Kill alloca().Matthias Andree2005-07-311-1/+2
| | | | svn path=/trunk/; revision=4198
* INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required ↵Matthias Andree2005-07-301-11/+0
| | | | | | library is no longer available. svn path=/trunk/; revision=4192
* sprintf -> snprintf.Matthias Andree2005-07-301-23/+25
| | | | | | Consolidate compile-time option reporting, using a single printf(). svn path=/trunk/; revision=4190
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-301-1/+1
| | | | svn path=/trunk/; revision=4186
* Rename lock_release to fm_lock_release, to avoid namespace collision onMatthias Andree2005-07-231-2/+2
| | | | | | Darwin. NetBSD PR#28543 (pkg/28543). svn path=/trunk/; revision=4176
* Remove a check that is always true. Found by Nico Golde.Matthias Andree2005-07-231-7/+6
| | | | svn path=/trunk/; revision=4174
* Print a warning that running fetchmail as root is discouraged.Matthias Andree2005-07-201-0/+4
| | | | svn path=/trunk/; revision=4145
* Make tracepolls a server option, as documented. Fixes Debian bug #156094.Matthias Andree2005-07-181-2/+2
| | | | svn path=/trunk/; revision=4121
* Fix typo in 'Idle after poll is disabled' (used to be 'diabled'), reported byMatthias Andree2005-07-051-1/+1
| | | | | | Jakub Bogusz. svn path=/trunk/; revision=4093
* Plug one of the .netrc memory leaks.Matthias Andree2005-07-031-0/+1
| | | | svn path=/trunk/; revision=4087
* i18n fixes, cs.po updates, by Miloslav Trmac.Matthias Andree2005-07-031-43/+44
| | | | svn path=/trunk/; revision=4076
* Drop unused #include.Matthias Andree2005-07-031-1/+0
| | | | svn path=/trunk/; revision=4064
* Fix pluralization.Matthias Andree2005-04-271-1/+1
| | | | svn path=/trunk/; revision=4048
* Merge SuSE's fetchmail-6.2.5-implicit-declaration.patchMatthias Andree2005-04-251-0/+4
| | | | svn path=/trunk/; revision=4036
* Print warning if multidrop is configured, but not envelope option.Matthias Andree2005-04-131-3/+12
| | | | svn path=/trunk/; revision=4028
* Add a FIXME comment.Matthias Andree2005-03-191-0/+4
| | | | svn path=/trunk/; revision=4026
* Make iana_charset variable a const char * (was char *).Matthias Andree2004-11-081-1/+1
| | | | svn path=/trunk/; revision=3986
* Fix showdots parsing bug that maps preliminary to final flag values twice,Matthias Andree2004-11-081-9/+10
| | | | | | | trashing the setting when more than one server is configured. Patch submitted by Brian Candler. svn path=/trunk/; revision=3985
* Provide iana_charset, a normalized IANA charmap name.Matthias Andree2004-11-071-0/+11
| | | | svn path=/trunk/; revision=3980
* Fix miscellaneous warnings.Matthias Andree2004-10-201-7/+4
| | | | svn path=/trunk/; revision=3953
* Fix HESIOD compile failure on FreeBSD 5-CURRENT,Matthias Andree2004-06-201-0/+3
| | | | | | | | | | adding a new macro that is based on ac_caolan_search_package from the autoconf macro archive. Mention +HESIOD in fetchmail -V if compiled in. svn path=/trunk/; revision=3912
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-19/+19
| | | | svn path=/trunk/; revision=3901
* Sunil Shetye's fix for SSL configuration.Eric S. Raymond2004-01-131-2/+0
| | | | svn path=/trunk/; revision=3875
* Sunil's transaction patches.Eric S. Raymond2003-10-151-0/+25
| | | | svn path=/trunk/; revision=3858
* Better default for showdots.Eric S. Raymond2003-10-101-0/+2
| | | | svn path=/trunk/; revision=3842
* More minor fixes.Eric S. Raymond2003-08-131-0/+9
| | | | svn path=/trunk/; revision=3834
* First round ofmlong-delayed bug fixes.Eric S. Raymond2003-07-171-1/+1
| | | | svn path=/trunk/; revision=3814
* Ready to ship 6-2-0.Eric S. Raymond2002-12-131-15/+16
| | | | svn path=/trunk/; revision=3776
* Sunil's patch for the STARTTLS problem.Eric S. Raymond2002-11-281-1/+5
| | | | svn path=/trunk/; revision=3772
* Jan Klaverstijn's verbosity patch.Eric S. Raymond2002-10-311-1/+1
| | | | svn path=/trunk/; revision=3760
* Fix a minor bug reported by Matthias Andree.Eric S. Raymond2002-09-171-2/+3
| | | | svn path=/trunk/; revision=3722
* Default antispam code list to empy.Eric S. Raymond2002-09-091-7/+0
| | | | svn path=/trunk/; revision=3708
* Describe 550 better.Eric S. Raymond2002-09-041-2/+2
| | | | svn path=/trunk/; revision=3697
* Sunil Shetye's re-exec patch.Eric S. Raymond2002-09-041-17/+35
| | | | svn path=/trunk/; revision=3696
* Cygwin port fix.Eric S. Raymond2002-09-041-3/+3
| | | | svn path=/trunk/; revision=3692
* Refactor so we can use idle.c in the cookbook.Eric S. Raymond2002-08-261-0/+17
| | | | svn path=/trunk/; revision=3688