aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Expand)AuthorAgeFilesLines
...
* Better error messages.Eric S. Raymond1996-11-211-4/+9
* Better initialization error message.Eric S. Raymond1996-11-211-1/+5
* We can dump server aliases now.Eric S. Raymond1996-11-201-1/+9
* Caching via aka list.Eric S. Raymond1996-11-201-5/+16
* General cleanup for 2.0 release.Eric S. Raymond1996-11-161-0/+5
* Include Cameron McPherson's patch for handling multi-line SMTP responses.Eric S. Raymond1996-11-161-0/+1
* Fix Ville Eeerola's bug.Eric S. Raymond1996-11-131-1/+1
* Fix Jesse Thilo's bug.Eric S. Raymond1996-11-111-1/+1
* Better option dumping.Eric S. Raymond1996-11-111-1/+3
* Eliminate the most common configuration error.Eric S. Raymond1996-11-111-11/+16
* Arrange for command-line set of batchlimit.Eric S. Raymond1996-11-091-0/+5
* We no longer attempt delivery to multidrop mailboxes in the presenceEric S. Raymond1996-11-081-27/+27
* Prototypes everywhere.Eric S. Raymond1996-11-081-21/+9
* Reset batchcount before each poll cycle.Eric S. Raymond1996-11-081-0/+1
* We can now work with any bind library.Eric S. Raymond1996-11-081-6/+8
* Implement batchlimit option.Eric S. Raymond1996-11-081-9/+11
* Ready to ship.Eric S. Raymond1996-11-061-1/+1
* Removed an unnecessary layer of indirection.Eric S. Raymond1996-11-061-1/+1
* Split RFC822-bashing code out of the driver.Eric S. Raymond1996-11-061-1/+7
* Correct setting of implicitmode.Eric S. Raymond1996-11-061-3/+6
* Typo fix.Eric S. Raymond1996-11-041-1/+1
* Close SMTP sockets after each poll cycle to avoid MTA timeouts.Eric S. Raymond1996-11-041-0/+15
* No longer necessary for fetchmail to abort after failed socket opens.Eric S. Raymond1996-11-011-29/+1
* Header cleanup.Eric S. Raymond1996-11-011-13/+2
* Better signal handling.Eric S. Raymond1996-10-311-6/+8
* Add FIXME notes.Eric S. Raymond1996-10-311-0/+2
* STEP 4: Make SMTP functions take file pointer arguments.Eric S. Raymond1996-10-311-3/+3
* Fix fatal alloca bug.Eric S. Raymond1996-10-301-6/+11
* Don't display canonical name if it hasn't been grabbed.Eric S. Raymond1996-10-291-1/+2
* Make fetchmail -q faster.Eric S. Raymond1996-10-291-2/+2
* More reorganization.Eric S. Raymond1996-10-291-9/+10
* Modularize the main logic a bit.Eric S. Raymond1996-10-291-194/+207
* Fix the damn single-poll-loop bug.Eric S. Raymond1996-10-291-2/+22
* Added -n, --nodetach option.Eric S. Raymond1996-10-291-1/+16
* Only open one conneection per host in daemon mode.Eric S. Raymond1996-10-291-2/+36
* Correct sttus interpretation.Eric S. Raymond1996-10-281-1/+1
* Patchlevel machinery.Eric S. Raymond1996-10-281-1/+1
* Cleanup for PL3.Eric S. Raymond1996-10-281-10/+19
* Fix core dump bug in default-user logic.Eric S. Raymond1996-10-271-8/+2
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-6/+8
* Major changes of data structure and variable names.Eric S. Raymond1996-10-261-106/+106
* Added filtering by length. Ugh.Eric S. Raymond1996-10-261-0/+15
* Fix delivery to MDAs.Eric S. Raymond1996-10-251-2/+1
* MDAs should be able to handle multidrop mailboxes now too.Eric S. Raymond1996-10-251-7/+7
* Support for multidrop mailboxes.Eric S. Raymond1996-10-241-15/+72
* Don't need to pacify exim any more.Eric S. Raymond1996-10-241-12/+0
* Deeal with exim.Eric S. Raymond1996-10-211-0/+12
* Avoid the socket-exhaustion bug.Eric S. Raymond1996-10-191-1/+29
* Major improvements in --check processing. New-message count is now visible.Eric S. Raymond1996-10-191-2/+4
* Don't set up MDA if we're in check_only mode.Eric S. Raymond1996-10-191-1/+1