Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Update mold_remover to version 0.3, from http://sf.net/projects/moldremover | Rob Funk | 2004-08-24 | 2 | -5/+54 |
| | | | | svn path=/trunk/; revision=3933 | ||||
* | Update translation. | Matthias Andree | 2004-08-20 | 1 | -403/+353 |
| | | | | svn path=/trunk/; revision=3932 | ||||
* | Update .pot file after driver.c changes. | Matthias Andree | 2004-08-20 | 1 | -358/+311 |
| | | | | svn path=/trunk/; revision=3931 | ||||
* | Fix bogus plural form. | Matthias Andree | 2004-08-20 | 1 | -7/+7 |
| | | | | svn path=/trunk/; revision=3930 | ||||
* | Safe fixes for compiler warnings. | Matthias Andree | 2004-08-09 | 2 | -7/+5 |
| | | | | svn path=/trunk/; revision=3929 | ||||
* | Don't output progress dots if output is only going to syslog. | Graham Wilson | 2004-08-09 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=3928 | ||||
* | Do not disable TOP in 'keep, but not uidl' mode. | Matthias Andree | 2004-08-09 | 1 | -2/+2 |
| | | | | | | Patch by Jakob Hirsch, 2003-05-22, revised by Matthias Andree, 2004-08-08. svn path=/trunk/; revision=3927 | ||||
* | Fix grammar in 'normal termination' message. | Matthias Andree | 2004-08-08 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3926 | ||||
* | Remove space after "MAIL FROM:" (patch from Phil Endecott) | Rob Funk | 2004-07-21 | 2 | -3/+3 |
| | | | | svn path=/trunk/; revision=3925 | ||||
* | Remove the (now empty) m4-local directory. | Graham Wilson | 2004-06-26 | 0 | -0/+0 |
| | | | | svn path=/trunk/; revision=3924 | ||||
* | Kill m4-local directory, move the two files to top-level directory. | Matthias Andree | 2004-06-26 | 6 | -8/+5 |
| | | | | | | Suggested by Graham Wilson. svn path=/trunk/; revision=3923 | ||||
* | Remove generated (through autogen.sh) file. | Matthias Andree | 2004-06-26 | 1 | -276/+0 |
| | | | | svn path=/trunk/; revision=3922 | ||||
* | Don't close stdin, nawk (default awk on FreeBSD) wants to do that itself. | Matthias Andree | 2004-06-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3921 | ||||
* | Reset LIBS/LDFLAGS/CPPFLAGS/CFLAGS before trying next path prefix. | Matthias Andree | 2004-06-20 | 1 | -0/+5 |
| | | | | svn path=/trunk/; revision=3920 | ||||
* | Remove line break that slipped in accidentally when adding FM_NAME override. | Matthias Andree | 2004-06-20 | 1 | -2/+1 |
| | | | | svn path=/trunk/; revision=3919 | ||||
* | Update to reflect autogen.sh. | Matthias Andree | 2004-06-20 | 1 | -3/+13 |
| | | | | | | Mention overrides that can be set in the environment. svn path=/trunk/; revision=3918 | ||||
* | Allow user to override autoreconf through setting | Matthias Andree | 2004-06-20 | 1 | -1/+5 |
| | | | | | | the AUTORECONF variable in his environment. svn path=/trunk/; revision=3917 | ||||
* | Fix build (make distcheck in particular) on systems without system-wide gettext. | Matthias Andree | 2004-06-20 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=3916 | ||||
* | Empty environment to avoid 'Insecure $ENV{ENV} while running with -T switch' | Matthias Andree | 2004-06-20 | 1 | -1/+1 |
| | | | | | | in manServer.pl with Perl 5.8 on FreeBSD. svn path=/trunk/; revision=3915 | ||||
* | Mention HESIOD/resolv.h fixes on FreeBSD. | Matthias Andree | 2004-06-20 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=3914 | ||||
* | Fix "resolv.h: present but cannot be compiled" on FreeBSD. | Matthias Andree | 2004-06-20 | 1 | -1/+10 |
| | | | | svn path=/trunk/; revision=3913 | ||||
* | Fix HESIOD compile failure on FreeBSD 5-CURRENT, | Matthias Andree | 2004-06-20 | 8 | -33/+175 |
| | | | | | | | | | | 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 | ||||
* | Rename bootstrap.sh to autogen.sh for stability of interfaces. | Matthias Andree | 2004-06-20 | 1 | -0/+0 |
| | | | | svn path=/trunk/; revision=3911 | ||||
* | Remove old autogen.sh. | Matthias Andree | 2004-06-20 | 2 | -45/+21 |
| | | | | svn path=/trunk/; revision=3910 | ||||
* | Mention automake. | Matthias Andree | 2004-06-20 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=3909 | ||||
* | Make sure we're using a non-localized date. Allow overrides for user, domain, | Matthias Andree | 2004-06-19 | 1 | -3/+8 |
| | | | | | | and name by using FM_USER, FM_NAME, FM_DOMAIN from the environment. svn path=/trunk/; revision=3908 | ||||
* | This is the large automake/gettext commit. | Matthias Andree | 2004-06-19 | 44 | -9291/+325 |
| | | | | | | | | | | | | | | It cleans up the whole build system and drops generated files such as intl/ and some from po/. The package version is moved to configure.in. HTML -> txt conversion is now done in html2txt.sh To bootstrap the package, read README.svn, make sure you have all prerequisite packages installed, then run ./bootstrap.sh. svn path=/trunk/; revision=3907 | ||||
* | Try fallback to rpm (in case rpm is version 3). | Matthias Andree | 2004-06-19 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=3905 | ||||
* | Fix various warnings. | Matthias Andree | 2004-06-19 | 5 | -33/+30 |
| | | | | svn path=/trunk/; revision=3904 | ||||
* | Cast arguments of is*() ctype.h functions to unsigned char to be 8-bit safe. | Matthias Andree | 2004-06-19 | 9 | -36/+36 |
| | | | | svn path=/trunk/; revision=3903 | ||||
* | Remove generated files. | Matthias Andree | 2004-06-18 | 13 | -0/+0 |
| | | | | svn path=/trunk/; revision=3902 | ||||
* | Compiler warnings fixes, preprocessor and minor general cleanup. | Matthias Andree | 2004-06-18 | 19 | -87/+84 |
| | | | | svn path=/trunk/; revision=3901 | ||||
* | Fix various compiler warnings. | Matthias Andree | 2004-06-18 | 2 | -1/+5 |
| | | | | svn path=/trunk/; revision=3900 | ||||
* | Fix various compiler warnings. | Matthias Andree | 2004-06-18 | 12 | -41/+42 |
| | | | | svn path=/trunk/; revision=3899 |