aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
Commit message (Collapse)AuthorAgeFilesLines
* Restore --mda, with cleaner implementation this time.Eric S. Raymond1996-10-041-0/+7
| | | | svn path=/trunk/; revision=214
* Remove idfile.Eric S. Raymond1996-10-021-1/+0
| | | | svn path=/trunk/; revision=200
* The great options massacre.Eric S. Raymond1996-09-281-18/+2
| | | | svn path=/trunk/; revision=178
* Give up on POP3 UIDs, they're a dead loss.Eric S. Raymond1996-09-281-19/+0
| | | | svn path=/trunk/; revision=173
* With any luck, this is a correct implementation of UIDL support.Eric S. Raymond1996-09-281-28/+46
| | | | svn path=/trunk/; revision=168
* No more rpopid field.Eric S. Raymond1996-09-261-1/+0
| | | | svn path=/trunk/; revision=162
* Even more improved sizeticker.Eric S. Raymond1996-09-261-1/+1
| | | | svn path=/trunk/; revision=157
* Even more improved sizeticker.Eric S. Raymond1996-09-261-0/+2
| | | | svn path=/trunk/; revision=156
* Change the `explicit' option to `skip'.Eric S. Raymond1996-09-251-1/+1
| | | | svn path=/trunk/; revision=147
* Explicit option is documented and set up in the data structure,Eric S. Raymond1996-09-251-1/+2
| | | | | | but doesn't work yet. svn path=/trunk/; revision=145
* Prevent buffer overun.Eric S. Raymond1996-09-251-1/+1
| | | | svn path=/trunk/; revision=133
* Added a needed prototype.Eric S. Raymond1996-09-241-1/+1
| | | | svn path=/trunk/; revision=124
* Prevent buffer overrun.Eric S. Raymond1996-09-241-1/+1
| | | | svn path=/trunk/; revision=123
* Moved the protocol designation definition.Eric S. Raymond1996-09-241-1/+7
| | | | svn path=/trunk/; revision=119
* The great name change.Eric S. Raymond1996-09-241-3/+3
| | | | svn path=/trunk/; revision=114
* Better protection against buffer overruns.Eric S. Raymond1996-09-231-8/+8
| | | | svn path=/trunk/; revision=106
* Add code to copy command line, so appending servers doesn't stomp onEric S. Raymond1996-09-231-1/+1
| | | | | | the environment space. svn path=/trunk/; revision=104
* Add RPOP support.Eric S. Raymond1996-09-131-0/+1
| | | | svn path=/trunk/; revision=94
* Added port-specification option.Eric S. Raymond1996-09-121-0/+1
| | | | svn path=/trunk/; revision=87
* Option-processing for SMTP forwarding works now.Eric S. Raymond1996-09-111-4/+4
| | | | svn path=/trunk/; revision=84
* SMTP forwarding complete; now to debug it.Eric S. Raymond1996-09-111-2/+0
| | | | svn path=/trunk/; revision=82
* Correct the rewrite logic.Eric S. Raymond1996-09-111-1/+1
| | | | svn path=/trunk/; revision=81
* Most of the way to SMTP forwarding.Eric S. Raymond1996-09-111-3/+4
| | | | svn path=/trunk/; revision=79
* Successfully genericized POP3 and IMAP.Eric S. Raymond1996-08-271-1/+27
| | | | svn path=/trunk/; revision=73
* Sendmail delivery from background seems to work.Eric S. Raymond1996-08-241-1/+1
| | | | svn path=/trunk/; revision=61
* Added support for RFC-1725-compliant servers with UIDL and without LAST.Eric S. Raymond1996-08-221-0/+5
| | | | svn path=/trunk/; revision=56
* Freeze bug fixes befoire adding more features.Eric S. Raymond1996-07-191-1/+2
| | | | svn path=/trunk/; revision=38
* Avoid buffer spam.Eric S. Raymond1996-07-031-1/+1
| | | | svn path=/trunk/; revision=37
* More name changes.Eric S. Raymond1996-07-031-13/+13
| | | | svn path=/trunk/; revision=36
* optrec -> hostrec.Eric S. Raymond1996-07-031-8/+8
| | | | svn path=/trunk/; revision=34
* Got rid of limit member.Eric S. Raymond1996-07-031-9/+12
| | | | svn path=/trunk/; revision=33
* Get rid of prc_pathname, hide prc_server structure.Eric S. Raymond1996-07-031-16/+0
| | | | svn path=/trunk/; revision=32
* Got rid of line limit member.Eric S. Raymond1996-07-031-4/+6
| | | | svn path=/trunk/; revision=31
* Got rid of versioninfo member.Eric S. Raymond1996-07-031-2/+2
| | | | svn path=/trunk/; revision=29
* Got rid of verbose member, changed whicpop to protocol.Eric S. Raymond1996-07-031-3/+1
| | | | svn path=/trunk/; revision=28
* Merged hostrec and option structures.Eric S. Raymond1996-07-031-2/+4
| | | | svn path=/trunk/; revision=27
* poprcfile is now a single global.Eric S. Raymond1996-07-031-4/+1
| | | | svn path=/trunk/; revision=26
* Eliminated options->silent field.Eric S. Raymond1996-07-021-1/+0
| | | | svn path=/trunk/; revision=25
* Some name changes.Eric S. Raymond1996-07-021-3/+3
| | | | svn path=/trunk/; revision=24
* Licensing and copyright changes pursuant to Carl Harris handing me theEric S. Raymond1996-06-281-59/+3
| | | | | | baton. svn path=/trunk/; revision=16
* Sent to ceharris.Eric S. Raymond1996-06-271-1/+6
| | | | svn path=/trunk/; revision=10
* This is what I sent Harris.Eric S. Raymond1996-06-261-10/+32
| | | | svn path=/trunk/; revision=9
* Initial revisionEric S. Raymond1996-06-241-0/+156
svn path=/trunk/; revision=1