aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
Commit message (Collapse)AuthorAgeFilesLines
* Change name of string-saver functions.Eric S. Raymond1996-11-281-12/+12
| | | | svn path=/trunk/; revision=584
* Abolish servername mamber, go to servernames list.Eric S. Raymond1996-11-281-2/+1
| | | | svn path=/trunk/; revision=582
* Added the wildcard option.Eric S. Raymond1996-11-271-1/+3
| | | | svn path=/trunk/; revision=575
* Added `logfile' keyword to rc syntax.Eric S. Raymond1996-11-271-0/+1
| | | | svn path=/trunk/; revision=571
* Caching via aka list.Eric S. Raymond1996-11-201-8/+10
| | | | svn path=/trunk/; revision=563
* Comment improvement.Eric S. Raymond1996-11-151-1/+1
| | | | svn path=/trunk/; revision=544
* Arrange for fetchall to be forced on after transient errors abort aEric S. Raymond1996-11-141-0/+1
| | | | | | poll cycle. svn path=/trunk/; revision=540
* Correct generation of X-Fetchmail-Warning header.Eric S. Raymond1996-11-091-1/+1
| | | | svn path=/trunk/; revision=526
* Arrange for command-line set of batchlimit.Eric S. Raymond1996-11-091-0/+3
| | | | svn path=/trunk/; revision=525
* Prototypes everywhere.Eric S. Raymond1996-11-081-12/+2
| | | | svn path=/trunk/; revision=515
* Reset batchcount before each poll cycle.Eric S. Raymond1996-11-081-0/+1
| | | | svn path=/trunk/; revision=514
* Implement batchlimit option.Eric S. Raymond1996-11-081-1/+2
| | | | svn path=/trunk/; revision=503
* Removed an unnecessary layer of indirection.Eric S. Raymond1996-11-061-1/+1
| | | | svn path=/trunk/; revision=495
* Split RFC822-bashing code out of the driver.Eric S. Raymond1996-11-061-0/+3
| | | | svn path=/trunk/; revision=492
* Back out the attempt to use stdio.Eric S. Raymond1996-11-061-2/+0
| | | | svn path=/trunk/; revision=488
* Socket open rename.Eric S. Raymond1996-11-041-1/+1
| | | | svn path=/trunk/; revision=481
* Eliminated socket.h.Eric S. Raymond1996-11-041-0/+2
| | | | svn path=/trunk/; revision=480
* STEP 4: Make SMTP functions take file pointer arguments.Eric S. Raymond1996-10-311-1/+1
| | | | svn path=/trunk/; revision=447
* STEP 1: Make all methods take file pointer arguments.Eric S. Raymond1996-10-311-2/+2
| | | | svn path=/trunk/; revision=444
* Move some forward declarations for better encapsulation.Eric S. Raymond1996-10-291-2/+0
| | | | svn path=/trunk/; revision=428
* Added -n, --nodetach option.Eric S. Raymond1996-10-291-0/+1
| | | | svn path=/trunk/; revision=418
* Only open one conneection per host in daemon mode.Eric S. Raymond1996-10-291-2/+4
| | | | svn path=/trunk/; revision=414
* Cleanup for PL3.Eric S. Raymond1996-10-281-0/+2
| | | | svn path=/trunk/; revision=402
* Fix core dump bug in default-user logic.Eric S. Raymond1996-10-271-1/+1
| | | | svn path=/trunk/; revision=397
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-0/+12
| | | | svn path=/trunk/; revision=396
* Include mx.h, fix a memory leak.Eric S. Raymond1996-10-261-1/+1
| | | | svn path=/trunk/; revision=395
* Major changes of data structure and variable names.Eric S. Raymond1996-10-261-24/+26
| | | | svn path=/trunk/; revision=391
* Added filtering by length. Ugh.Eric S. Raymond1996-10-261-0/+2
| | | | svn path=/trunk/; revision=390
* Comment cleaning.Eric S. Raymond1996-10-251-8/+0
| | | | svn path=/trunk/; revision=388
* Reorganize some code.Eric S. Raymond1996-10-251-2/+0
| | | | svn path=/trunk/; revision=387
* Fix delivery to MDAs.Eric S. Raymond1996-10-251-1/+0
| | | | svn path=/trunk/; revision=384
* MDAs should be able to handle multidrop mailboxes now too.Eric S. Raymond1996-10-251-2/+4
| | | | svn path=/trunk/; revision=382
* Support for multidrop mailboxes.Eric S. Raymond1996-10-241-2/+14
| | | | svn path=/trunk/; revision=374
* Allow C-style escapes in strings.Eric S. Raymond1996-10-171-0/+2
| | | | svn path=/trunk/; revision=344
* More configuration cleanup.Eric S. Raymond1996-10-151-1/+1
| | | | svn path=/trunk/; revision=339
* Simplify the autoconfig process a lot.Eric S. Raymond1996-10-151-0/+8
| | | | svn path=/trunk/; revision=337
* Try to change permissions when delivering from root.Eric S. Raymond1996-10-141-0/+1
| | | | svn path=/trunk/; revision=330
* Add settable server-nonresponse timeoutEric S. Raymond1996-10-131-0/+1
| | | | svn path=/trunk/; revision=325
* Fixes for UIDL and Kerberos problems.Eric S. Raymond1996-10-131-0/+1
| | | | svn path=/trunk/; revision=319
* Changed copyrights, they're now by reference.Eric S. Raymond1996-10-111-3/+2
| | | | svn path=/trunk/; revision=299
* UIDs, take 3.Eric S. Raymond1996-10-101-1/+1
| | | | svn path=/trunk/; revision=290
* UIDs, phase 2.Eric S. Raymond1996-10-101-3/+3
| | | | svn path=/trunk/; revision=287
* UIDs are back in.Eric S. Raymond1996-10-101-0/+19
| | | | svn path=/trunk/; revision=285
* Kerberos integration, stage 3.Eric S. Raymond1996-10-101-6/+12
| | | | svn path=/trunk/; revision=283
* Chris Hanson's Kerberos support, plus documentation.Eric S. Raymond1996-10-101-0/+2
| | | | svn path=/trunk/; revision=280
* Removed all pretentions to RPOP support.Eric S. Raymond1996-10-091-1/+0
| | | | svn path=/trunk/; revision=267
* Put timeout default in configuration file.Eric S. Raymond1996-10-091-0/+2
| | | | svn path=/trunk/; revision=261
* Abstract out host allocation.Eric S. Raymond1996-10-051-1/+1
| | | | svn path=/trunk/; revision=230
* Abstract out host allocation.Eric S. Raymond1996-10-051-0/+2
| | | | svn path=/trunk/; revision=229
* Multiple queries to same server with different users work now.Eric S. Raymond1996-10-051-5/+8
| | | | svn path=/trunk/; revision=228