aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
Commit message (Collapse)AuthorAgeFilesLines
* Ready for 3-4.Eric S. Raymond1997-02-131-0/+1
| | | | svn path=/trunk/; revision=872
* Trivalent options.Eric S. Raymond1997-02-111-2/+6
| | | | svn path=/trunk/; revision=864
* Added RFC1985 ETRN support.Eric S. Raymond1997-02-101-0/+2
| | | | svn path=/trunk/; revision=861
* Add stripcr option.Eric S. Raymond1997-01-301-0/+1
| | | | svn path=/trunk/; revision=842
* Correct the interface parsing.Eric S. Raymond1997-01-241-1/+1
| | | | svn path=/trunk/; revision=818
* Introduce gen_recv.Eric S. Raymond1997-01-241-0/+1
| | | | svn path=/trunk/; revision=814
* ESMTP SIZE option support.Eric S. Raymond1997-01-221-2/+1
| | | | svn path=/trunk/; revision=804
* Support for EHLO and 8BITMIME extension.Eric S. Raymond1997-01-221-0/+1
| | | | svn path=/trunk/; revision=803
* RPOP support is back.Eric S. Raymond1997-01-201-0/+1
| | | | svn path=/trunk/; revision=791
* George Sipe's monitor fixes.Eric S. Raymond1997-01-191-5/+6
| | | | svn path=/trunk/; revision=786
* Added dns/nodns.Eric S. Raymond1997-01-181-1/+2
| | | | svn path=/trunk/; revision=785
* The batchlimit option is now per user.Eric S. Raymond1997-01-141-2/+1
| | | | svn path=/trunk/; revision=764
* Change `interface' and `monitor' options to per-server.Eric S. Raymond1997-01-141-7/+9
| | | | svn path=/trunk/; revision=762
* Expunge fix.Eric S. Raymond1997-01-141-1/+0
| | | | svn path=/trunk/; revision=759
* Dynamic allocation for the query structure string entries.Eric S. Raymond1997-01-141-10/+6
| | | | svn path=/trunk/; revision=757
* Move as much stuff into server data as possible.Eric S. Raymond1997-01-141-4/+7
| | | | svn path=/trunk/; revision=756
* Gather all server data into a restorable structure.Eric S. Raymond1997-01-131-3/+9
| | | | svn path=/trunk/; revision=754
* Better restoration of server options.Eric S. Raymond1997-01-131-2/+2
| | | | svn path=/trunk/; revision=753
* Added localdomains option.Eric S. Raymond1997-01-091-0/+1
| | | | svn path=/trunk/; revision=724
* Added the preconnect feature.Eric S. Raymond1997-01-081-1/+3
| | | | svn path=/trunk/; revision=719
* Cleaned up ticker dots code.Eric S. Raymond1996-12-301-0/+1
| | | | svn path=/trunk/; revision=708
* Dave Bodenstab's error changes.Eric S. Raymond1996-12-301-0/+6
| | | | svn path=/trunk/; revision=705
* Version bump.Eric S. Raymond1996-12-231-0/+8
| | | | svn path=/trunk/; revision=677
* Added `fetchlimit'.Eric S. Raymond1996-12-181-0/+1
| | | | svn path=/trunk/; revision=657
* Eliminate openmailpipe and closemailpipe.Eric S. Raymond1996-12-171-6/+0
| | | | svn path=/trunk/; revision=648
* Use error() for messages almost everywhere.Eric S. Raymond1996-12-171-0/+2
| | | | svn path=/trunk/; revision=636
* Add full IMAP4 capability.Eric S. Raymond1996-12-091-0/+1
| | | | svn path=/trunk/; revision=620
* Added the `envelope' option.Eric S. Raymond1996-12-091-0/+1
| | | | svn path=/trunk/; revision=615
* Try to accomodate spam filteringEric S. Raymond1996-11-301-0/+2
| | | | svn path=/trunk/; revision=588
* 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