aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Expand)AuthorAgeFilesLines
...
* Added `to' keyword, changed local-user default.Eric S. Raymond1996-10-141-1/+4
* Try to change permissions when delivering from root.Eric S. Raymond1996-10-141-3/+8
* Add settable server-nonresponse timeoutEric S. Raymond1996-10-131-1/+6
* Added wakeup feature.Eric S. Raymond1996-10-131-9/+50
Eric S. Raymond1996-10-021-1/+0
* Make sure we inherit the version from the makefile.Eric S. Raymond1996-10-011-4/+1
* The great options massacre.Eric S. Raymond1996-09-281-256/+2
* Give up on POP3 UIDs, they're a dead loss.Eric S. Raymond1996-09-281-27/+0
* Change the autoproble order.Eric S. Raymond1996-09-281-2/+2
* With any luck, this is a correct implementation of UIDL support.Eric S. Raymond1996-09-281-39/+27
* We know APOP works. Also add a POP3 optimization.Eric S. Raymond1996-09-271-2/+4
* No more rpopid field.Eric S. Raymond1996-09-261-5/+5
* Teach it to do rpop.Eric S. Raymond1996-09-261-0/+1
* Economize on buffer space.Eric S. Raymond1996-09-261-5/+3
* Get the version info right.Eric S. Raymond1996-09-251-1/+1
* Correct a prompt.Eric S. Raymond1996-09-251-1/+1
* Change the `explicit' option to `skip'.Eric S. Raymond1996-09-251-4/+4
* Make `explicit' work now.Eric S. Raymond1996-09-251-4/+20
* Explicit option is documented and set up in the data structure,Eric S. Raymond1996-09-251-3/+6
* Quiet the program down a bit.Eric S. Raymond1996-09-241-2/+2
* The great name change.Eric S. Raymond1996-09-241-26/+26
* Better protection against buffer overruns.Eric S. Raymond1996-09-231-2/+2
* Add code to copy command line, so appending servers doesn't stomp onEric S. Raymond1996-09-231-7/+13