aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Sunil Shetye's --limitflush patch.Matthias Andree2005-09-171-1/+7
* Large protocol independence patch.Matthias Andree2005-08-281-28/+11
* Remove port/service dualism and make everything a service.Matthias Andree2005-08-021-28/+19
* Define temporary variable with #ifdefs rather than using these inside a macro...Matthias Andree2005-08-011-3/+4
* Kill alloca().Matthias Andree2005-07-311-1/+2
* INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required libr...Matthias Andree2005-07-301-11/+0
* sprintf -> snprintf.Matthias Andree2005-07-301-23/+25
* strcpy -> strlcpy, strcat -> strlcatMatthias Andree2005-07-301-1/+1
* Rename lock_release to fm_lock_release, to avoid namespace collision onMatthias Andree2005-07-231-2/+2
* Remove a check that is always true. Found by Nico Golde.Matthias Andree2005-07-231-7/+6
* Print a warning that running fetchmail as root is discouraged.Matthias Andree2005-07-201-0/+4
* Make tracepolls a server option, as documented. Fixes Debian bug #156094.Matthias Andree2005-07-181-2/+2
* Fix typo in 'Idle after poll is disabled' (used to be 'diabled'), reported byMatthias Andree2005-07-051-1/+1
* Plug one of the .netrc memory leaks.Matthias Andree2005-07-031-0/+1
* i18n fixes, cs.po updates, by Miloslav Trmac.Matthias Andree2005-07-031-43/+44
* Drop unused #include.Matthias Andree2005-07-031-1/+0
* Fix pluralization.Matthias Andree2005-04-271-1/+1
* Merge SuSE's fetchmail-6.2.5-implicit-declaration.patchMatthias Andree2005-04-251-0/+4
* Print warning if multidrop is configured, but not envelope option.Matthias Andree2005-04-131-3/+12
* Add a FIXME comment.Matthias Andree2005-03-191-0/+4
* Make iana_charset variable a const char * (was char *).Matthias Andree2004-11-081-1/+1
* Fix showdots parsing bug that maps preliminary to final flag values twice,Matthias Andree2004-11-081-9/+10
* Provide iana_charset, a normalized IANA charmap name.Matthias Andree2004-11-071-0/+11
* Fix miscellaneous warnings.Matthias Andree2004-10-201-7/+4
* Fix HESIOD compile failure on FreeBSD 5-CURRENT,Matthias Andree2004-06-201-0/+3
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-19/+19
* Sunil Shetye's fix for SSL configuration.Eric S. Raymond2004-01-131-2/+0
* Sunil's transaction patches.Eric S. Raymond2003-10-151-0/+25
* Better default for showdots.Eric S. Raymond2003-10-101-0/+2
* More minor fixes.Eric S. Raymond2003-08-131-0/+9
* First round ofmlong-delayed bug fixes.Eric S. Raymond2003-07-171-1/+1
* Ready to ship 6-2-0.Eric S. Raymond2002-12-131-15/+16
* Sunil's patch for the STARTTLS problem.Eric S. Raymond2002-11-281-1/+5
* Jan Klaverstijn's verbosity patch.Eric S. Raymond2002-10-311-1/+1
* Fix a minor bug reported by Matthias Andree.Eric S. Raymond2002-09-171-2/+3
* Default antispam code list to empy.Eric S. Raymond2002-09-091-7/+0
* Describe 550 better.Eric S. Raymond2002-09-041-2/+2
* Sunil Shetye's re-exec patch.Eric S. Raymond2002-09-041-17/+35
* Cygwin port fix.Eric S. Raymond2002-09-041-3/+3
* Refactor so we can use idle.c in the cookbook.Eric S. Raymond2002-08-261-0/+17
* Renove unused header.Eric S. Raymond2002-08-261-1/+0
* Sunil's CAPA patch.Eric S. Raymond2002-06-221-2/+6
* sendmail -i improvement.Eric S. Raymond2002-06-071-0/+7
* Expose the ESMTP name and password options.Eric S. Raymond2002-03-101-0/+1
* Sunil Shetye's fixews for IMAP and SMTP edge cases.Eric S. Raymond2002-02-011-4/+1
* Minor fixes from Henrique.Eric S. Raymond2001-12-191-2/+4
* Avoid UIDL core dump.Eric S. Raymond2001-11-081-18/+22
* Logging logic changed. Verbosity lowered.Eric S. Raymond2001-10-041-6/+7
* error.c -> report.cEric S. Raymond2001-09-301-0/+1
* Eliminate spurious protocol error messages.Eric S. Raymond2001-09-301-0/+3