Age | Commit message (Collapse) | Author | Files | Lines |
|
fetchmail-5.2.3 (Tue Jan 4 01:56:11 EST 2000), 18421 lines:
* Ken Estes's patch to check for unreachable UIDL file due to bad NFS mount.
* Jorge Godoy's replacement pt_BR.po and various minor translation fixes.
* Javier Kohen's replacement for es.po.
* Munechika SUMIKAWA's patch to make IPv6 version build when POP2 is enabled.
* Russian translation removed; it was badly garbled.
* Added Rick van Rein's fetchmaildistrib script to the contrib directory.
* Gunther Leber's cleanup patches.
* Note to translators: The bodies of the login-error and timeout-error
form letters have been changed in driver.c.
fetchmail-5.2.2 (Sun Dec 26 09:31:07 EST 1999), 18365 lines:
* Arrange for fetchmail to restart itself quietly when the rc file is touched.
* Improvements to IPv6 code from Jun-ichiro itojun Hagino <itojun@iijlab.net>.
* Drastic simplification of UIDL code, suggested by Ken Estes.
fetchmail-5.2.1 (Sun Dec 19 23:08:53 EST 1999), 18330 lines:
* Added FAQ item R10 on timeouts during messages.
* Fixed indentation problem in fetchmailconf.
* Federico Schwindt's patch to fix broken SSL configuration.
* Fixes to use fetchmail with IPv6 enabled on glibc without inet6-apps
installed; thanks to Arkadiusz Mis'kiewicz.
* Interpret IMAP PREAUTH tag correctly (from Joerg Dorchain).
* Upgraded to version 0.21 of smbutil.c. FAQ item S2 now documents
how to set a domain name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- make this work on Solaris.
|
|
WIDE patch, mail/smtpfeed can simply depend on mail/sendmail.
|
|
enable USE_INET6 cases.
|
|
|
|
|
|
XXX maybe we should install sendmail into /usr/pkg/somewhere, and let
the user edit /etc/mailer.conf? I'm not really sure what is the best route.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
XXX need hardcoded pathname for mailing list membership files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1. After a successful delivery, the message log file was being fclosed twice;
some operating systems' C libraries just ignore the second fclose, but others
crashed; this caused -J files to be left lying about.
2. The "contains" operation in filter files was failing to find matches when
the initial character of the searched-for string was duplicated in the subject
string, e.g. searching for "[Boston]" in "[[Boston] ..." failed. The bug was in
the "strstric()" function, which would also have affected -R and -S operations.
|
|
|
|
|
|
decoding MIME mails, provided by Havard Eidnes in PR 8957 (with some
modifications). Thanks!
|
|
|
|
|
|
|
|
|
|
bug fixed DB 1.85 code in "libc" and using DB 2.x causes problems with
3rd party applications we use it only if "${USE_DB2}" is set to "YES".
|
|
Changes include:
Mail::Header
- fold_line now skips X-Face lines
Mail::Filter
- Applied patch from <pncu_ss@uhura.cc.rochester.edu> (Josh Pincus)
* Added return value to _filter() so that the function returns
the result of the last subroutine in the list of filters.
(the manpage specifies that one should have been able to do this
originally.)
Mail::Mailer
- Treat VMS the same as MacOS as neither have sendmail et al.
Mail::Mailer::smtp
- Server can now be specified to Mail::Mailer contructor
Mail::Alias, Mail::Util,Mail:Internet, Mail::Cap
- local-ize some globals used
Mail::Cap
- check in $ENV{HOME} is defined
Mail::Address
- Fix capitalization problems with names like "Lie<DF>egang"
Mail::Address
- Fix use of uninitialized warning
Update Makefile.PL for release 1.12
Mail::Internet
- Added options to smtpsend
Mail::Send
- Updated docs for 'smtp'
Mail::Header
- Fix _fold_line for lines which contain quoted strings
Mail::Address
- avoid warnings if undef is passed to parse()
Mail::Address
- tweak to format to ensure comment is delimeted by ()
- typo in docs
- Documentation update to Mail::Internet
Mail::Cap
- Fixed mailcap search so it works on MacOS
Mail::Mailer
- Change to use Mail::Util::mailaddress
Mail::Util
- updated mailaddess to be aware of MacOS
Mail::Header
- fix read(0 and extract() not to require non-whitespace characters
on continuation lines, a single leading whitespace char is all
that is needed.
- Applied patch from Roderick Schertler to
- Two places in Mail::Header are changed so they don't use $'.
- A Mail::Header::as_string method is added.
- Mail::Internet::as_string and as_mbox_string methods are added.
The mbox variant does encoding appropriate for appending a message
to a Unix mbox file.
- Tests for the three new methods are added.
Mail::Util
- tweak to what maildomain looks for in the sendmail config file
Mail::Address
- Split out real handlers into thier own .pm files
- Added Mail::Mailer::smtp, this is the default for MacOS
Mail::Mailer
- Applied patch from Slaven Rezic <eserte@cs.tu-berlin.de> to support
FreeBSD properly
Mail::Address
- Applied patch from Chuck O'Donnell to improve name extraction
t/extract.t
- change for new extraction
bin/*.PL
- change "#!$Config{'scriptdir'}/perl -w\n" ot
$Config{'startperl'}," -w\n"
Mail::Field
- modified so it works with perl < 5.004
Makefile.PL
- removed code to prevent installation of Mail::Field
Mail::Header
- Added \Q and \E to some regexp's
Mail::Mailer
- Added patch from Jeff Slovin to pass correct args to mailx on DG/UX
|