aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Collapse)AuthorAgeFilesLines
* George Sipe's patch.Eric S. Raymond1996-12-241-49/+53
| | | | svn path=/trunk/; revision=684
* Remove some NExT-specific cruft.Eric S. Raymond1996-12-231-4/+0
| | | | svn path=/trunk/; revision=680
* Add dumping for -I, -M.Eric S. Raymond1996-12-231-1/+9
| | | | svn path=/trunk/; revision=676
* Eliminate ^ syntax.Eric S. Raymond1996-12-231-7/+0
| | | | svn path=/trunk/; revision=675
* Change lockfile location.Eric S. Raymond1996-12-231-5/+2
| | | | svn path=/trunk/; revision=674
* Introduced George Sipe's -I and -M options.Eric S. Raymond1996-12-231-0/+36
| | | | svn path=/trunk/; revision=673
* Added `fetchlimit'.Eric S. Raymond1996-12-181-2/+9
| | | | svn path=/trunk/; revision=657
* Eliminate openmailpipe and closemailpipe.Eric S. Raymond1996-12-171-108/+2
| | | | svn path=/trunk/; revision=648
* SIGHUP -> SIGUSR1.Eric S. Raymond1996-12-171-5/+5
| | | | svn path=/trunk/; revision=647
* More through error conversion.Eric S. Raymond1996-12-171-1/+1
| | | | svn path=/trunk/; revision=644
* Use error() for messages almost everywhere.Eric S. Raymond1996-12-171-13/+19
| | | | svn path=/trunk/; revision=636
* Document a couple common misconfigurations.Eric S. Raymond1996-12-161-5/+15
| | | | svn path=/trunk/; revision=630
* Changes for NEXTSTEP.Eric S. Raymond1996-12-111-0/+4
| | | | svn path=/trunk/; revision=626
* Added the `envelope' option.Eric S. Raymond1996-12-091-4/+11
| | | | svn path=/trunk/; revision=615
* Added an error message.Eric S. Raymond1996-12-071-0/+4
| | | | svn path=/trunk/; revision=614
* Fix the SIGCLD snafu.Eric S. Raymond1996-12-071-0/+3
| | | | svn path=/trunk/; revision=613
* Autocinfigure for herror.Eric S. Raymond1996-12-051-0/+2
| | | | svn path=/trunk/; revision=601
* Fix a search loop.Eric S. Raymond1996-12-051-1/+1
| | | | svn path=/trunk/; revision=599
* Include alloca.h when you have it.Eric S. Raymond1996-12-031-0/+3
| | | | svn path=/trunk/; revision=596
* Need this for EGETUNREACH.Eric S. Raymond1996-12-021-0/+1
| | | | svn path=/trunk/; revision=591
* Make the no-config-file case work correctly again.Eric S. Raymond1996-11-301-1/+1
| | | | svn path=/trunk/; revision=587
* Change name of string-saver functions.Eric S. Raymond1996-11-281-3/+3
| | | | svn path=/trunk/; revision=584
* Abolish servername mamber, go to servernames list.Eric S. Raymond1996-11-281-13/+13
| | | | svn path=/trunk/; revision=582
* Include user name in saved UID associations.Eric S. Raymond1996-11-281-1/+1
| | | | svn path=/trunk/; revision=579
* Added the wildcard option.Eric S. Raymond1996-11-271-0/+4
| | | | svn path=/trunk/; revision=575
* Added `logfile' keyword to rc syntax.Eric S. Raymond1996-11-271-0/+5
| | | | svn path=/trunk/; revision=571
* Correct MDA return status check.Eric S. Raymond1996-11-211-1/+1
| | | | svn path=/trunk/; revision=569
* Better error messages.Eric S. Raymond1996-11-211-4/+9
| | | | svn path=/trunk/; revision=568
* Better initialization error message.Eric S. Raymond1996-11-211-1/+5
| | | | svn path=/trunk/; revision=567
* We can dump server aliases now.Eric S. Raymond1996-11-201-1/+9
| | | | svn path=/trunk/; revision=565
* Caching via aka list.Eric S. Raymond1996-11-201-5/+16
| | | | svn path=/trunk/; revision=563
* General cleanup for 2.0 release.Eric S. Raymond1996-11-161-0/+5
| | | | svn path=/trunk/; revision=547
* Include Cameron McPherson's patch for handling multi-line SMTP responses.Eric S. Raymond1996-11-161-0/+1
| | | | svn path=/trunk/; revision=545
* Fix Ville Eeerola's bug.Eric S. Raymond1996-11-131-1/+1
| | | | svn path=/trunk/; revision=536
* Fix Jesse Thilo's bug.Eric S. Raymond1996-11-111-1/+1
| | | | svn path=/trunk/; revision=533
* Better option dumping.Eric S. Raymond1996-11-111-1/+3
| | | | svn path=/trunk/; revision=531
* Eliminate the most common configuration error.Eric S. Raymond1996-11-111-11/+16
| | | | svn path=/trunk/; revision=530
* Arrange for command-line set of batchlimit.Eric S. Raymond1996-11-091-0/+5
| | | | svn path=/trunk/; revision=525
* We no longer attempt delivery to multidrop mailboxes in the presenceEric S. Raymond1996-11-081-27/+27
| | | | | | of DNS errors. svn path=/trunk/; revision=519
* Prototypes everywhere.Eric S. Raymond1996-11-081-21/+9
| | | | svn path=/trunk/; revision=515
* Reset batchcount before each poll cycle.Eric S. Raymond1996-11-081-0/+1
| | | | svn path=/trunk/; revision=514
* We can now work with any bind library.Eric S. Raymond1996-11-081-6/+8
| | | | svn path=/trunk/; revision=504
* Implement batchlimit option.Eric S. Raymond1996-11-081-9/+11
| | | | svn path=/trunk/; revision=503
* Ready to ship.Eric S. Raymond1996-11-061-1/+1
| | | | svn path=/trunk/; revision=498
* Removed an unnecessary layer of indirection.Eric S. Raymond1996-11-061-1/+1
| | | | svn path=/trunk/; revision=495
* Split RFC822-bashing code out of the driver.Eric S. Raymond1996-11-061-1/+7
| | | | svn path=/trunk/; revision=492
* Correct setting of implicitmode.Eric S. Raymond1996-11-061-3/+6
| | | | svn path=/trunk/; revision=489
* Typo fix.Eric S. Raymond1996-11-041-1/+1
| | | | svn path=/trunk/; revision=473
* Close SMTP sockets after each poll cycle to avoid MTA timeouts.Eric S. Raymond1996-11-041-0/+15
| | | | svn path=/trunk/; revision=472
* No longer necessary for fetchmail to abort after failed socket opens.Eric S. Raymond1996-11-011-29/+1
| | | | svn path=/trunk/; revision=466