summaryrefslogtreecommitdiff
path: root/mail/fetchmail
AgeCommit message (Collapse)AuthorFilesLines
1999-05-03Update fetchmail to 5.0.3.frueauf2-4/+4
fetchmail-5.0.3 (Sun May 2 23:39:22 EDT 1999): * Added FAQ item about things to check if --monitor fails with pppd. * Fixed Matthias Andree's SMTP error bug.
1999-05-02Update fetchmail to 5.02.frueauf2-4/+4
fetchmail-5.0.2 (Thu Apr 29 22:09:46 EDT 1999): * The IMAP driver now sets SEEN at deletion time, in case the server ships DSNs when that bit is set (HP OpenMail does this). * Delay between POP3 subsessions to allow the server time to release locks. * Improved environment-query logic to handle mutiple names per UID. (This also fixes the no-pidfile bug introduced in 5.0.1.) * FAQ now includes the location of SSL patches. fetchmail-5.0.1 (Sun Apr 18 14:59:56 EDT 1999): * Try to discover user/home via getpwuid(getuid()) before using LOGNAME/HOME. * Mike Pearce's fix for buggy DEFAULT handling in .netrc. * Keep validation errors from generating message lines that qmail will reject. * Can now use expunge option to chop POP3 retrievals into subsessions. * Fix broken site-deletion code in fetchmailconf.
1999-04-11Update fetchmail to 5.0.0.frueauf3-578/+578
fetchmail-5.0.0 (Mon Apr 5 11:00:24 EDT 1999): * Update for fetchsetup from Kent Robotti. * Eliminate a realloc error in fetchmail -v -v progress message generation. * Spanish-language update by Javier Kohen. * French-language update by Guy Brand. * Danish summary and description for specgen.sh. * Henrik Storner's fix for the PGP/mimedecode problem. * Fix netrc search code to be able to search >1 host entry per file. * Added heads-up about SpryNet in the FAQ and a test in the autoprobe code. * Removed the Hotmole script. Instead, the web page and FAQ now refer to it. fetchmail-4.7.9 (Tue Mar 9 13:25:01 EST 1999): * Patch by Dan Root to solve an endianness problem in IMAP-K4. * Fix lexical-analyzer bug that rejected `set nobouncemail', * Prevent send_bouncemail from stepping on SMTP antispam response. * Added French internationalization (LC_ALL=fr) from Guy Brand. * Added Hugo Rabson's script for fetching from Hotmail. * Test for .fetchmailrc ownership using geteuid() when possible. * Prevent parsing of delimited protocols from tripping up on a MIME-armored line consisting of "=2E\r\n". fetchmail-4.7.8 (Mon Feb 22 10:06:04 EST 1999): * FreeBSD support for interface and monitor options by Andy Doran <ad@psn.ie>. * Fixed server-deletion bug in fetchmailconf. Also, handle `port' properly. * Timestamps now generated into logfiles at start of poll cycle. * New `nobounce' debugging option (specifically exempted from feature freeze) allows SMTP error bouncemail to be redirected from sender to local postmaster. * Suppress dancing progress dots when syslog is on. * es.po update by Javier Kohen. * Added FAQ material on what to do for a "do not relay" sendmail response. * Can now build under Lynx 3.0.0.
1999-03-29Patch by Greg A. Woods to use "autoconf" to reconfigure "configure"tron1-2/+7
because "configure.in" gets patched. Fixes PR pkg/7263 by Paul Dokas.
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-03Update fetchmail to 4.7.7.frueauf3-141/+132
fetchmail-4.7.7 (Tue Feb 2 18:57:04 EST 1999): * Fixed off-by-one error in batchlimit logic (thanks to Brian Warner). * Added MD5 checksums to web page. * Get kernel type (and derive /proc/net/dev format) at startup. * Fixes for fetchmailconf bugs reported by Gunther Leber. * Return of the dancing progress dots!
1999-02-02Update fetchmail to 4.7.6.frueauf4-173/+153
fetchmail-4.7.6 (Sat Jan 30 19:44:24 EST 1999): * Henrik Storner's fix for mimedecode * ' now works as a string quote in. fetchmailrc syntax, just like ". * All bounce messages now use FQDN return paths. * Check for background mode before generating oversized-message mail. Duh! * Paul Murphy's improvements for SDPS. * Message deletion on miscellaneous 5xx SMTP errors is suppressed unless a bounce can be sent.
1999-01-24Do the previous a bit better.mycroft1-550/+493
1999-01-24Nuke Hesiod support for now, since we don't have the pobox stuff.mycroft1-0/+2663
XXX This should be temporary.
1999-01-10Update fetchmail to 4.7.5.frueauf2-4/+4
fetchmail-4.7.5 (Sat Jan 9 17:01:13 EST 1999): * Issue proper logout after running fetchmail -c * Fix prefix problem with internationalized version. * Fix for Harry McGavran's VPATH bug. * Progress messages now go to stdout. Errors still go to stderr * Fetchmailconf can now launch fetchmail with a point-and-click interface. * Many small cleanups suggested by Byrial Jensen. * Polish-language (LC_ALL=pl) support. Turkish text in spec file.
1999-01-06Update fetchmail to 4.7.4.frueauf2-4/+4
fetchmail-4.7.4 (Mon Jan 4 13:26:32 EST 1999): * Error message cleanup. * HTML cleanup in design notes and FAQ, thanks to Byrial Jensen. * Don't get message sizes when --check is on. * Supply our own strerror() if system doesn't have one. * Gunther Leber's cleanup for the plugin/plugout code. * Hajimu UMEMOTO's code for localtime in timestamps. * Michael Warfield's IPv6 fixes. * Added Argentine Spanish as supported language (LC_ALL=pt_BR) from a po file by Javier Cohen <jkohen@tough.com>. * Accept 'passwd' as a synonym for 'password' in .netrc files. * In fetchmailconf, Save or Quit in a frame first performs that action on all dependent frames. * Source distribution now includes Debian package data under debian/
1999-01-02Update fetchmail to 4.7.3.frueauf2-5/+5
fetchmail-4.7.3 (Thu Dec 31 11:54:01 EST 1998): * Added new FAQ item G11 and added material to R1. * Do a full antispam check on the EOM response in case the local MTA does content analysis of the message body. * Bouncemail now conforms to RFC1984 correctly. * Use sigprocmask to avoid Ron Gomes's weird hang bug (I hope).
1998-12-29Update fetchmail to 4.7.2.frueauf2-5/+5
fetchmail-4.7.2 (Fri Dec 25 01:01:54 EST 1998): * Don't append the destination address to a postmaster name containing @. * Added John Summerfield's getfetchmail script. * Minor fixes in bouncemail format.
1998-12-28"i18n.h" and <kerberosIV/des.h> both define a macro "_". the one inmarc1-0/+31
i18n is the one we want, so include i18n.h second.
1998-12-20Use wildcard CONFLICTS to clean up.tv1-8/+2
1998-12-20Forgot CONFLICTS for previous version.frueauf1-2/+3
1998-12-19Update fetchmail to 4.7.1.frueauf2-4/+4
fetchmail-4.7.1 (Fri Dec 18 03:02:22 EST 1998): * FEATURE FREEZE IS NOW IN EFFECT! No new features until after 5.0.0. * Enable fetchmail to build correctly on systems without socketpair. * gcc -Wall cleanup. * Make sure user can see a trouble message in verbose mode when there are no local matches for recipient addresses. * Harry McGavran's configure.in fix for mixed Kerberos IV/V installations.
1998-12-17Update fetchmail to 4.7.0.frueauf2-5/+5
* Minor correction to make i18n subdirectory builds work better. * Rob Funk's old-message-check optimization. * Fix an error in the logic for detecting when all connections are wedged. * Unwedge connections on wakeup. * Fix Ken Estes's LMTP coredump error. * Bounce mail with addresses rejected by the listener back to the sender. * Search .netrc on via name as well as poll name (thanks to Rob Funk). * Handle SMTP error responses from DATA, so zmailer will work.
1998-12-02Update fetchmail to 4.6.9. From its Changelog:frueauf2-6/+8
fetchmail-4.6.9 (Tue Dec 1 14:46:19 EST 1998): * Better RFC822 conformance in fetchmail trace headers. * Corrected MIME generation of bounce mail. * Prevent core dumps on 'for' and 'by' in names (bug introduced in 4.6.8). * Peter Hamlen's fix for bounce-message generation. * Silent mode now suppresses progress messages from 2xx responses in ETRN. * Fix for netrc.c core dump from Michael Pearce <Michael_Pearce-AMP001@email.mot.com>. fetchmail-4.6.8 (Sat Nov 28 21:07:46 EST 1998): * Added bounce-mail capability on SMTP/ESMTP error conditions. * Internationalization support via GNU gettext from Arnaldo Carvalho de Melo <acme@conectiva.com.br> and Jorge Godoy <jorge@bestway.com.br>. First supported language is Brazilo-Portuegese (LC_ALL=pt_BR). * Fixed Debian Bug#29913: -M on the command line causes SEGV in daemon mode. * Emit an informational message when fetchlimit is reached. * Documented fetchmail's actions on ESMTP errors on the man page. * Fix an undead-message hole in POP3 with fetchall on. * Fix a minor error in generation of fetchmail's trace headers. * Better Received-line parsing (avoid some false positives).
1998-11-22Update fetchmail to 4.6.7.frueauf2-5/+6
1998-11-08Updated fetchmail to 4.6.6.frueauf2-5/+5
1998-10-30Update fetchmail to 4.6.5.frueauf2-5/+5
1998-10-28Update fetchmail to 4.6.4.frueauf2-5/+6
1998-10-22Update fetchmail to 4.6.3.frueauf2-5/+5
1998-10-18Update fetchmail to 4.6.2.frueauf3-14/+14
1998-10-16Update fetchmail to 4.6.1.frueauf2-5/+6
1998-09-28Update fetchmail to 4.6.0.frueauf2-5/+5
1998-08-28Update fetchmail to 4.5.7.frueauf2-5/+5
1998-08-25Update fetchmail to 4.5.6.frueauf2-5/+6
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-08-04Update fetchmail to 4.5.5.frueauf3-5/+5
1998-07-28Use BSD_INSTALL_SCRIPT, not INSTALL_PROGRAM:N-s.tv1-1/+1
1998-07-26Update fetchmail to 4.5.4.frueauf2-4/+5
1998-07-22Update fetchmail to 4.5.3.frueauf3-8/+8
1998-07-18Update fetchmail to 4.5.2.frueauf2-3/+5
1998-07-04Remove outdated RCS tags.mycroft1-2/+1
1998-07-04Upgrade to 4.5.1.mycroft7-96/+36
1998-06-18Remove MAN<sect> and CAT<sect> definitions from package Makefiles - theseagc1-2/+1
are unnecessary with automatic manual page handling.
1998-06-03Include bsd.prefs.mk, so that variables can be set in /etc/mk.confagc1-4/+3
1998-05-10Check for existance of mk.conf, first.mycroft1-1/+3
1998-05-10We need mk.conf for MAKE_EBONES/MAKE_KERBEROS4.mycroft1-1/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-16Kill a compiler warning.mycroft1-1/+10
1998-03-16Make this compile with Kerberos.mycroft2-2/+46
1998-03-07update to V4.3.9, by request from veego.hubertf2-3/+3
1998-02-28Adapt this package to NetBSD.tron4-13/+15
1998-02-28Initial import of FreeBSD's "fetchmail" port.tron7-0/+105