aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
Commit message (Collapse)AuthorAgeFilesLines
* SDPS changes from Paul Murphy.Eric S. Raymond1999-01-301-3/+4
| | | | svn path=/trunk/; revision=2356
* More error message cleanup.Eric S. Raymond1999-01-061-1/+1
| | | | svn path=/trunk/; revision=2333
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-16/+10
| | | | svn path=/trunk/; revision=2328
* First step towards splitting error from progress messages.Eric S. Raymond1999-01-051-0/+6
| | | | svn path=/trunk/; revision=2326
* This version is good.Eric S. Raymond1999-01-011-1/+7
| | | | svn path=/trunk/; revision=2309
* Minor cleanup.Eric S. Raymond1998-12-071-3/+3
| | | | svn path=/trunk/; revision=2267
* Fixed Ken Estes's lmtp_responses bug.Eric S. Raymond1998-12-071-3/+0
| | | | svn path=/trunk/; revision=2263
* Start of bouncemail modularization.Eric S. Raymond1998-11-271-3/+6
| | | | svn path=/trunk/; revision=2215
* Member rename.Eric S. Raymond1998-11-201-1/+1
| | | | svn path=/trunk/; revision=2200
* Deckare default ports for the INET6 world.Eric S. Raymond1998-11-201-0/+2
| | | | svn path=/trunk/; revision=2193
* Send notification and wedge the connection on too many timeouts.Eric S. Raymond1998-11-201-1/+1
| | | | svn path=/trunk/; revision=2190
* Weird bug.Eric S. Raymond1998-11-201-1/+1
| | | | svn path=/trunk/; revision=2187
* Added LMTP support.Eric S. Raymond1998-11-071-7/+11
| | | | svn path=/trunk/; revision=2177
* NeXT portability.Eric S. Raymond1998-11-051-0/+6
| | | | svn path=/trunk/; revision=2173
* Context for bouncemail is encapsulated.Eric S. Raymond1998-11-051-1/+10
| | | | svn path=/trunk/; revision=2171
* Move some code.Eric S. Raymond1998-11-031-0/+7
| | | | svn path=/trunk/; revision=2170
* Added plugin/plugout option.Eric S. Raymond1998-11-021-0/+2
| | | | svn path=/trunk/; revision=2168
* 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