aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Collapse)AuthorAgeFilesLines
* Provide iana_charset, a normalized IANA charmap name.Matthias Andree2004-11-071-0/+11
| | | | svn path=/trunk/; revision=3980
* Fix miscellaneous warnings.Matthias Andree2004-10-201-7/+4
| | | | svn path=/trunk/; revision=3953
* Fix HESIOD compile failure on FreeBSD 5-CURRENT,Matthias Andree2004-06-201-0/+3
| | | | | | | | | | adding a new macro that is based on ac_caolan_search_package from the autoconf macro archive. Mention +HESIOD in fetchmail -V if compiled in. svn path=/trunk/; revision=3912
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-19/+19
| | | | svn path=/trunk/; revision=3901
* Sunil Shetye's fix for SSL configuration.Eric S. Raymond2004-01-131-2/+0
| | | | svn path=/trunk/; revision=3875
* Sunil's transaction patches.Eric S. Raymond2003-10-151-0/+25
| | | | svn path=/trunk/; revision=3858
* Better default for showdots.Eric S. Raymond2003-10-101-0/+2
| | | | svn path=/trunk/; revision=3842
* More minor fixes.Eric S. Raymond2003-08-131-0/+9
| | | | svn path=/trunk/; revision=3834
* First round ofmlong-delayed bug fixes.Eric S. Raymond2003-07-171-1/+1
| | | | svn path=/trunk/; revision=3814
* Ready to ship 6-2-0.Eric S. Raymond2002-12-131-15/+16
| | | | svn path=/trunk/; revision=3776
* Sunil's patch for the STARTTLS problem.Eric S. Raymond2002-11-281-1/+5
| | | | svn path=/trunk/; revision=3772
* Jan Klaverstijn's verbosity patch.Eric S. Raymond2002-10-311-1/+1
| | | | svn path=/trunk/; revision=3760
* Fix a minor bug reported by Matthias Andree.Eric S. Raymond2002-09-171-2/+3
| | | | svn path=/trunk/; revision=3722
* Default antispam code list to empy.Eric S. Raymond2002-09-091-7/+0
| | | | svn path=/trunk/; revision=3708
* Describe 550 better.Eric S. Raymond2002-09-041-2/+2
| | | | svn path=/trunk/; revision=3697
* Sunil Shetye's re-exec patch.Eric S. Raymond2002-09-041-17/+35
| | | | svn path=/trunk/; revision=3696
* Cygwin port fix.Eric S. Raymond2002-09-041-3/+3
| | | | svn path=/trunk/; revision=3692
* Refactor so we can use idle.c in the cookbook.Eric S. Raymond2002-08-261-0/+17
| | | | svn path=/trunk/; revision=3688
* Renove unused header.Eric S. Raymond2002-08-261-1/+0
| | | | svn path=/trunk/; revision=3685
* Sunil's CAPA patch.Eric S. Raymond2002-06-221-2/+6
| | | | svn path=/trunk/; revision=3650
* sendmail -i improvement.Eric S. Raymond2002-06-071-0/+7
| | | | svn path=/trunk/; revision=3638
* Expose the ESMTP name and password options.Eric S. Raymond2002-03-101-0/+1
| | | | svn path=/trunk/; revision=3596
* Sunil Shetye's fixews for IMAP and SMTP edge cases.Eric S. Raymond2002-02-011-4/+1
| | | | svn path=/trunk/; revision=3570
* Minor fixes from Henrique.Eric S. Raymond2001-12-191-2/+4
| | | | svn path=/trunk/; revision=3566
* Avoid UIDL core dump.Eric S. Raymond2001-11-081-18/+22
| | | | svn path=/trunk/; revision=3547
* Logging logic changed. Verbosity lowered.Eric S. Raymond2001-10-041-6/+7
| | | | svn path=/trunk/; revision=3540
* error.c -> report.cEric S. Raymond2001-09-301-0/+1
| | | | svn path=/trunk/; revision=3527
* Eliminate spurious protocol error messages.Eric S. Raymond2001-09-301-0/+3
| | | | svn path=/trunk/; revision=3505
* Ready to ship.Eric S. Raymond2001-09-261-0/+2
| | | | svn path=/trunk/; revision=3491
* Avoid zombie proliferation.Eric S. Raymond2001-09-261-4/+4
| | | | svn path=/trunk/; revision=3487
* No socket code at all in fetchmail.c now.Eric S. Raymond2001-09-241-4/+0
| | | | svn path=/trunk/; revision=3485
* Move Hesiod lookups away from startup time.Eric S. Raymond2001-09-241-27/+0
| | | | svn path=/trunk/; revision=3484
* _( -> GT_(Eric S. Raymond2001-09-241-186/+186
| | | | svn path=/trunk/; revision=3478
* Moved the DNS lookup.Eric S. Raymond2001-09-241-83/+4
| | | | svn path=/trunk/; revision=3477
* Andras Korn's bug.Eric S. Raymond2001-09-231-0/+5
| | | | svn path=/trunk/; revision=3467
* Log end of poll cycle.Eric S. Raymond2001-09-231-33/+47
| | | | svn path=/trunk/; revision=3466
* Actually do server skips!Eric S. Raymond2001-08-061-61/+38
| | | | svn path=/trunk/; revision=3445
* Two of Matthias Andree's four bugs.Eric S. Raymond2001-08-061-1/+1
| | | | svn path=/trunk/; revision=3444
* HMH's trivial fixes.Eric S. Raymond2001-07-251-8/+7
| | | | svn path=/trunk/; revision=3420
* Don't crap out when there are no servers.Eric S. Raymond2001-07-061-8/+12
| | | | svn path=/trunk/; revision=3402
* Exit with DNS error only if all mailserver lookups fail.Eric S. Raymond2001-07-061-1/+19
| | | | svn path=/trunk/; revision=3401
* ODMR fixes.Eric S. Raymond2001-07-011-1/+6
| | | | svn path=/trunk/; revision=3388
* Signal cleanup.Eric S. Raymond2001-06-241-4/+7
| | | | svn path=/trunk/; revision=3375
* Implemented fetchdomains.Eric S. Raymond2001-06-241-76/+101
| | | | svn path=/trunk/; revision=3373
* strncat/snprintf cleanup.Eric S. Raymond2001-06-231-1/+1
| | | | svn path=/trunk/; revision=3366
* Typo fix.Eric S. Raymond2001-06-121-1/+1
| | | | svn path=/trunk/; revision=3345
* This went out in 5-8-6.Eric S. Raymond2001-06-121-1/+1
| | | | svn path=/trunk/; revision=3343
* Tracepolls switch implemented.Eric S. Raymond2001-06-051-0/+6
| | | | svn path=/trunk/; revision=3337
* Before trying to fix the no-reset bug.Eric S. Raymond2001-05-291-1/+1
| | | | svn path=/trunk/; revision=3329
* SSL certification handling.Eric S. Raymond2001-05-141-1/+12
| | | | svn path=/trunk/; revision=3314