Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Honor sslcertpath setting even if sslcertck is unset. Patch by Brian Candler. | Matthias Andree | 2004-11-08 | 2 | -2/+4 |
| | | | | svn path=/trunk/; revision=3987 | ||||
* | Make iana_charset variable a const char * (was char *). | Matthias Andree | 2004-11-08 | 2 | -2/+2 |
| | | | | svn path=/trunk/; revision=3986 | ||||
* | Fix showdots parsing bug that maps preliminary to final flag values twice, | Matthias Andree | 2004-11-08 | 2 | -9/+12 |
| | | | | | | | trashing the setting when more than one server is configured. Patch submitted by Brian Candler. svn path=/trunk/; revision=3985 | ||||
* | Disable the sleep(3) after POP3 login. Submitted by Brian Candler. | Matthias Andree | 2004-11-08 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3984 | ||||
* | Disable the sleep(3) after POP3 login. Submitted by Brian Candler. | Matthias Andree | 2004-11-08 | 1 | -0/+7 |
| | | | | svn path=/trunk/; revision=3983 | ||||
* | Normalize most locale codesets to IANA codesets, based on | Matthias Andree | 2004-11-07 | 1 | -0/+2 |
| | | | | | | norm_charmap.c by Markus Kuhn. (Matthias Andree) svn path=/trunk/; revision=3982 | ||||
* | Use iana_charset rather than calling nl_langinfo(CODESET). | Matthias Andree | 2004-11-07 | 2 | -6/+6 |
| | | | | svn path=/trunk/; revision=3981 | ||||
* | Provide iana_charset, a normalized IANA charmap name. | Matthias Andree | 2004-11-07 | 3 | -2/+18 |
| | | | | svn path=/trunk/; revision=3980 | ||||
* | Check for langinfo.h. | Matthias Andree | 2004-11-07 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3979 | ||||
* | Include config.h just in case compiler doesn't know const. | Matthias Andree | 2004-11-07 | 1 | -1/+3 |
| | | | | | | Make argument and return value const. svn path=/trunk/; revision=3978 | ||||
* | Add instructions on updating/merging. | Matthias Andree | 2004-11-07 | 1 | -0/+17 |
| | | | | svn path=/trunk/; revision=3977 | ||||
* | copying Markus Kuhn's ucs 2002-03-11 into trunk | Matthias Andree | 2004-11-07 | 2 | -0/+263 |
| | | | | svn path=/trunk/; revision=3976 | ||||
* | Drop file to let us instead bring it into our tree via a vendor branch. | Matthias Andree | 2004-11-07 | 1 | -144/+0 |
| | | | | svn path=/trunk/; revision=3971 | ||||
* | Add Markus Kuhn's function to normalize the charset to IANA registered | Matthias Andree | 2004-11-07 | 1 | -0/+144 |
| | | | | | | | encodings. Imported version 2002-03-11 from http://www.cl.cam.ac.uk/~mgk25/ucs/norm_charmap.c svn path=/trunk/; revision=3970 | ||||
* | Update warning mail signature. | Matthias Andree | 2004-10-20 | 3 | -265/+265 |
| | | | | svn path=/trunk/; revision=3969 | ||||
* | Let stuff_warning do the RFC-2047 encoding. | Matthias Andree | 2004-10-20 | 3 | -44/+50 |
| | | | | | | Change stuff_warning interface to take a rfc2047 charset info parameter. svn path=/trunk/; revision=3968 | ||||
* | chase xalloca.c removal. | Matthias Andree | 2004-10-20 | 3 | -15/+12 |
| | | | | svn path=/trunk/; revision=3967 | ||||
* | Delete obsolete file xalloca.c, now a macro. | Matthias Andree | 2004-10-20 | 2 | -51/+0 |
| | | | | svn path=/trunk/; revision=3966 | ||||
* | Fix fuzzy translations. | Matthias Andree | 2004-10-20 | 1 | -340/+310 |
| | | | | | | Add Plural-Forms: header. svn path=/trunk/; revision=3965 | ||||
* | Add xalloca.c translation for "alloca failed\n". | Matthias Andree | 2004-10-20 | 1 | -374/+378 |
| | | | | svn path=/trunk/; revision=3964 | ||||
* | Add xalloca.c | Matthias Andree | 2004-10-20 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3963 | ||||
* | Add translations for xalloca.c. | Matthias Andree | 2004-10-20 | 1 | -1/+5 |
| | | | | svn path=/trunk/; revision=3962 | ||||
* | Remove auto-generated file. | Matthias Andree | 2004-10-20 | 1 | -2700/+0 |
| | | | | svn path=/trunk/; revision=3961 | ||||
* | Remove pass-c-format, which is not documented clearly. | Matthias Andree | 2004-10-20 | 1 | -2/+1 |
| | | | | | | Remove excess trailing backslash. svn path=/trunk/; revision=3960 | ||||
* | Update msgid " %d msg %d octets long skipped by fetchmail." | Matthias Andree | 2004-10-20 | 1 | -374/+374 |
| | | | | svn path=/trunk/; revision=3959 | ||||
* | Disable outdated translations for now. | Matthias Andree | 2004-10-20 | 1 | -1/+4 |
| | | | | svn path=/trunk/; revision=3958 | ||||
* | Add some --flag to XGETTEXT_OPTIONS, to properly propagate c-format tag. | Matthias Andree | 2004-10-20 | 1 | -1/+9 |
| | | | | svn path=/trunk/; revision=3957 | ||||
* | Fix cast for %02X format string. | Matthias Andree | 2004-10-20 | 1 | -6/+10 |
| | | | | | | Fix miscellaneous warnings, reformat one if...else for readibility. svn path=/trunk/; revision=3956 | ||||
* | Merge GNU's gettext.h. | Matthias Andree | 2004-10-20 | 1 | -12/+69 |
| | | | | svn path=/trunk/; revision=3955 | ||||
* | We want a gettext implementation that supports ngettext. | Matthias Andree | 2004-10-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3954 | ||||
* | Fix miscellaneous warnings. | Matthias Andree | 2004-10-20 | 12 | -47/+26 |
| | | | | svn path=/trunk/; revision=3953 | ||||
* | (rfc2047e) Convenience: free the buffer ourselves rather than let the caller ↵ | Matthias Andree | 2004-10-20 | 1 | -1/+10 |
| | | | | | | to it. svn path=/trunk/; revision=3952 | ||||
* | Update. | Matthias Andree | 2004-10-20 | 1 | -1/+3 |
| | | | | svn path=/trunk/; revision=3951 | ||||
* | Update. | Matthias Andree | 2004-10-19 | 4 | -803/+709 |
| | | | | svn path=/trunk/; revision=3950 | ||||
* | RFC-2047 subjects of warning messages. | Matthias Andree | 2004-10-19 | 1 | -10/+16 |
| | | | | svn path=/trunk/; revision=3949 | ||||
* | Add RFC-2047 encoder for internationalized mail warnings. | Matthias Andree | 2004-10-19 | 3 | -3/+200 |
| | | | | svn path=/trunk/; revision=3948 | ||||
* | Add replacement stpcpy. | Matthias Andree | 2004-10-19 | 3 | -1/+30 |
| | | | | svn path=/trunk/; revision=3947 | ||||
* | Rename configure.in to configure.ac | Matthias Andree | 2004-10-19 | 1 | -693/+0 |
| | | | | svn path=/trunk/; revision=3946 | ||||
* | Rename configure.in to configure.ac | Matthias Andree | 2004-10-19 | 1 | -0/+693 |
| | | | | svn path=/trunk/; revision=3945 | ||||
* | Reformat oversized message warning. | Matthias Andree | 2004-10-14 | 1 | -2/+6 |
| | | | | svn path=/trunk/; revision=3944 | ||||
* | Add MIME headers to specify body encoding for mail warnings. | Matthias Andree | 2004-10-14 | 2 | -1/+7 |
| | | | | svn path=/trunk/; revision=3943 | ||||
* | Update | Matthias Andree | 2004-10-12 | 1 | -0/+6 |
| | | | | svn path=/trunk/; revision=3942 | ||||
* | Merge 2004-03-25-6.2.5-egidy-parserec.diff. | Matthias Andree | 2004-10-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | Gerd v. Egidy writes: a received header looking like this Received: from code ([20.191.144.116]) by currently causes fetchmail 6.2.5 to segfault when in multidrop/received mode. Looks like there is a check for \0 missing in parse_received, the attached patch fixes this. (Committer's note: the sample looks incomplete but anyways the patch makes sense to me.) svn path=/trunk/; revision=3941 | ||||
* | Remainder of 2003-11-07-6.2.5-shetye-bugfixes.diff: | Matthias Andree | 2004-10-12 | 2 | -1/+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 | ||||
* | Merge Holger Mauermann's bounce patch, 2003-10-23-6.2.5-mauermann-bounce.diff | Matthias Andree | 2004-10-12 | 1 | -10/+33 |
| | | | | | | | | | | | | | | | | | | | Holger Mauermann writes: The attached patch for fetchmail-6.2.5 sends IMHO much better bounce messages. Changes: - The SMTP command "MAIL FROM: FETCHMAIL-DAEMON@..." is changed to "MAIL FROM: <>" as required by RFC 2821 - Removed Return-path: header, as required by RFC 2821 - Changed From:, added Subject: header - changed the human readable part to be more descriptive and detailed svn path=/trunk/; revision=3939 | ||||
* | Merge Fabrice Bellet's patch to fix recentcount/count after IMAP | Matthias Andree | 2004-09-10 | 2 | -4/+18 |
| | | | | | | | | | | | | | | | | | | EXPUNGE, to fix a hang after EXPUNGE for servers that don't update the number of RECENT and EXISTS messages such as Dovecot 0.99.10. Fixes Red Hat bug #113492. Credits: Fabrice Bellet (patch) Timo Sirainen (patch assistance) Alexandre Oliva (bug report) References: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=113492 http://bugzilla.redhat.com/bugzilla/attachment.cgi?id=100788&action=view http://lists.ccil.org/pipermail/fetchmail-friends/2004-June/008840.html svn path=/trunk/; revision=3938 | ||||
* | Add FIXME comment WRT i18n. | Matthias Andree | 2004-09-10 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=3937 | ||||
* | Remove libntlm-0.21, as the top-level directory contains the same files. | Graham Wilson | 2004-08-31 | 20 | -2869/+0 |
| | | | | svn path=/trunk/; revision=3936 | ||||
* | Remove the useless and unreleased CHANGES file. | Graham Wilson | 2004-08-30 | 1 | -4/+0 |
| | | | | svn path=/trunk/; revision=3935 | ||||
* | Move a handful of scripts (used for releases, testing, etc.) to dist-tools, ↵ | Graham Wilson | 2004-08-30 | 18 | -0/+0 |
| | | | | | | so that they are not released in the tarball. svn path=/trunk/; revision=3934 |