* Use case ignore match for detecting encoded header. This is
language independent problem.
* Improve handling of file name of attachment in Japanese environment.
These fixes make squirrelmail usable after remove of japaneses patch.
Bump PKGREVISION.
* Currently, squirrelmail package is brokwn when enable squirrelmail-japanese
option and are/squirrelmail/functions/decode/iso_2022_jp.php was conflicted
between squirrelmail and squirrelmail-decode package.
* squirrelmail-japanese isn't available for squirrelmail-1.4.20-RC2.
Bump PKGREVISION.
- Fix gn and givenName should be synonymous in LDAP addressbook (#1485892)
- Add mail_domain to LDAP email entries without @ sign (#1485201)
- Fix saving empty values in LDAP contact data (#1485781)
- Fix LDAP contact update when RDN field is changed (#1485788)
- Fix LDAP attributes case senitivity problems (#1485830)
- Fix LDAP addressbook browsing when only one directory is used (#1486022)
- Fix endless loop on error response for APPEND command (#1486060)
- Don't require date.timezone setting in installer (#1485989)
- Fix date sorting problem with Courier IMAP server (#1486065)
- Unselect pressed buttons on mouse up (#1485987)
- Don't set php_value error_log in .htaccess but mention in INSTALL (#1485924)
- Fix too small status/flag/attachment columns in Safari 4 (#1486063)
- Fix selection disabling while dragging splitter in webkit browsers (#1486056)
- Added 'new_messages' plugin hook (#1486005)
- Added 'logout_after' plugin hook (#1486042)
- Added 'message_compose' hook
- Added 'imap_connect' hook (#1485956)
- Fix vcard_attachments plugin (#1486035)
- Updated PEAR::Auth_SASL to 1.0.3 version
- Use sequence names only with PostgreSQL (#1486018)
- Re-designed User Preferences interface
- Fix MS SQL DDL (#1486020)
- Fix rcube_mdb2.php: call to setCharset not implemented in mssql driver (#1486019)
- Added 'display_next' option
- Fix rcube_mdb2::unixtimestamp for MS SQL (#1486015)
- Fix HTML washing to respect character encoding
- Fix endless loop in iil_C_Login() with Courier IMAP (#1486010)
- Fix #messagemenu display on IE (#1486006)
- Speedup UI by using sprites for (toolbar) buttons
- Fix charset names with X- prefix handling
- Fix displaying of HTML messages with unknown/malformed tags (#1486003)
From Fredrik Pettai in pkg/42099.
pkgsrc changes:
- Adding license definition
Upstream changes:
0.08 Tue Aug 4 13:56:26 CEST 2009
- chg: accept ucfirst options on new() constructor for all options
CPAN bug #48349 MDOM
- fix: documentation bug about to pass "tls" to IO::Socket
0.07 Tue Aug 4 13:56:26 CEST 2009
- add: on_fail option for constructor
CPAN bug #48286 Mario Domgoergen
- fix: missing call to _set_error() when TLS fails
pkgsrc changes:
- Adding license definition
Upstream changes:
2.198 2009-07-12
** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **
fix the paths added in 2.195; thanks, ansgar from uni-heidelberg
2.197 2009-06-13
** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **
fix regression introduced into SMTP transport's "to" detector
(thanks to John Maslanik for bug report)
2.196 2009-06-09
** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **
reduce reliance of tests on screw-up-able Module::Pluggable call
2.195 2009-06-07
** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **
add /usr/sbin/sendmail as last place to always look for sendmail
add /usr/lib/sendmail as last place to always look for sendmail
if $QMAIL variable for Qmail subclass is -x, use it
Re-alpine is a fork of Alpine with a new development team. (Alpine
is the official replacement for the Pine email and news client.)
Re-alpine is a screen-oriented message-handling tool (i.e. a mail
client) with many configurations for the novice and power user.
This package currently only installs the alpine binary, excluding
the pilot and pico binaries which would cause it to conflict with
the pine package.
changes:
Default Cc, Bcc and Reply-To options have been added to Folder
Properties.
MIME parts that lack an end boundary are now handled, (even though
they're INVALID!).
A 'Metadata handling' option has been added to the Miscellaneous
options page. The options are 'safer' or 'faster'. 'faster' is
Claws' original behaviour. 'safer' prevents data loss on system
crashes where the filesystem is of a 'not-so-robust' variety, e.g.
xfs. If in doubt, use 'safer'. This option defaults to 'safer'.
Face and X-Face previews have been added to the Custom Header
Configuration dialogue in Account preferences.
An option has been added to the Receive page of IMAP account
preferences, "Move deleted mails to trash and expunge immediately".
This option is on by default to avoid changing the existing
behaviour. Turning it off prevents automatic expunging.
Also, 'Tools/Expunge' and 'View/Hide deleted messages' menu items
have been added to main toolbar.
Support for clickable gopher:// links has been added.
In the Compose window a warning dialogue is raised if attachments
that have been added no longer exist on the filesystem at the time
of sending.
Buttons to clear header lines in the Compose window have been
added.
GnuTLS compatibility mode is now used, this avoids problems with
servers that don't comply 100% with the spec, but still exist.
tools/csv2addressbook.pl
thunderbird import for version 2.0.0.21 has been added.
translation updates
bugfixes
(fix PR pkg/42054.)
Changes:
- Update gnulib to 2009-09-07.
- Use proper binary prefixes when handling sizes.
- Scripts msmtpq and msmtpQ: do not hardcode IP address of www.google.com
when testing connectivity. Use host name instead. Closes Debian bug #538328.
- Make the option -v an alias for -d/--debug, for compatibility with
other implementations of the sendmail interface. Closes Debian bug #487272.
- Add find_alias_for_msmtp.sh script by Jim Lofft.
- Update gnulib to 2009-08-02.
- Increase SMTP_MAXCMDLEN so that it is large enough to handle the
potentially very long lines generated by the GSSAPI authentication method.
- Update gnulib to 2009-03-07. Remove gnulib modules
fseek/fseeko/lseek because they cause errors on MinGW: files opened with
"r+" cannot be written to.
Provide our own fseeko instead if it does not exist; see configure.ac.
- Use "netrc" as SYSNETRCFILE, not ".netrc". Reported by Jim Pryor.
- Use more gnulib modules to remove more W32 workarounds from the source.
- Add missing gnulib module strerror for meaningful error messages on W32.
- file_set_size() was broken with OSes that didn't support posix_fallocate()
(almost everyone except Linux), causing all kinds of index file errors.
- ldap: Fixed hang when >128 requests were sent at once.
- Fixed a crash in saving messages where message contained a CR character that
wasn't followed by LF (and the CR happened to be the last character in an
internal buffer).
- deliver: Don't send rejects to any messages that have Auto-Submitted header.
This avoids emails loops.
- Message decoding fixes (mainly for IMAP SEARCH, Sieve).
pkgsrc changes:
- Adding license definition
- Adjusting dependencies
- prevent bundled Module::Install from automatic installing extra deps
- removed upstream applied patches
Upstream changes:
Version 1.5002: Sun Aug 9 2009
- Disabled the grep interface, which has had some tricky bugs that I don't
have time to figure out.
- Fixed infinite loop that occurred for emails of less than 200 characters.
(Thanks to Julian Ladisch <bitcard.org-prt@ladisch.de> for the bug report.)
- Updated Makefile.PL to be compatible with versions of Module::Install >
0.88.
- Instead of returning an error for an empty mailbox, a valid mailbox is
returned that will immediately fail the end_of_mailbox check. This should
simplify people's code. (Thanks to Daniel Maher <dma@witbe.net> for a bug
report that suggested this change in semantics.)
- More updates for the missing "m" modifier issue exposed by Perl 5.10.
(Thanks to Tom Callawa <tcallawa@redhat.com> for the bug report, and Andreas
K"onig <andreas.koenig@anima.de> for the patch.)
- Added some debugging information for the "cache data not validated" error.
Hopefully this will help catch the bug in the act.
Version 1.5001: Sun Jul 20 2008
- Added the missing "m" modifier to a number of regular expressions. A change
in Perl 5.10 exposed this issue. (Thanks to Anicka Bernathova
<anicka@suse.cz> for the patch.)
- Fixed an off-by-one error that would sometimes cause warnings about
undefined values.
- Added a hack to Makefile.PL to force Module::AutoInstall to be included for
Module::Install::CheckOptional.
- Fixed a problem in the PREOP rewriting that would cause it to fail on
Windows.
pkgsrc changes:
- Adding license definition
Upstream changes:
Version 3.025
Added back support for providing a non-default SMTP port (#21156, #48783, thanks John Bokma!).
This can crash applications using "libspf2" (e.g. "milter-greylist")
in an e-mail gets delivered via SMTP over IPv6 depending on the
remote machine's IPv6 address.
2.7.1
Changes: Users (or package maintainers) now have the choice between
Getopt::Long and Getopt::Mixed (with the latter as the default).
2.7
Changes: Another tweak to the MS-TOFU detection has been applied.
2.6
Changes: This release has a minor TOFU detection tweak. Some typos have
been fixed. It is hopefully the last release before a long overdue
migration to Getopt::Long.
The stable release Postfix 2.6.5 addresses the defects described
below (some already addressed with the not-announced Postfix 2.6.3
release). These defects are also addressed in the legacy releases
that are still maintained: Postfix 2.5.9, 2.4.13 and 2.3.19.
Do not use Postfix 2.6.4, 2.5.8, 2.4.12, 2.3.18, 2.7-20090807, and
2.7-20090807-nonprod. These contain a DNS workaround that causes
more trouble than it prevents. It is removed until further notice.
Defects fixed with Postfix 2.6.3, 2.5.9, 2.4.13 and 2.3.19:
- The Postfix Milter client got out of step with a Milter application
after the application sent a "quarantine" request at end-of-message
time. The Milter application would still be in the end-of-message
state, while Postfix would already be working on the next SMTP
event, typically, QUIT or MAIL FROM. In the latter case, Milter
responses for the previously-received email message would be
applied towards the next MAIL FROM transaction. This problem was
diagnosed with help from Alban Deniz.
Defects fixed with Postfix 2.6.5, 2.5.9, 2.4.13 and 2.3.19:
- The Postfix SMTP server would abort with an "unexpected lookup
table" error when an SMTPD policy server was mis-configured in a
particular way.
The stable release Postfix 2.6.5 addresses the defects described
below (some already addressed with the not-announced Postfix 2.6.3
release). These defects are also addressed in the legacy releases
that are still maintained: Postfix 2.5.9, 2.4.13 and 2.3.19.
Do not use Postfix 2.6.4, 2.5.8, 2.4.12, 2.3.18, 2.7-20090807, and
2.7-20090807-nonprod. These contain a DNS workaround that causes
more trouble than it prevents. It is removed until further notice.
Defects fixed with Postfix 2.6.3, 2.5.9, 2.4.13 and 2.3.19:
- The Postfix Milter client got out of step with a Milter application
after the application sent a "quarantine" request at end-of-message
time. The Milter application would still be in the end-of-message
state, while Postfix would already be working on the next SMTP
event, typically, QUIT or MAIL FROM. In the latter case, Milter
responses for the previously-received email message would be
applied towards the next MAIL FROM transaction. This problem was
diagnosed with help from Alban Deniz.
Defects fixed with Postfix 2.6.5, 2.5.9, 2.4.13 and 2.3.19:
- The Postfix SMTP server would abort with an "unexpected lookup
table" error when an SMTPD policy server was mis-configured in a
particular way.