aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
Commit message (Collapse)AuthorAgeFilesLines
* Rationalized timestamps.Eric S. Raymond1998-10-301-0/+1
| | | | svn path=/trunk/; revision=2155
* Send calling user mail on password failure in daemon mode.Eric S. Raymond1998-10-301-0/+1
| | | | svn path=/trunk/; revision=2153
* Added bsmtp option.Eric S. Raymond1998-10-281-6/+9
| | | | svn path=/trunk/; revision=2144
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-21/+38
| | | | svn path=/trunk/; revision=2137
* Make alloca safe.Eric S. Raymond1998-10-201-0/+8
| | | | svn path=/trunk/; revision=2115
* Added the `properties' option.Eric S. Raymond1998-10-201-0/+1
| | | | svn path=/trunk/; revision=2114
* More verbosity fixes.Eric S. Raymond1998-10-171-0/+1
| | | | svn path=/trunk/; revision=2103
* Introduced O_DEBUG.Eric S. Raymond1998-10-171-1/+2
| | | | svn path=/trunk/; revision=2102
* Move the delivery side to a separate module.Eric S. Raymond1998-10-161-28/+52
| | | | svn path=/trunk/; revision=2094
* Do pre-computation of destination address correctly.Eric S. Raymond1998-10-161-0/+1
| | | | svn path=/trunk/; revision=2093
* Now we can use --limit with daemon mode.Eric S. Raymond1998-10-161-0/+4
| | | | svn path=/trunk/; revision=2091
* Compute FQDN when Kerberos is in use.Eric S. Raymond1998-08-271-0/+2
| | | | svn path=/trunk/; revision=2061
* Second version of SDPS.Eric S. Raymond1998-08-171-1/+4
| | | | svn path=/trunk/; revision=2041
* Added experimental SDPS support.Eric S. Raymond1998-08-031-0/+3
| | | | svn path=/trunk/; revision=2034
* Eliminate agethostbyname call in non-ETRN modes.Eric S. Raymond1998-08-021-1/+0
| | | | svn path=/trunk/; revision=2033
* Fixed the spam-block code.Eric S. Raymond1998-07-311-0/+1
| | | | svn path=/trunk/; revision=2030
* Can specify multiple spam-blocks now.Eric S. Raymond1998-07-201-1/+1
| | | | svn path=/trunk/; revision=1997
* Added postmaster option.Eric S. Raymond1998-07-201-0/+1
| | | | svn path=/trunk/; revision=1986
* is_ip_alias -> checkalias.Eric S. Raymond1998-07-201-0/+1
| | | | svn path=/trunk/; revision=1983
* Enrico Musio's IP-checkalias patch.Eric S. Raymond1998-06-291-0/+2
| | | | svn path=/trunk/; revision=1944
* Fix argument-merging.Eric S. Raymond1998-06-031-1/+0
| | | | svn path=/trunk/; revision=1879
* Added configuration dumper.Eric S. Raymond1998-05-231-1/+2
| | | | svn path=/trunk/; revision=1809
* Global options have been consolidated into a single control block.Eric S. Raymond1998-05-231-14/+15
| | | | svn path=/trunk/; revision=1807
* Gunther Leber's patch.Eric S. Raymond1998-05-221-1/+1
| | | | svn path=/trunk/; revision=1796
* Must declare cmd_idfile.Eric S. Raymond1998-05-221-0/+1
| | | | svn path=/trunk/; revision=1793
* Lengthen the line buffer big-time.Eric S. Raymond1998-05-161-1/+8
| | | | svn path=/trunk/; revision=1780
* Henrik's fix.Eric S. Raymond1998-05-121-1/+1
| | | | svn path=/trunk/; revision=1767
* Eliminate caseblinding of UID comparisons.Eric S. Raymond1998-04-141-1/+1
| | | | svn path=/trunk/; revision=1736
* Incorporated Henrik Storner's mimedecode patch.Eric S. Raymond1998-03-241-0/+10
| | | | svn path=/trunk/; revision=1719
* Fix IMAP password shrouding.Eric S. Raymond1998-03-181-0/+1
| | | | svn path=/trunk/; revision=1712
* Use the RFC822 limit.Eric S. Raymond1998-03-181-1/+1
| | | | svn path=/trunk/; revision=1711
* Dick van den Burg's patch.Eric S. Raymond1998-03-171-0/+1
| | | | svn path=/trunk/; revision=1705
* Deal with M$ Exchange braindamage.Eric S. Raymond1998-03-161-1/+3
| | | | svn path=/trunk/; revision=1702
* Re-engineer the UIDL stuff to avoid having the status flag collideEric S. Raymond1998-03-131-23/+21
| | | | | | with message numbers. svn path=/trunk/; revision=1699
* Respond to bug report from Dick van den Burg <burg@is.ge.com>Eric S. Raymond1998-03-061-1/+1
| | | | svn path=/trunk/; revision=1690
* Configurable antispam response.Eric S. Raymond1998-03-061-0/+1
| | | | svn path=/trunk/; revision=1689
* Deal with truncated headers.Eric S. Raymond1998-03-041-0/+1
| | | | svn path=/trunk/; revision=1687
* Kerberos V support.Eric S. Raymond1998-03-031-0/+1
| | | | svn path=/trunk/; revision=1682
* MSGBUFSIZE everywhere.Eric S. Raymond1998-02-261-2/+2
| | | | svn path=/trunk/; revision=1678
* EMX changes for OS/2.Eric S. Raymond1998-02-221-0/+13
| | | | svn path=/trunk/; revision=1668
* This went to Craig Metz.Eric S. Raymond1998-02-181-6/+2
| | | | svn path=/trunk/; revision=1652
* Fix bad UID/fetchlimit interaction.Eric S. Raymond1998-02-171-4/+11
| | | | svn path=/trunk/; revision=1645
* Cleanup.Eric S. Raymond1998-02-171-4/+4
| | | | svn path=/trunk/; revision=1643
* Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff.Eric S. Raymond1998-02-161-0/+17
| | | | svn path=/trunk/; revision=1630
* netbsd port patch.Eric S. Raymond1998-02-111-0/+3
| | | | svn path=/trunk/; revision=1618
* Added smtpaddress option.Eric S. Raymond1998-01-181-0/+1
| | | | svn path=/trunk/; revision=1592
* GSSAPI support.Eric S. Raymond1997-12-151-0/+1
| | | | svn path=/trunk/; revision=1569
* Cleanup of numeric option handling.Eric S. Raymond1997-12-141-0/+9
| | | | svn path=/trunk/; revision=1568
* Ready to ship.Eric S. Raymond1997-10-231-1/+1
| | | | svn path=/trunk/; revision=1527
* Narrow the error() interface.Eric S. Raymond1997-10-211-1/+1
| | | | svn path=/trunk/; revision=1526