aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-71/+12
| | | | svn path=/trunk/; revision=345
* Allow C-style escapes in strings.Eric S. Raymond1996-10-171-8/+103
| | | | svn path=/trunk/; revision=344
* Message and documentation cleanup.Eric S. Raymond1996-10-171-4/+6
| | | | svn path=/trunk/; revision=342
* Added `to' keyword, changed local-user default.Eric S. Raymond1996-10-141-1/+4
| | | | svn path=/trunk/; revision=331
* Try to change permissions when delivering from root.Eric S. Raymond1996-10-141-3/+8
| | | | svn path=/trunk/; revision=330
* Add settable server-nonresponse timeoutEric S. Raymond1996-10-131-1/+6
| | | | svn path=/trunk/; revision=325
* Added wakeup feature.Eric S. Raymond1996-10-131-9/+50
| | | | svn path=/trunk/; revision=323
* Fix options handling.Eric S. Raymond1996-10-111-3/+3
| | | | svn path=/trunk/; revision=314
* Option dump cleanup.Eric S. Raymond1996-10-111-3/+4
| | | | svn path=/trunk/; revision=310
* Option reorganization.Eric S. Raymond1996-10-111-19/+11
| | | | svn path=/trunk/; revision=309
* Changed copyrights, they're now by reference.Eric S. Raymond1996-10-111-4/+2
| | | | svn path=/trunk/; revision=299
* UIDs, take 3.Eric S. Raymond1996-10-101-3/+3
| | | | svn path=/trunk/; revision=290
* UIDs are back in.Eric S. Raymond1996-10-101-0/+34
| | | | svn path=/trunk/; revision=285
* Kerberos integration, stage 3.Eric S. Raymond1996-10-101-5/+6
| | | | svn path=/trunk/; revision=283
* Chris Hanson's Kerberos support, plus documentation.Eric S. Raymond1996-10-101-4/+15
| | | | svn path=/trunk/; revision=280
* Removed all pretentions to RPOP support.Eric S. Raymond1996-10-091-11/+0
| | | | svn path=/trunk/; revision=267
* Don't include the client hostname in the lockfile name. On multipleEric S. Raymond1996-10-091-2/+0
| | | | | | | hosts with shared TMPDIR this change might catch a few more exclusions. svn path=/trunk/; revision=257
* Really exclude defaults entry after first.Eric S. Raymond1996-10-091-1/+1
| | | | svn path=/trunk/; revision=256
* Improved lockfile handling.Eric S. Raymond1996-10-091-27/+37
| | | | svn path=/trunk/; revision=255
* Make sure we include optind, for picky def/ref compilers.Eric S. Raymond1996-10-081-0/+1
| | | | svn path=/trunk/; revision=253
* Bug fixes and better RC file documentation.Eric S. Raymond1996-10-081-1/+1
| | | | svn path=/trunk/; revision=243
* Popclient compatibility hack.Eric S. Raymond1996-10-061-3/+12
| | | | svn path=/trunk/; revision=236
* Crap out on nonzero MDA return status.Eric S. Raymond1996-10-061-8/+16
| | | | svn path=/trunk/; revision=235
* Get defaults right.Eric S. Raymond1996-10-051-41/+49
| | | | svn path=/trunk/; revision=231
* Abstract out host allocation.Eric S. Raymond1996-10-051-25/+7
| | | | svn path=/trunk/; revision=229
* Multiple queries to same server with different users work now.Eric S. Raymond1996-10-051-28/+81
| | | | svn path=/trunk/; revision=228
* Separate MDA expansion logic fronm the list build.Eric S. Raymond1996-10-051-1/+3
| | | | svn path=/trunk/; revision=227
* Better option dump.Eric S. Raymond1996-10-051-6/+6
| | | | svn path=/trunk/; revision=225
* Eliminate set_defaults so user variable will be available in main.Eric S. Raymond1996-10-051-8/+36
| | | | svn path=/trunk/; revision=224
* RC file syntax change, folder->mailbox, remote->remotename.Eric S. Raymond1996-10-041-1/+2
| | | | svn path=/trunk/; revision=220
* Cleanup.Eric S. Raymond1996-10-041-1/+0
| | | | svn path=/trunk/; revision=219
* Message fix.Eric S. Raymond1996-10-041-1/+1
| | | | svn path=/trunk/; revision=217
* Allow no run control file.Eric S. Raymond1996-10-041-1/+5
| | | | svn path=/trunk/; revision=216
* Restore --mda, with cleaner implementation this time.Eric S. Raymond1996-10-041-11/+128
| | | | svn path=/trunk/; revision=214
* Remove idfile.Eric S. Raymond1996-10-021-1/+0
| | | | svn path=/trunk/; revision=200
* Make sure we inherit the version from the makefile.Eric S. Raymond1996-10-011-4/+1
| | | | svn path=/trunk/; revision=186
* The great options massacre.Eric S. Raymond1996-09-281-256/+2
| | | | svn path=/trunk/; revision=178
* Give up on POP3 UIDs, they're a dead loss.Eric S. Raymond1996-09-281-27/+0
| | | | svn path=/trunk/; revision=173
* Change the autoproble order.Eric S. Raymond1996-09-281-2/+2
| | | | svn path=/trunk/; revision=170
* With any luck, this is a correct implementation of UIDL support.Eric S. Raymond1996-09-281-39/+27
| | | | svn path=/trunk/; revision=168
* We know APOP works. Also add a POP3 optimization.Eric S. Raymond1996-09-271-2/+4
| | | | svn path=/trunk/; revision=165
* No more rpopid field.Eric S. Raymond1996-09-261-5/+5
| | | | svn path=/trunk/; revision=162
* Teach it to do rpop.Eric S. Raymond1996-09-261-0/+1
| | | | svn path=/trunk/; revision=161
* Economize on buffer space.Eric S. Raymond1996-09-261-5/+3
| | | | svn path=/trunk/; revision=155
* Get the version info right.Eric S. Raymond1996-09-251-1/+1
| | | | svn path=/trunk/; revision=154
* Correct a prompt.Eric S. Raymond1996-09-251-1/+1
| | | | svn path=/trunk/; revision=149
* Change the `explicit' option to `skip'.Eric S. Raymond1996-09-251-4/+4
| | | | svn path=/trunk/; revision=147
* Make `explicit' work now.Eric S. Raymond1996-09-251-4/+20
| | | | svn path=/trunk/; revision=146
* Explicit option is documented and set up in the data structure,Eric S. Raymond1996-09-251-3/+6
| | | | | | but doesn't work yet. svn path=/trunk/; revision=145
* Quiet the program down a bit.Eric S. Raymond1996-09-241-2/+2
| | | | svn path=/trunk/; revision=126