aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Collapse)AuthorAgeFilesLines
* We no longer attempt delivery to multidrop mailboxes in the presenceEric S. Raymond1996-11-081-27/+27
| | | | | | of DNS errors. svn path=/trunk/; revision=519
* Prototypes everywhere.Eric S. Raymond1996-11-081-21/+9
| | | | svn path=/trunk/; revision=515
* Reset batchcount before each poll cycle.Eric S. Raymond1996-11-081-0/+1
| | | | svn path=/trunk/; revision=514
* We can now work with any bind library.Eric S. Raymond1996-11-081-6/+8
| | | | svn path=/trunk/; revision=504
* Implement batchlimit option.Eric S. Raymond1996-11-081-9/+11
| | | | svn path=/trunk/; revision=503
* Ready to ship.Eric S. Raymond1996-11-061-1/+1
| | | | svn path=/trunk/; revision=498
* 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-1/+7
| | | | svn path=/trunk/; revision=492
* Correct setting of implicitmode.Eric S. Raymond1996-11-061-3/+6
| | | | svn path=/trunk/; revision=489
* Typo fix.Eric S. Raymond1996-11-041-1/+1
| | | | svn path=/trunk/; revision=473
* Close SMTP sockets after each poll cycle to avoid MTA timeouts.Eric S. Raymond1996-11-041-0/+15
| | | | svn path=/trunk/; revision=472
* No longer necessary for fetchmail to abort after failed socket opens.Eric S. Raymond1996-11-011-29/+1
| | | | svn path=/trunk/; revision=466
* Header cleanup.Eric S. Raymond1996-11-011-13/+2
| | | | svn path=/trunk/; revision=463
* Better signal handling.Eric S. Raymond1996-10-311-6/+8
| | | | svn path=/trunk/; revision=459
* Add FIXME notes.Eric S. Raymond1996-10-311-0/+2
| | | | svn path=/trunk/; revision=456
* STEP 4: Make SMTP functions take file pointer arguments.Eric S. Raymond1996-10-311-3/+3
| | | | svn path=/trunk/; revision=447
* Fix fatal alloca bug.Eric S. Raymond1996-10-301-6/+11
| | | | svn path=/trunk/; revision=436
* Don't display canonical name if it hasn't been grabbed.Eric S. Raymond1996-10-291-1/+2
| | | | svn path=/trunk/; revision=427
* Make fetchmail -q faster.Eric S. Raymond1996-10-291-2/+2
| | | | svn path=/trunk/; revision=426
* More reorganization.Eric S. Raymond1996-10-291-9/+10
| | | | svn path=/trunk/; revision=425
* Modularize the main logic a bit.Eric S. Raymond1996-10-291-194/+207
| | | | svn path=/trunk/; revision=424
* Fix the damn single-poll-loop bug.Eric S. Raymond1996-10-291-2/+22
| | | | svn path=/trunk/; revision=420
* Added -n, --nodetach option.Eric S. Raymond1996-10-291-1/+16
| | | | svn path=/trunk/; revision=418
* Only open one conneection per host in daemon mode.Eric S. Raymond1996-10-291-2/+36
| | | | svn path=/trunk/; revision=414
* Correct sttus interpretation.Eric S. Raymond1996-10-281-1/+1
| | | | svn path=/trunk/; revision=412
* Patchlevel machinery.Eric S. Raymond1996-10-281-1/+1
| | | | svn path=/trunk/; revision=405
* Cleanup for PL3.Eric S. Raymond1996-10-281-10/+19
| | | | svn path=/trunk/; revision=402
* Fix core dump bug in default-user logic.Eric S. Raymond1996-10-271-8/+2
| | | | svn path=/trunk/; revision=397
* gcc -Wall cleanup.Eric S. Raymond1996-10-261-6/+8
| | | | svn path=/trunk/; revision=396
* Major changes of data structure and variable names.Eric S. Raymond1996-10-261-106/+106
| | | | svn path=/trunk/; revision=391
* Added filtering by length. Ugh.Eric S. Raymond1996-10-261-0/+15
| | | | svn path=/trunk/; revision=390
* Fix delivery to MDAs.Eric S. Raymond1996-10-251-2/+1
| | | | svn path=/trunk/; revision=384
* MDAs should be able to handle multidrop mailboxes now too.Eric S. Raymond1996-10-251-7/+7
| | | | svn path=/trunk/; revision=382
* Support for multidrop mailboxes.Eric S. Raymond1996-10-241-15/+72
| | | | svn path=/trunk/; revision=374
* Don't need to pacify exim any more.Eric S. Raymond1996-10-241-12/+0
| | | | svn path=/trunk/; revision=372
* Deeal with exim.Eric S. Raymond1996-10-211-0/+12
| | | | svn path=/trunk/; revision=359
* Avoid the socket-exhaustion bug.Eric S. Raymond1996-10-191-1/+29
| | | | svn path=/trunk/; revision=354
* Major improvements in --check processing. New-message count is now visible.Eric S. Raymond1996-10-191-2/+4
| | | | svn path=/trunk/; revision=353
* Don't set up MDA if we're in check_only mode.Eric S. Raymond1996-10-191-1/+1
| | | | svn path=/trunk/; revision=352
* Don't allow a fetchmail with arguments to wake up a daemon.Eric S. Raymond1996-10-191-0/+7
| | | | svn path=/trunk/; revision=349
* Remove all those obnoxious block comments.Eric S. Raymond1996-10-171-71/+12
| | | | svn path=/trunk/; revision=345
* Allow C-style escapes in strings.Eric S. Raymond1996-10-171-8/+103
| | | | svn path=/trunk/; revision=344
* Message and documentation cleanup.Eric S. Raymond1996-10-171-4/+6
| | | | svn path=/trunk/; revision=342
* Added `to' keyword, changed local-user default.Eric S. Raymond1996-10-141-1/+4
| | | | svn path=/trunk/; revision=331
* Try to change permissions when delivering from root.Eric S. Raymond1996-10-141-3/+8
| | | | svn path=/trunk/; revision=330
* Add settable server-nonresponse timeoutEric S. Raymond1996-10-131-1/+6
| | | | svn path=/trunk/; revision=325
* Added wakeup feature.Eric S. Raymond1996-10-131-9/+50
| | | | svn path=/trunk/; revision=323
* Fix options handling.Eric S. Raymond1996-10-111-3/+3
| | | | svn path=/trunk/; revision=314
* Option dump cleanup.Eric S. Raymond1996-10-111-3/+4
| | | | svn path=/trunk/; revision=310
* Option reorganization.Eric S. Raymond1996-10-111-19/+11
| | | | svn path=/trunk/; revision=309