aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Collapse)AuthorAgeFilesLines
* Aded the `received' option.Eric S. Raymond1997-02-141-0/+4
| | | | svn path=/trunk/; revision=878
* Allow the smtphost option to set the host queried for by ETRN.Eric S. Raymond1997-02-131-3/+7
| | | | svn path=/trunk/; revision=875
* Ready for 3-4.Eric S. Raymond1997-02-131-0/+5
| | | | svn path=/trunk/; revision=872
* Trivalent options.Eric S. Raymond1997-02-111-7/+18
| | | | svn path=/trunk/; revision=864
* Typo fix.Eric S. Raymond1997-02-111-1/+1
| | | | svn path=/trunk/; revision=862
* Added RFC1985 ETRN support.Eric S. Raymond1997-02-101-1/+4
| | | | svn path=/trunk/; revision=861
* Various minor bugfixes.Eric S. Raymond1997-02-101-1/+1
| | | | svn path=/trunk/; revision=859
* Dave Bodenstab's fixes.Eric S. Raymond1997-02-021-1/+1
| | | | svn path=/trunk/; revision=855
* Add stripcr option.Eric S. Raymond1997-01-301-0/+7
| | | | svn path=/trunk/; revision=842
* Prevent a core-dump bug.Eric S. Raymond1997-01-301-1/+1
| | | | svn path=/trunk/; revision=840
* Correct the interface parsing.Eric S. Raymond1997-01-241-5/+0
| | | | svn path=/trunk/; revision=818
* Comment fix.Eric S. Raymond1997-01-231-1/+1
| | | | svn path=/trunk/; revision=809
* RPOP support is back.Eric S. Raymond1997-01-201-0/+11
| | | | svn path=/trunk/; revision=791
* George Sipe's monitor fixes.Eric S. Raymond1997-01-191-3/+14
| | | | svn path=/trunk/; revision=786
* Added dns/nodns.Eric S. Raymond1997-01-181-6/+10
| | | | svn path=/trunk/; revision=785
* Fix the second incanation of the HELO bug.Eric S. Raymond1997-01-171-5/+6
| | | | svn path=/trunk/; revision=782
* Philippe de Muyter's Motorola fixes.Eric S. Raymond1997-01-161-2/+2
| | | | svn path=/trunk/; revision=781
* The batchlimit option is now per user.Eric S. Raymond1997-01-141-10/+4
| | | | svn path=/trunk/; revision=764
* Change `interface' and `monitor' options to per-server.Eric S. Raymond1997-01-141-102/+71
| | | | svn path=/trunk/; revision=762
* Dynamic allocation for the query structure string entries.Eric S. Raymond1997-01-141-14/+11
| | | | svn path=/trunk/; revision=757
* Move as much stuff into server data as possible.Eric S. Raymond1997-01-141-6/+6
| | | | svn path=/trunk/; revision=756
* Gather all server data into a restorable structure.Eric S. Raymond1997-01-131-44/+44
| | | | svn path=/trunk/; revision=754
* Fix --quit uin root mode bug.Eric S. Raymond1997-01-131-9/+11
| | | | svn path=/trunk/; revision=750
* Solaris portability.Eric S. Raymond1997-01-101-0/+4
| | | | svn path=/trunk/; revision=738
* Don't infinite-loop in defaults.Eric S. Raymond1997-01-101-1/+1
| | | | svn path=/trunk/; revision=732
* Added localdomains option.Eric S. Raymond1997-01-091-0/+9
| | | | svn path=/trunk/; revision=724
* Added the preconnect feature.Eric S. Raymond1997-01-081-0/+4
| | | | svn path=/trunk/; revision=719
* Add netrc parsing.Eric S. Raymond1997-01-071-6/+31
| | | | svn path=/trunk/; revision=715
* Dave Bodenstab's error changes.Eric S. Raymond1996-12-301-9/+25
| | | | svn path=/trunk/; revision=705
* After George Sipe's changes.Eric S. Raymond1996-12-291-8/+12
| | | | svn path=/trunk/; revision=704
* Support interface check in foreground as well as daemon mode.Eric S. Raymond1996-12-261-7/+13
| | | | svn path=/trunk/; revision=697
* Slight message improvements.Eric S. Raymond1996-12-251-5/+4
| | | | svn path=/trunk/; revision=693
* 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