aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* The great name change.Eric S. Raymond1996-09-241-26/+26
| | | | svn path=/trunk/; revision=114
* Better protection against buffer overruns.Eric S. Raymond1996-09-231-2/+2
| | | | svn path=/trunk/; revision=106
* Add code to copy command line, so appending servers doesn't stomp onEric S. Raymond1996-09-231-7/+13
| | | | | | the environment space. svn path=/trunk/; revision=104
* Changed the lockfile location.Eric S. Raymond1996-09-201-8/+21
| | | | svn path=/trunk/; revision=100
* Add RPOP support.Eric S. Raymond1996-09-131-1/+4
| | | | svn path=/trunk/; revision=94
* No more `bis'.Eric S. Raymond1996-09-121-1/+1
| | | | svn path=/trunk/; revision=89
* Added port-specification option.Eric S. Raymond1996-09-121-1/+6
| | | | svn path=/trunk/; revision=87
* Clean up some option processing.Eric S. Raymond1996-09-111-0/+5
| | | | svn path=/trunk/; revision=83
* SMTP forwarding complete; now to debug it.Eric S. Raymond1996-09-111-102/+0
| | | | svn path=/trunk/; revision=82
* Correct the rewrite logic.Eric S. Raymond1996-09-111-0/+4
| | | | svn path=/trunk/; revision=81
* Most of the way to SMTP forwarding.Eric S. Raymond1996-09-111-2/+2
| | | | svn path=/trunk/; revision=79
* Successfully genericized POP3 and IMAP.Eric S. Raymond1996-08-271-1/+1
| | | | svn path=/trunk/; revision=73
* Added autoprobe logic.Eric S. Raymond1996-08-261-402/+435
| | | | svn path=/trunk/; revision=66
* We have IMAP support.Eric S. Raymond1996-08-261-0/+3
| | | | svn path=/trunk/; revision=65
* Fix the illegal-terminal problem.Eric S. Raymond1996-08-241-1/+1
| | | | svn path=/trunk/; revision=62
* Sendmail delivery from background seems to work.Eric S. Raymond1996-08-241-9/+0
| | | | svn path=/trunk/; revision=61
* This versioin works OK.Eric S. Raymond1996-08-231-3/+15
| | | | svn path=/trunk/; revision=60
* Now all MDA arguments are dumped.Eric S. Raymond1996-08-231-2/+14
| | | | svn path=/trunk/; revision=57
* Added support for RFC-1725-compliant servers with UIDL and without LAST.Eric S. Raymond1996-08-221-6/+46
| | | | svn path=/trunk/; revision=56
* Bump the version.Eric S. Raymond1996-08-211-1/+1
| | | | svn path=/trunk/; revision=53
* Logging improvements.Eric S. Raymond1996-08-211-1/+7
| | | | svn path=/trunk/; revision=52
* Bumped release number.Eric S. Raymond1996-08-071-2/+2
| | | | svn path=/trunk/; revision=48
* Deal with the sendmail delivery problem.Eric S. Raymond1996-07-301-0/+9
| | | | svn path=/trunk/; revision=46