aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Collapse)AuthorAgeFilesLines
* Philippe de Muyter's port patches.Eric S. Raymond1998-02-111-0/+2
| | | | svn path=/trunk/; revision=1616
* Almost ready to release.Eric S. Raymond1998-01-201-1/+1
| | | | svn path=/trunk/; revision=1598
* Better behavior in absence of bind library.Eric S. Raymond1998-01-181-10/+9
| | | | svn path=/trunk/; revision=1595
* Added smtpaddress option.Eric S. Raymond1998-01-181-0/+4
| | | | svn path=/trunk/; revision=1592
* Scott Burson's USER hack.Eric S. Raymond1998-01-171-11/+5
| | | | svn path=/trunk/; revision=1583
* GSSAPI support.Eric S. Raymond1997-12-151-2/+3
| | | | svn path=/trunk/; revision=1569
* Cleanup of numeric option handling.Eric S. Raymond1997-12-141-4/+4
| | | | svn path=/trunk/; revision=1568
* Dead & redundant code removal.Eric S. Raymond1997-12-141-3/+0
| | | | svn path=/trunk/; revision=1567
* Allow multidrop to be handled if all sites have `no dns' on.Eric S. Raymond1997-12-011-1/+1
| | | | svn path=/trunk/; revision=1552
* Sent to Gunther Leber.Eric S. Raymond1997-12-011-1/+4
| | | | svn path=/trunk/; revision=1549
* Correction to awakening logic.Eric S. Raymond1997-12-011-1/+1
| | | | svn path=/trunk/; revision=1547
* Added Greg Stark's quitmode feature.Eric S. Raymond1997-11-281-5/+9
| | | | svn path=/trunk/; revision=1542
* Sent this to Gunther Leber.Eric S. Raymond1997-11-281-1/+0
| | | | svn path=/trunk/; revision=1541
* Various minor bug fixes.Eric S. Raymond1997-10-271-0/+5
| | | | svn path=/trunk/; revision=1530
* Narrow the error() interface.Eric S. Raymond1997-10-211-2/+2
| | | | svn path=/trunk/; revision=1526
* Luca's bug fixes.Eric S. Raymond1997-10-171-0/+5
| | | | svn path=/trunk/; revision=1522
* Use UDP for DNS queries to avoid diald problems.Eric S. Raymond1997-10-141-2/+12
| | | | svn path=/trunk/; revision=1511
* Added envelope-skip feature.Eric S. Raymond1997-10-131-0/+6
| | | | svn path=/trunk/; revision=1509
* Fix ETRN mode.Eric S. Raymond1997-10-131-2/+7
| | | | svn path=/trunk/; revision=1507
* Added the --invisible option.Eric S. Raymond1997-10-081-0/+2
| | | | svn path=/trunk/; revision=1492
* Port fixes.Eric S. Raymond1997-10-081-0/+4
| | | | svn path=/trunk/; revision=1489
* Enable conditioning out of POP3, IMAP, ETRN.Eric S. Raymond1997-10-041-3/+40
| | | | svn path=/trunk/; revision=1477
* Have dump_params notice when syslog is on.Eric S. Raymond1997-10-041-0/+4
| | | | svn path=/trunk/; revision=1475
* More report tweaks.Eric S. Raymond1997-10-011-3/+8
| | | | svn path=/trunk/; revision=1462
* Regroup multidrop options.Eric S. Raymond1997-10-011-22/+25
| | | | svn path=/trunk/; revision=1461
* Indicate the compiled-in features.Eric S. Raymond1997-09-301-1/+8
| | | | svn path=/trunk/; revision=1449
* Closer control of interrupts.Eric S. Raymond1997-09-281-13/+25
| | | | svn path=/trunk/; revision=1431
* Added --expunge option for Richard Kooidjman.Eric S. Raymond1997-09-281-2/+9
| | | | svn path=/trunk/; revision=1430
* Compilation cleanups.Eric S. Raymond1997-09-191-2/+2
| | | | svn path=/trunk/; revision=1374
* More portation changes.Eric S. Raymond1997-09-171-4/+0
| | | | svn path=/trunk/; revision=1362
* improved ETRN handling.Eric S. Raymond1997-09-161-2/+2
| | | | svn path=/trunk/; revision=1358
* Autoconfigure correctly for SunOS boxes.Eric S. Raymond1997-09-161-1/+1
| | | | svn path=/trunk/; revision=1355
* Fall back on localhost.Eric S. Raymond1997-09-051-0/+1
| | | | svn path=/trunk/; revision=1307
* Have AUTO mode croak on SMTP error.Eric S. Raymond1997-09-051-1/+1
| | | | svn path=/trunk/; revision=1306
* UID fix.Eric S. Raymond1997-09-031-4/+4
| | | | svn path=/trunk/; revision=1278
* Ready for release.Eric S. Raymond1997-08-161-4/+0
| | | | svn path=/trunk/; revision=1273
* KPOP mode needs the remotename.Eric S. Raymond1997-08-131-1/+0
| | | | svn path=/trunk/; revision=1269
* KPOP mode needs the remotename.Eric S. Raymond1997-08-131-15/+16
| | | | svn path=/trunk/; revision=1268
* Add uname -a to debugging output.Eric S. Raymond1997-08-101-0/+5
| | | | svn path=/trunk/; revision=1259
* Another fix or the ISC port.Eric S. Raymond1997-08-081-3/+3
| | | | svn path=/trunk/; revision=1249
* Interactive UNIX System V/386 Release 3.2 port.Eric S. Raymond1997-08-071-1/+10
| | | | svn path=/trunk/; revision=1245
* Fixed Bill Powers's uid bug.Eric S. Raymond1997-08-061-24/+27
| | | | svn path=/trunk/; revision=1240
* Interval cleanup.Eric S. Raymond1997-08-041-12/+13
| | | | svn path=/trunk/; revision=1227
* Added `postconnect'.Eric S. Raymond1997-08-041-2/+8
| | | | svn path=/trunk/; revision=1226
* Simplify the computation of truename.Eric S. Raymond1997-07-311-28/+25
| | | | svn path=/trunk/; revision=1209
* Break the pollname out of the names list.Eric S. Raymond1997-07-301-15/+16
| | | | svn path=/trunk/; revision=1207
* Try to fix the HELO NULL bug.Eric S. Raymond1997-07-301-7/+31
| | | | svn path=/trunk/; revision=1202
* Added the dropstatus option.Eric S. Raymond1997-07-281-0/+4
| | | | svn path=/trunk/; revision=1183
* Added the via option.Eric S. Raymond1997-07-241-4/+7
| | | | svn path=/trunk/; revision=1179
* Better password security.Eric S. Raymond1997-07-181-1/+16
| | | | svn path=/trunk/; revision=1174