aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
Commit message (Collapse)AuthorAgeFilesLines
* Add xfree() macro.Matthias Andree2005-07-311-0/+1
| | | | svn path=/trunk/; revision=4196
* INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required ↵Matthias Andree2005-07-301-1/+0
| | | | | | library is no longer available. svn path=/trunk/; revision=4192
* Rename lock_release to fm_lock_release, to avoid namespace collision onMatthias Andree2005-07-231-2/+4
| | | | | | Darwin. NetBSD PR#28543 (pkg/28543). svn path=/trunk/; revision=4176
* Fix typo.Matthias Andree2005-07-201-1/+1
| | | | svn path=/trunk/; revision=4142
* Add prototypes for strlc?? functions.Matthias Andree2005-07-201-0/+10
| | | | svn path=/trunk/; revision=4141
* Add POSIX_space definition compliant to SUSv3.Matthias Andree2005-07-201-0/+4
| | | | svn path=/trunk/; revision=4140
* Make tracepolls a server option, as documented. Fixes Debian bug #156094.Matthias Andree2005-07-181-2/+2
| | | | svn path=/trunk/; revision=4121
* Fix reply_hack() type of third argument (int vs. size_t), by Miloslav Trmac.Matthias Andree2005-07-031-1/+1
| | | | svn path=/trunk/; revision=4069
* Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lackMatthias Andree2004-11-101-0/+5
| | | | | | real snprintf or vsnprintf. svn path=/trunk/; revision=3996
* Make iana_charset variable a const char * (was char *).Matthias Andree2004-11-081-1/+1
| | | | svn path=/trunk/; revision=3986
* Provide iana_charset, a normalized IANA charmap name.Matthias Andree2004-11-071-0/+5
| | | | svn path=/trunk/; revision=3980
* Let stuff_warning do the RFC-2047 encoding.Matthias Andree2004-10-201-2/+2
| | | | | | Change stuff_warning interface to take a rfc2047 charset info parameter. svn path=/trunk/; revision=3968
* Fix miscellaneous warnings.Matthias Andree2004-10-201-10/+4
| | | | svn path=/trunk/; revision=3953
* Add RFC-2047 encoder for internationalized mail warnings.Matthias Andree2004-10-191-0/+1
| | | | svn path=/trunk/; revision=3948
* Add replacement stpcpy.Matthias Andree2004-10-191-0/+4
| | | | svn path=/trunk/; revision=3947
* Remainder of 2003-11-07-6.2.5-shetye-bugfixes.diff:Matthias Andree2004-10-121-0/+12
| | | | | | | | Fix sys/time.h and time.h handling. See http://funknet.net/fetchmail/patches/2003-11-07-6.2.5-shetye-bugfixes.diff svn path=/trunk/; revision=3940
* Compiler warnings fixes, preprocessor and minor general cleanup.Matthias Andree2004-06-181-3/+6
| | | | svn path=/trunk/; revision=3901
* Fix various compiler warnings.Matthias Andree2004-06-181-1/+3
| | | | svn path=/trunk/; revision=3900
* Sunil Shetye's fix for SSL configuration.Eric S. Raymond2004-01-131-0/+12
| | | | svn path=/trunk/; revision=3875
* POP3 strong authentication fixes.Eric S. Raymond2004-01-131-1/+1
| | | | svn path=/trunk/; revision=3873
* Sunil's transaction patches.Eric S. Raymond2003-10-151-2/+12
| | | | svn path=/trunk/; revision=3858
* Storage cleanup for new dup killer code.Eric S. Raymond2003-10-101-3/+2
| | | | svn path=/trunk/; revision=3855
* Dup killer now uses an MD5 hash of the message headers.Eric S. Raymond2003-10-101-1/+1
| | | | svn path=/trunk/; revision=3854
* Dup killer now uses an MD5 hash of the message headers.Eric S. Raymond2003-10-101-1/+1
| | | | svn path=/trunk/; revision=3853
* Better default for showdots.Eric S. Raymond2003-10-101-1/+1
| | | | svn path=/trunk/; revision=3842
* Ready to ship.Eric S. Raymond2003-08-061-3/+5
| | | | svn path=/trunk/; revision=3831
* Get rid ofv non-portable whitespace messages.Eric S. Raymond2003-07-171-1/+1
| | | | svn path=/trunk/; revision=3820
* Guard some buffers.Eric S. Raymond2003-03-011-3/+4
| | | | svn path=/trunk/; revision=3804
* IDLE implementation.Eric S. Raymond2003-02-281-0/+2
| | | | svn path=/trunk/; revision=3794
* Routine updates, including the latest Shetye patch.Eric S. Raymond2002-12-261-0/+2
| | | | svn path=/trunk/; revision=3778
* Ready to ship 6-2-0.Eric S. Raymond2002-12-131-0/+3
| | | | svn path=/trunk/; revision=3776
* Sunil Shetye's latest cleanup patch.Eric S. Raymond2002-09-131-0/+1
| | | | svn path=/trunk/; revision=3712
* Sunil Shetye's re-exec patch.Eric S. Raymond2002-09-041-0/+5
| | | | svn path=/trunk/; revision=3696
* Cygwin port fix.Eric S. Raymond2002-09-041-0/+6
| | | | svn path=/trunk/; revision=3692
* Sunil's CAPA patch.Eric S. Raymond2002-06-221-0/+1
| | | | svn path=/trunk/; revision=3650
* xmalloc type cleanup.Eric S. Raymond2002-06-071-2/+5
| | | | svn path=/trunk/; revision=3636
* Shrouding fix.Eric S. Raymond2002-06-031-1/+1
| | | | svn path=/trunk/; revision=3622
* Various cleanup patches.Eric S. Raymond2002-04-091-1/+1
| | | | svn path=/trunk/; revision=3612
* Other routine fixups.Eric S. Raymond2002-04-011-7/+26
| | | | svn path=/trunk/; revision=3604
* Expose the ESMTP name and password options.Eric S. Raymond2002-03-101-1/+1
| | | | svn path=/trunk/; revision=3596
* Initial version of ESMTP AUTH.Eric S. Raymond2002-03-091-0/+1
| | | | svn path=/trunk/; revision=3589
* Sunil Shetye's fixews for IMAP and SMTP edge cases.Eric S. Raymond2002-02-011-0/+1
| | | | svn path=/trunk/; revision=3570
* Minor fixes from Henrique.Eric S. Raymond2001-12-191-1/+1
| | | | svn path=/trunk/; revision=3566
* Revised dup-killer code.Eric S. Raymond2001-12-141-0/+1
| | | | svn path=/trunk/; revision=3561
* Easy bug fixes for this round.Eric S. Raymond2001-11-081-1/+1
| | | | svn path=/trunk/; revision=3543
* Security audit fix.Eric S. Raymond2001-10-031-1/+1
| | | | svn path=/trunk/; revision=3534
* _( -> GT_(Eric S. Raymond2001-09-241-1/+1
| | | | svn path=/trunk/; revision=3478
* Two of Matthias Andree's four bugs.Eric S. Raymond2001-08-061-2/+1
| | | | svn path=/trunk/; revision=3444
* Implemented fetchdomains.Eric S. Raymond2001-06-241-0/+2
| | | | svn path=/trunk/; revision=3373
* First round of ODMR fixes.Eric S. Raymond2001-06-241-1/+1
| | | | svn path=/trunk/; revision=3372