Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trivalent options. | Eric S. Raymond | 1997-02-11 | 1 | -5/+5 |
| | | | | svn path=/trunk/; revision=864 | ||||
* | Added dns/nodns. | Eric S. Raymond | 1997-01-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=785 | ||||
* | The batchlimit option is now per user. | Eric S. Raymond | 1997-01-14 | 1 | -2/+1 |
| | | | | svn path=/trunk/; revision=764 | ||||
* | Change `interface' and `monitor' options to per-server. | Eric S. Raymond | 1997-01-14 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=762 | ||||
* | Dynamic allocation for the query structure string entries. | Eric S. Raymond | 1997-01-14 | 1 | -4/+4 |
| | | | | svn path=/trunk/; revision=757 | ||||
* | Gather all server data into a restorable structure. | Eric S. Raymond | 1997-01-13 | 1 | -12/+12 |
| | | | | svn path=/trunk/; revision=754 | ||||
* | We can now set the envelope header from the command line. | Eric S. Raymond | 1997-01-09 | 1 | -17/+25 |
| | | | | svn path=/trunk/; revision=723 | ||||
* | Dave Bodenstab's error changes. | Eric S. Raymond | 1996-12-30 | 1 | -21/+34 |
| | | | | svn path=/trunk/; revision=705 | ||||
* | Introduced George Sipe's -I and -M options. | Eric S. Raymond | 1996-12-23 | 1 | -2/+27 |
| | | | | svn path=/trunk/; revision=673 | ||||
* | Added `fetchlimit'. | Eric S. Raymond | 1996-12-18 | 1 | -3/+10 |
| | | | | svn path=/trunk/; revision=657 | ||||
* | Added `logfile' keyword to rc syntax. | Eric S. Raymond | 1996-11-27 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=571 | ||||
* | Arrange for fetchall to be forced on after transient errors abort a | Eric S. Raymond | 1996-11-14 | 1 | -1/+0 |
| | | | | | | poll cycle. svn path=/trunk/; revision=540 | ||||
* | Arrange for command-line set of batchlimit. | Eric S. Raymond | 1996-11-09 | 1 | -4/+12 |
| | | | | svn path=/trunk/; revision=525 | ||||
* | Prototypes everywhere. | Eric S. Raymond | 1996-11-08 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=515 | ||||
* | Solaris 2.5 and FreeBSD 2.2. | Eric S. Raymond | 1996-11-08 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=501 | ||||
* | Running fetchmail in daemon mode now forces the --fetchall option on. | Eric S. Raymond | 1996-11-04 | 1 | -0/+1 |
| | | | | | | | | | This is a robustness feature. It means that if a message is fetched (and thus marked seen by the mailserver) but not delivered locally due to some transient error, it will be re-fetched during the next poll cycle. svn path=/trunk/; revision=471 | ||||
* | Header cleanup. | Eric S. Raymond | 1996-11-01 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=463 | ||||
* | Added -n, --nodetach option. | Eric S. Raymond | 1996-10-29 | 1 | -20/+27 |
| | | | | svn path=/trunk/; revision=418 | ||||
* | gcc -Wall cleanup. | Eric S. Raymond | 1996-10-26 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=396 | ||||
* | Major changes of data structure and variable names. | Eric S. Raymond | 1996-10-26 | 1 | -24/+24 |
| | | | | svn path=/trunk/; revision=391 | ||||
* | Added filtering by length. Ugh. | Eric S. Raymond | 1996-10-26 | 1 | -6/+13 |
| | | | | svn path=/trunk/; revision=390 | ||||
* | Major improvements in --check processing. New-message count is now visible. | Eric S. Raymond | 1996-10-19 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=353 | ||||
* | Remove all those obnoxious block comments. | Eric S. Raymond | 1996-10-17 | 1 | -32/+15 |
| | | | | svn path=/trunk/; revision=345 | ||||
* | Add settable server-nonresponse timeout | Eric S. Raymond | 1996-10-13 | 1 | -11/+17 |
| | | | | svn path=/trunk/; revision=325 | ||||
* | Use TRUE and FALSE. | Eric S. Raymond | 1996-10-11 | 1 | -9/+9 |
| | | | | svn path=/trunk/; revision=316 | ||||
* | Fix options handling. | Eric S. Raymond | 1996-10-11 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=314 | ||||
* | Option reorganization. | Eric S. Raymond | 1996-10-11 | 1 | -28/+28 |
| | | | | svn path=/trunk/; revision=309 | ||||
* | Option reorganization -- also N -> n. | Eric S. Raymond | 1996-10-11 | 1 | -194/+205 |
| | | | | svn path=/trunk/; revision=308 | ||||
* | Changed copyrights, they're now by reference. | Eric S. Raymond | 1996-10-11 | 1 | -3/+2 |
| | | | | svn path=/trunk/; revision=299 | ||||
* | Improved options processing. | Eric S. Raymond | 1996-10-11 | 1 | -16/+7 |
| | | | | svn path=/trunk/; revision=296 | ||||
* | Restored idfile option. | Eric S. Raymond | 1996-10-11 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=295 | ||||
* | UIDs are back in. | Eric S. Raymond | 1996-10-10 | 1 | -5/+13 |
| | | | | svn path=/trunk/; revision=285 | ||||
* | Kerberos integration, stage 3. | Eric S. Raymond | 1996-10-10 | 1 | -22/+43 |
| | | | | svn path=/trunk/; revision=283 | ||||
* | Chris Hanson's Kerberos support, plus documentation. | Eric S. Raymond | 1996-10-10 | 1 | -3/+12 |
| | | | | svn path=/trunk/; revision=280 | ||||
* | Removed all pretentions to RPOP support. | Eric S. Raymond | 1996-10-09 | 1 | -2/+0 |
| | | | | svn path=/trunk/; revision=267 | ||||
* | Option core-dump fix. | Eric S. Raymond | 1996-10-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=259 | ||||
* | Bug fixes and better RC file documentation. | Eric S. Raymond | 1996-10-08 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=243 | ||||
* | Multiple queries to same server with different users work now. | Eric S. Raymond | 1996-10-05 | 1 | -25/+0 |
| | | | | svn path=/trunk/; revision=228 | ||||
* | Eliminate set_defaults so user variable will be available in main. | Eric S. Raymond | 1996-10-05 | 1 | -59/+0 |
| | | | | svn path=/trunk/; revision=224 | ||||
* | Make localname defaulting work properly. | Eric S. Raymond | 1996-10-05 | 1 | -1/+0 |
| | | | | svn path=/trunk/; revision=222 | ||||
* | RC file syntax change, folder->mailbox, remote->remotename. | Eric S. Raymond | 1996-10-04 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=220 | ||||
* | Restore --mda, with cleaner implementation this time. | Eric S. Raymond | 1996-10-04 | 1 | -6/+12 |
| | | | | svn path=/trunk/; revision=214 | ||||
* | Kill off -2 and -3. | Eric S. Raymond | 1996-10-01 | 1 | -15/+11 |
| | | | | svn path=/trunk/; revision=183 | ||||
* | Make newline escapes optional. JEEP_IS_DEFAULT is gone. Lots of | Eric S. Raymond | 1996-09-29 | 1 | -5/+0 |
| | | | | | | other man page improvements. svn path=/trunk/; revision=181 | ||||
* | The great options massacre. | Eric S. Raymond | 1996-09-28 | 1 | -71/+18 |
| | | | | svn path=/trunk/; revision=178 | ||||
* | Give up on POP3 UIDs, they're a dead loss. | Eric S. Raymond | 1996-09-28 | 1 | -24/+10 |
| | | | | svn path=/trunk/; revision=173 | ||||
* | Name of run control file changed. | Eric S. Raymond | 1996-09-25 | 1 | -28/+27 |
| | | | | svn path=/trunk/; revision=148 | ||||
* | *** empty log message *** | Eric S. Raymond | 1996-09-24 | 1 | -3/+2 |
| | | | | svn path=/trunk/; revision=120 | ||||
* | The great name change. | Eric S. Raymond | 1996-09-24 | 1 | -16/+16 |
| | | | | svn path=/trunk/; revision=114 | ||||
* | Add code to copy command line, so appending servers doesn't stomp on | Eric S. Raymond | 1996-09-23 | 1 | -0/+1 |
| | | | | | | the environment space. svn path=/trunk/; revision=104 |