Fix these bugs..
(1) A problem with displaying mails in Japanese unless they are specified
charset to ISO-2022-JP in Content-Type header;
- encoded with euc-JP or Shift_JIS
- encoded with ISO-2022-JP but no Content-Type header
(2) A problem with replying to a mail with HTML format.
Bump package revision.
changes since 0.11:
0.12 Mon Oct 18 05:22:54 PM 2004
- 0.80 came out today. Updated code to work with the new
version, this however breaks backwards compatibility.
- Updated tests for all the changes.
0.12 Thu Aug 12 02:12:55 PM 2004
- Fixed an issue in Makefile.PL which was causing problems
with Solaris make implementation thanks to
Mike Brudenell <pmb1 [] york * ac * uk>.
- Added taint checking to scan(). It now croaks if
a file path passed in is tainted. This only happens
under -T. Reported by
Mark Martinec <Mark * Martinec [] ijs * si>
- Added "+" overload for the status object. Also reported
by Mark Martinec <Mark * Martinec [] ijs * si>
- Added tests for the above changes.
at startup due to problems when calling sigaction(2). During the build,
there was a hidden warning:
server.o(.text+0x109): In function `main':
/home/jmmv/NetBSD/pkgsrc/mail/evolution-data-server/work/evolution-data-server-1.0.2/src/server.c:129: warning: reference to compatibility sigemptyset(); include <signal.h> for correct reference
that was actually referring to a fatal error at runtime.
This fixes lots of problems in Evolution 2.0, where the address book and
the calendar were not working at all. Probably fixes more errors in this
and other programs.
Bump PKGREVISION to 1.
Changes:
- Fixed problem when filtering the last of a list of EHLO responses
- Send NOOPs to the server when receiving data slowly from client
to prevent timeouts on the server side.
- Made the log line always keep the status, rather than dropping of
the end in the case of many recipeints.
Linux/i386.
changes since 0.04:
0.11 Mon Jun 28 10:26:50 AM 2004
- Inline_Stack_Item() is indexed at zero. All set/get
methods are broken because of this mistake. Thanks to
Michael Carmack <karmak [] karmak * org> for reporting
this.
- Added tests for settings so this doesn't happen again.
0.10 Thu Jun 17 01:35:17 PM 2004
- Whoops, should always make test before upload..
0.09 Thu Jun 17 01:10:58 PM 2004
- More fun with the hook to remove config code. It has now
been made a top level target that works on the code in the
blib directory. This was needed for systems like Gentoo.
0.09 Thu Jun 17 01:06:09 PM 2004
- Updated to use 0.73's clamav-config program to get
include paths and compiler flags.
0.09 Fri Apr 2 08:02:49 AM 2004
- fixed statchkdir, it was not returning the proper value
- updated documentation
0.09 Fri Apr 2 07:49:08 AM 2004
- Moved hook for removing temporary code from
ClamAV.pm from after install to during the all
target.
0.08 Thu Apr 1 04:59:27 PM 2004
- Perl 5.6.1 does not understand a 'const' C function
for binding with XS. Removed the 'const' definiton from
clamav_perl_retdbdir(). Thanks to Homer <hparker _at_ homershut.net>
for reporting this
0.07 Wed Mar 24 02:34:47 PM 2004
- Added support for the new 0.70_rc library. This
unfortunatly it no longer works with anything
older than 0.70_rc.
0.06 Tue Mar 9 17:45:43 PST 2004
- Mention deps in INSTALL mentioned by
Andre Felipe Machado <andremachado at techforce.com dot br>
0.06 Thu Feb 12 08:11:38 AM 2004
- added INC for include paths, LIBS does not work for includes
- updated README
0.06 Thu Feb 12 08:04:27 AM 2004
- added back accidentally removed code which removes the require
code from ClamAV.pm.
Reported by Julian Field <mailscanner at ecs.soton.ac.uk>
0.05 Tue Feb 10 10:12:42 AM 2004
- Finished up statchkdir
- more docs updates
- removed real virus and added eicar
- added INSTALL and updated Makefile.PL
so LIBS can be configured
0.05 Tue Jan 27 01:27:44 PM 2004
- New method statchkdir
- Updated documentation URLs
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
* Calendar
#62868 - Permission denied accepting a GroupWise meeting a second time
(Chen)
#67513 - Evolution corrupts memory if backend autobooks meeting attendees
(JP)
#66230 - tasks from online iCal duplicate after auto-refresh (Rodrigo)
* Address Book
#66368 - VCard parser doesn't add "File under" (Hans)
#66574 - Make e_book_get_self work (Diego Gonzalez
#67600 - fix e-d-s issues on x86_64 machines (Hans)
* All
#65200 - GroupWise backend crash
#67031 - (Partial) show completed status properly for GroupWise tasks
Other bugs
* Address Book
- Restrict system address book queries to groupwise server for performance
reasons (Siva)
* Calendar
- load system tasks backend correctly
Updated Translations:
- fr (Craig Jeffares)
- zh_TW (Craig Jeffares)
- sk (Stanislav Visnovsky)
- fa (Roozbeh Pournader)
- id (Mohammad DAMT)
- ar (Arafat Medini)
Changes since 11.10 include:
* When sending messages that contain ASCII control characters but neither
NULs nor non-ASCII characters, the quoted-printable MIME encoding is now
used instead of 7bit.
* A dangling pointer after a memory reallocation could result in a coredump
when the junk mail database was updated by a 'good' or a 'junk' command.
* The code for accessing the junk mail database has been made more machine-
independent. It will not make a difference on most of the platforms on
which nail runs. If your compiler does insert padding into C structs that
contain only members of type char, you will have to create the junk mail
database from scratch again, though.
Changes:
03-23-04 - Roeland Merks (3.7.1)
o Added code to toggle ASUS Mail LED
12-18-03 - Anton Perich
o Changed IMAP code to use STATUS instead of EXAMINE
11-14-03 - Kurt Granroth
o Updated 'admin' subdir to work with newer autoconf/automake
10-22-03 - Adam Piatyszek
o Bug fix in maildir code to handle 'f'lagged messages
09-26-03 - Clemens Oertel
o New option to set a command that runs whenever the status changes
from New back to Old. Useful to set LEDs and the like
3.0.
Important changes since 2.64 (for details see the file 'Changes')
- support for sender authentication using the Sender Policy Framework
(SPF)
- checking for web links of known spam advertisers (SURBL)
- modular plugin architecture
- improved SQL database support for storing user data in server
installations
- improved email classification
- SpamAssassin is now part of the Apache Foundation
under ${PREFIX} instead of being an absolute path.
So fix the references using RCD_SCRIPTS_EXAMPLEDIR to be
${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}.
This should have no changes to use before.
Please note that the MESSAGE files in most cases are wrong in the
first place. We have automated mechanisms and could have an automated
message for explaining rc.d script usage. (This is something to do!)
No need to bump PKGREVISION or something, this was harmless:
some directories were made twice while installing from pkgsrc (by do-install
target and by INSTALL script) and binary packages were safe because the
INSTALL script creates them.
0.9.5
- Fixed problems with the select zeroing out timeouts.
- Added support for setting the PidFile from the config file
0.9
- Don't quit when too many threads created
- Restructured smtp passthru system so it can be used by other apps
- Better IO and SMTP parsing
- Changed default header to be similar to Amavis
- Compiles and runs on systems without error checking mutexes
- Ability to drop privileges and run as a different user [Rubio Vaughan]
- Fixed config file bugs
- Virus Actions. Run a script every time a virus is found.
- By default don't use ClamAV sessions. This fixes several stability
problems that were being experienced with clamd.
Update exim-exiscan to 4.43_28 from 4.42_27
Update exim-html to 4.40 from 4.30
exim-exiscan:
28 - Added F-Secure support, thanks to Johan Thelmen <jth@home.se>.
- Upgraded SRS support to libsrs_alt 0.5 via Miles
Wilton's patch.
- REMOVED exiscan-acl implementation of custom header
placement in favor of Philip Hazel's native implementation.
However, a new option option was added for it to
mimic the behaviour of the old header_pos_middle option.
Read section 10 of exiscan-acl-spec.txt.
exim:
1. Fixed a longstanding but relatively impotent bug: a long time ago, before
PIPELINING, the function smtp_write_command() used to return TRUE or FALSE.
Now it returns an integer. A number of calls were still expecting a T/F
return. Fortuitously, in all cases, the tests worked in OK situations,
which is the norm. However, things would have gone wrong on any write
failures on the smtp file descriptor. This function is used when sending
messages over SMTP and also when doing verify callouts.
2. When Exim is called to do synchronous delivery of a locally submitted
message (the -odf or -odi options), it no longer closes stderr before doing
the delivery.
3. Implemented the mua_wrapper option.
4. Implemented mx_fail_domains and srv_fail_domains for the dnslookup router.
5. Implemented the functions header_remove(), header_testname(),
header_add_at_position(), and receive_remove_recipient(), and exported them
to local_scan().
6. If an ACL "warn" statement specified the addition of headers, Exim already
inserted X-ACL-Warn: at the start if there was no header name. However, it
was not making this test for the second and subsequent header lines if
there were newlines in the string. This meant that an invalid header could
be inserted if Exim was badly configured.
7. Allow an ACL "warn" statement to add header lines at the start or after all
the Received: headers, as well as at the end.
8. Added the rcpt_4xx retry error code.
9. Added postmaster_mailfrom=xxx to callout verification option.
10. Added mailfrom=xxxx to the callout verification option, for verify=
header_sender only.
11. ${substr_1_:xxxx} and ${substr__3:xxxx} are now diagnosed as syntax errors
(they previously behaved as ${substr_1_0:xxxx} and ${substr:_0_3:xxxx}).
12. Inserted some casts to stop certain compilers warning when using pointer
differences as field lengths or precisions in printf-type calls (mostly
affecting debugging statements).
13. Added optional readline() support for -be (dynamically loaded).
14. Obscure bug fix: if a message error (e.g. 4xx to MAIL) happened within the
same clock tick as a message's arrival, so that its received time was the
same as the "first fail" time on the retry record, and that message
remained on the queue past the ultimate address timeout, every queue runner
would try a delivery (because it was past the ultimate address timeout) but
after another failure, the ultimate address timeout, which should have then
bounced the address, did not kick in. This was a "< instead of <=" error;
in most cases the first failure would have been in the next clock tick
after the received time, and all would be well.
15. The special items beginning with @ in domain lists (e.g. @mx_any) were not
being recognized when the domain list was tested by the match_domain
condition in an expansion string.
16. Added the ${str2b64: operator.
17. Exim was always calling setrlimit() to set a large limit for the number of
processes, without checking whether the existing limit was already
adequate. (It did check for the limit on file descriptors.) Furthermore,
18. Imported PCRE 5.0.
19. Trivial typo in log message " temporarily refused connection" (the leading
space).
20. If the log selector return_path_on_delivery was set and an address was
redirected to /dev/null, the delivery process crashed because it assumed
that a return path would always be set for a "successful" delivery. In this
case, the whole delivery is bypassed as an optimization, and therefore no
return path is set.
21. Internal re-arrangement: the function for sending a challenge and reading
a response while authentication was assuming a zero-terminated challenge
string. It's now changed to take a pointer and a length, to allow for
binary data in such strings.
22. Added the cyrus_sasl authenticator (code supplied by MBM).
23. Exim was not respecting finduser_retries when seeking the login of the
uid under which it was called; it was always trying 10 times. (The default
setting of finduser_retries is zero.) Also, it was sleeping after the final
failure, which is pointless.
24. Implemented tls_on_connect_ports.
25. Implemented acl_smtp_predata.
26. If the domain in control=submission is set empty, Exim assumes that the
authenticated id is a complete email address when it generates From: or
Sender: header lines.
27. Added "#define SOCKLEN_T int" to OS/os.h-SCO and OS/os.h-SCO_SV. Also added
definitions to OS/Makefile-SCO and OS/Makefile-SCO_SV that put basename,
chown and chgrp in /bin and hostname in /usr/bin.
28. Exim was keeping the "process log" file open after each use, just as it
does for the main log. This opens the possibility of it remaining open for
long periods when the USR1 signal hits a daemon. Occasional processlog
errors were reported, that could have been caused by this. Anyway, it seems
much more sensible not to leave this file open at all, so that is what now
happens.
29. The long-running daemon process does not normally write to the log once it
has entered its main loop, and it closes the log before doing so. This is
so that log files can straightforwardly be renamed and moved. However,
there are a couple of unusual error situations where the daemon does write
log entries, and I had neglected to close the log afterwards.
30. The text of an SMTP error response that was received during a remote
delivery was being truncated at 512 bytes. This is too short for some of
the long messages that one sometimes sees. I've increased the limit to
1024.
31. It is now possible to make retry rules that apply only when a message has a
specific sender, in particular, an empty sender.
32. Added "control = enforce_sync" and "control = no_enforce_sync". This makes
it possible to be selective about when SMTP synchronization is enforced.
33. Added "control = caseful_local_part" and "control = "caselower_local_part".
32. Implemented hosts_connection_nolog.
33. Added an ACL for QUIT.
34. Setting "delay_warning=" to disable warnings was not working; it gave a
syntax error.
35. Added mailbox_size and mailbox_filecount to appendfile.
36. Added control = no_multiline_responses to ACLs.
37. There was a bug in the logic of the code that waits for the clock to tick
in the case where the clock went backwards by a substantial amount such
that the microsecond fraction of "now" was more than the microsecond
fraction of "then" (but the whole seconds number was less).
38. Added support for the libradius Radius client library this is found on
FreeBSD (previously only the radiusclient library was supported).
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
* Calendar
#66383 - Warning fixes in calendar code (Dave Malcom)
#64955 - C99-ism in libecal (Vincent Noel)
#59904 - Calendar query caching (Rodrigo)
#65167 - Crash sending task to GroupWise (Chen)
#64685 - Appointment requests that have been replied to give
"Invalid Object" error (Chen)
#63513 - G/W appointment acceptance fails ('invalid object') (Chen)
#64688 - mixing UTC and localtime in Appointment view (Chen)
* All
#66209 - only first source color change is saved to gconf (Michael)
#64062 - new all day recurring events do not show busy time or as
all day appts (Chen)
Other bugs
* Address Book
- disable debugging noise (William Jon McCann)
- don't search summary for groupwise system address book (Siva)
* Calendar
- support groupwise all day events
* All
- fix e-d-s issues on NPTL and AMD machines (Chris, Frederic Crozat,
Hans, Dave Malcolm)
Updated Translations:
- fr (Craig Jeffares)
- zh_TW (Craig Jeffares)
- sk (Stanislav Visnovsky)
- fa (Roozbeh Pournader)
- id (Mohammad DAMT)
- ar (Arafat Medini)
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
Mail Notification is a status icon (aka tray icon) that informs you if
you have new mail.
It works with system trays implementing the freedesktop.org System Tray
Specification, such as the GNOME Panel Notification Area, the Xfce
Notification Area and the KDE System Tray.
Mail Notification features include:
* Multiple mailbox support.
* Mbox, MH, Maildir, Sylpheed, POP3, IMAP and Gmail support.
* SASL authentication support.
* APOP authentication support.
* SSL/TLS support.
* Automatic detection of mailbox format.
* Immediate notification (the status icon is updated within seconds after
a mailbox changes).
* HIG 2.0 compliance.
Too many changes and bugfixes to list here, see installed file
${PREFIX}/share/doc/sympa/NEWS.
Highlights of package changes: use regular PREFIX, pervasive use of
bsd.pkg.install.mk framework, add dependencies on mhonarc package and
openssl, use bsd.options.mk framework to select MySQL or PostgreSQL support,
introduce SYMPA_VARBASE to select "/var" directory
(defaults to ${VARBASE}/sympa).
Take stewardship with previous maintainer blessing.
XXX Better startup script(s) than the ones I use should be provided, so
I'm not including them in this package.
MailScanner is a complete e-mail security system designed for use on
e-mail gateways. It protects against viruses, and detects attacks against
e-mail client packages (such as Outlook, Outlook Express, Eudora). It
can also detect almost all unsolicited commercial e-mail (spam) passing
through it and respond to all incidents in a wide variety of ways.
Not only can it scan for known viruses, but it can also protect against
unknown viruses hidden inside e-mail attachments by refusing entry to
attachments whose filenames match any given pattern. This can include
generic patterns that trap filenames attempting to hide the true filename
extension (e.g. ".txt.vbs").
It is superior to many commercial packages in its ability to handle
attacks against itself, such as Denial Of Service attacks caused by
messages containing the "Zip of Death". It is easy to install into an
existing e-mail gateway, requiring very little knowledge of sendmail
and no change to an existing sendmail configuration.
MailScanner itself is entirely open source, but it uses widely known
commercial virus scanning packages at its core. The other software it
uses is all high quality open source software, leading to a system that
can be trusted for performance and reliability.
arguments, and now correctly handles things like:
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/intl"
in configure scripts without problems. Remove the patches in both
mail/mutt and mail/mutt-devel that worked around this limitation in
the old buildlink3 wrappers.
Bump PKGREVISION and BUILDLINK_RECOMMENDED for dependent packages due to
library major revision bump.
Noteworthy changes in gnustep-base-1.10.0:
==========================================
Note the interface version of the library has changed so that apps,
tools and libraries the use the base library need to be recompiled to
use it.
* A large majority of the library classes have been documented
thanks to the efforts of Andrew Ruder
* URL classes support persistant connections
* Mac OSX XML compatibility fixes.
- The code to eliminate the local MTA from an MX address list did
not handle the case that the local MTA could appear with different
MX preferences in both inet_interfaces and proxy_interfaces.
- The SMTP server's kiss-of-death message "421 Timeout exceeded"
wasn't guarded by setjmp().
- The SMTP server didn't update the per-session error counter when
a client was denied access with smtpd_delay_reject=no.
- The Postfix sendmail command leaked file descriptors when it was
unable to execute the postdrop mail submission command.
- The bounce daemon sent the wrong type of bounce message when a
- Plus some portability, safety and documentation fixes.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
Evolution 2.0.0, 2004-09-13
----------------------------
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
* Addressbook
#59582 - Contact incompletely updated to LDAP store, address information lost/not editable (Siva)
#64084 - addressbook gui component needs to be linked with libcamel (Michael)
* Calendar
#65454 - Evolution crashes while opening newly received e-mail (JP)
#62392 - Crash on close alarm notification (Rodrigo)
#64800 - broken timezone selector (Rodney)
* Mail
#60515 - signature setting is not preserved changing "Autogenerated" to "None" (Michael)
#63377 - Crash when replying to a (specific) message (Jeff)
#62665 - Wrong Folder is deleted (Jeff)
#64377 - crash creating new folder (Michael)
#63456 - crash replying to E-mail (Michael)
Other bugs
* Addressbook
- Confirmation dialog was showing up on contact-editor close,
even if there were no changes (Hans Petter)
* Calendar
- 64 bit build fix (Rodrigo)
* Misc
- new documentation (Rodney)
Updated translations:
- ar (Arafat Medini)
- bn (Runa Bhattacharjee)
- cs (Miloslav Trmac)
- cy (Dafydd Harries, Telsa Gwynne)
- da (Martin Willemoes Hansen)
- de (Hendrik Richter)
- el (Nikos Charonitakis)
- en_CA (Adam Weinberger)
- en_GB (David Lodge)
- es (Francisco Javier F. Serrador)
- et (Priit Laes)
- fi (Ilkka Tuohela)
- hi (Rajesh Ranjan)
- hu (Laszlo Dvornik)
- id (Mohammad DAMT)
- ja (Takeshi AIHANA)
- ko (Changwoo Ryu)
- ms (Hasbullah Bin Pit)
- nb (Sigurd Gartmann)
- nl (Vincent van Adrighem)
- nn (Åsmund Skjæveland)
- no (Kjartan Maraas)
- pl (Artur Flinta)
- pt (Duarte Loreto)
- pt_BR (Raphael Higino)
- ro (Mugurel Tudor)
- ru (Leonid Kanter)
- sq (Laurent Dhima)
- sr (Danilo Segan)
- sv (Christian Rose)
- tr (Baris Cicek)
- uk (Maxim Dziumanenko)
- zh_CN (Funda Wang)
- zh_TW (Abel Cheung)
Evolution 1.5.94, 2004-08-27
----------------------------
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
* Addressbook
#61833 - Blank names in name selector (Hans Petter)
#62715 - Free-form addresses not loading in contact editor (Hans Petter)
* Calendar
#62869 - Crash: attempt to access GW tasks from evolution (Siva)
#62706 - Changing time-zone doesn't refresh calendar correctly (JP)
#62063 - Meeting description does not wrap (Jeff)
#58824 - Stray message or failing to open tasks? (Rodrigo)
#62911 - ITIP control blocks mailer opening calendar (JP)
#54101 - In itip control had "Birthdays & Anniversaries" as calendar (JP)
* Mail
#63189 - Deleting IMAP folders is too aggressive (Michael)
#63504 - Don't send IMAP commands to a disconnected socket (Jeff)
#63177 - Can't drag folder to "On This Computer" (Jeff)
#62812 - Crash when parent of search window is closed (Jeff)
#62963 - C99-isms in smime/gui/cert-trust-dialog.c (Michael)
Other bugs
* Addressbook
- Confirmation dialog was showing up on contact-editor close,
even if there were no changes (Hans Petter)
* Calendar
- Fixed problems in alarm daemon (JP, Siva, Rodrigo)
- Clean up of stray status messages for tasks (Chen)
- Don't remove GtkDialog's separator if using GTK >= 2.4.0 (Frederic)
- Fix copy/move problems when pilot syncing (JP)
- Don't mark menu accels for translation (Christian)
* Mail
- Crash in em-utils on GtkFileChooser with no name selected (Hans Petter)
* Misc
- avoid warnings on dialogs with GTK 2.4 (Frederic)
- upgrade egg tray icon (Rodrigo)
- fix memory corruption when pilot syncing tasks/events (JP)
Evolution Data Server 1.0.0, 2004-09-13
----------------------------------------
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
* Addressbook
#59582 - Contact incompletely updated to LDAP store, address information lost/not editable
#63385 - Evolution crash - Adding two email ids with same name
* Calendar
#57443 - ics import crashes
Updated Translations:
- da (Martin Willemoes Hansen)
- ar (Arafat Medini)
- nn (Åsmund Skjæveland)
- en_GB (David Lodge)
- cy (Telsa Gwynne)
- el (Kostas Papadimas)
- tr (Baris Cicek)
Evolution Data Server 0.0.99, 2004-08-27
----------------------------------------
Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
* Addressbook
#63844 - avoid locking if authentication needed during auto completion (Siva)
#63255 - ignore name prefixes when completing (Siva)
* Calendar
#62857 - display recurring events upon creation for groupwise (Chen)
#61782 - handle importing objects with no UID (Rodrigo)
#62655 - don't crash with NULL uri (Hans)
* All
#63051 - solaris build fixes (notzed)
Other bugs
* Calendar
- add has-alarms-in-range query type (Rodrigo)
- always set return value for e_cal_set_default_timezone (Frederic Crozat)
- don't set the same default timezone multiple times (JP)
- don't get all items from the groupwise server every time (Chen)
* Addressbook
- and thread safety flag for libdb (Toshok)
- throw error when deleting system address book (Siva)
- avoid unfiltered system address book searchs (Siva)
- use cursors to populate the groupwise cache (Siva)
- prevent groupwise server crash by not doing to cursor requests at the same time (Chen)
- immediately show meeting status updates in GUI for groupwise (Chen)
* All
- fix warnings (Frederic Crozat)
- set cache file name properly (Siva)
Updated Translations:
- pt_BR (Gustavo Maciel Dias Vieira)
- es (Francisco Javier F. Serrador)
- da (Martin Willemoes Hansen)
- de (Christian Neumair)
- hu (Laszlo Dvornik)
- nb (Kjartan Maraas)
- no (Kjartan Maraas)
- sq (Laurent Dhima)
- uk (Maxim Dziumanenko)
- az (Metin Amiroff)
- ja (Takeshi AIHANA)
- pt (Duarte Loreto)
- fi (Ilkka Tuohela, Tommi Vainikainen)
Changes:
0.8
- clamsmtpd now uses a configuration file
- Transparent proxy support [Andreas Steinmetz]
- Compile option -Wall only enabled on debug builds
- Sample script changed due to configuartion file
- Fixed other minor bugs
What's new from Release Notes:
* Global Inbox
POP3 users can now combine all of their POP3 accounts into a single
global inbox under local folders.
* Comprehensive Data Migration
Switching to Thunderbird has never been easier since Thunderbird can
now migrate all of your e-mail data including settings, mail folders
and address book data from common mail applications such as the
Mozilla 1.x Suite, Outlook Express, Outlook and Eudora.
* RSS Integration
Thunderbird now features a built in RSS reader which allows you to
easily subscribe to and read news and weblogs that support RSS.
* Improved Privacy Controls
In order to help protect your privacy, Thunderbird now automatically
blocks remote image requests in e-mails from senders you don't know.
* Improved Quick Search
Thunderbird now makes it even easier to manage your e-mail. Quick
search now supports many different types of search criteria including
the ability to search message body text. Thunderbird can also
highlight the quick search terms in the message body.
* Other New Features
Support for using a master password to encrypt saved e-mail account passwords.
Linux GNOME users can now make Thunderbird their default e-mail client
(Tools > Options > General).
If your network uses proxy authentication for HTTP, Thunderbird now
correctly prompts for proxy authentication instead of silently
failing.
Bug fixes too numerous to mention!
---
Several security holes have been fixed. See the page bellow for
detail.
http://www.mozilla.org/projects/security/known-vulnerabilities.html#mozilla1.7.3
Changes since 2.10.0:
* Changes in 2.10.1 from 2.10.0
Version 2.10.1 is a bug fix version of 2.10.0.
** Fixed after message buffer kill, prefetch doesn't work.
** Default value of wl-delete-folder-alist,
wl-folder-hierarchy-access-folders are changed.
** Support localdir and pipe folder rename.
** Fixed message and error argument. Use %s for variable.
** Now, response from IMAP server (e.g. \Noselect, \Flagged)
parse case-ignore.
** Fixed elmo-msgdb-extra-fields field are case sensitive.
** Fixed IMAP folder included ~, expand to home directory.
** Fixed the problem that msgdb be destroyed when print-length or
print-level has Non-nil value.
** Fixed a problem that wl-folder-move-cur-folder doesn't work.
** Fixed a problem that wl-draft-reedit doesn't work properly on Meadow.
** Fixed a problem that wl-summary-pack-number doesn't work on
Maildir, shimbun, and pipe folders.
** Fixed a problem that cache file is not protected even if it is marked
as important.
** Fixed a problem that %# in wl-summary-line-format cannot handle large
number.
** Fixed a problem to remove password even if SMTP AUTH failed at non-auth
phase.
** Default value of wl-message-buffer-prefetch-folder-type-list,
wl-message-buffer-prefetch-idle-time, and
wl-message-buffer-prefetch-depth are changed.
** Fixed to compile on XEmacs without mule feature.
Changes since 1.0.0:
Version 1.2.3:
- IPv6 support on Windows systems
- The configuration file supports all commands and arguments related to
TLS and authentication, even if TLS and/or GNU SASL support is not
compiled in
- The GNU SASL library is not required to support DIGEST-MD5 and NTLM
anymore. This means you can now use the packaged versions of the library
from Gentoo or Debian sarge.
- You can use the -v/--version option to find out which authentication
methods are supported.
Version 1.2.2:
- Enhancements to the logfile command:
- All available information is now written to the logfile (new fields:
mailsize=..., smtpmsg='...', errormsg='...').
- Logging to standard output is possible by using "logfile -"
Version 1.2.1:
- No new features.
Version 1.2.0:
- This version can be compiled without TLS/SSL support; use
--disable-ssl if you really want that.
- Read the entries for versions 1.1.x for more changes since the last
stable version 1.0.0.
Version 1.1.3:
- New option -i for compatibility with mail(1).
- New 'logfile' command; see man page for details.
Version 1.1.2:
- No user visible changes.
Version 1.1.1:
- The tls_nostarttls command now sets the default port to 465 (ssmtp).
Version 1.1.0:
- Support for SMTP command pipelining. On high latency networks, this
may increase transmission speed, especially when sending to many
recipients.
- The short option for --file, -f, has changed to -F
- A new option --from/-f is available to set the envelope from address.
- A new option --serverinfo/-S is available to print information
about the capabilities and limitations of an SMTP server
/etc/mk.conf won't cause mutt to try to build using SASL (since it only
supports SASLv1, which conflicts with SASLv2). This fixes PR pkg/26821
by Martin Husemann.
Full list of changes:
* A new message addressing mode '(criteria)' is now available. It uses the
IMAP SEARCH command if possible, and otherwise performs the equivalent
actions locally. This addressing mode is of interest even for those people
who do not use IMAP with nail because it adds powerful generic search
methods, such as a way to search within message bodies.
* The 'folders' command now really works with IMAP accounts. It also accepts
an argument to list the subfolders of a specific folder.
* The new 'headline' variable allows to customize the columns in the header
summary.
* The new 'attrlist' variable allows to customize the attributes column in
the header summary.
* The message flags 'Flagged' (F), 'Answered' (A), and 'Draft' (T) are now
available, for IMAP mailboxes as well as for local folders. See the 'flag',
'unflag', 'answered', 'unanswered', 'draft', and 'undraft' commands and the
'markanswered' variable.
* The 'kill'/'unkill'/'score' commands were added to make messages invisible
on the user's wish.
* It is now possible to define sequences of commands as macros, see the
'define', 'call', and 'undef' commands. Macros can also be automatically
invoked when a folder is opened using the 'folder-hook' and
'folder-hook-fullname' variables.
* The new 'move' and 'Move' commands mark messages for deletion when they
have been successfully transferred to the target folder.
* The new addressing mode '`' selects all messages that were included in the
message list to the previous command.
* The combination of the previous additions allows a score/filter file to be
set up; this is described in the EXAMPLES section of the manual page.
* New 'noop' command to send NOOP to POP3 or IMAP servers.
* The IMAP UIDPLUS extension (RFC 2359) is now used if available on the
server. It speeds up the IMAP cache when copying messages to IMAP folders;
the message is copied directly to the cached target folder then and does
not need to be downloaded again when it is accessed there.
* When an IMAP SELECT command fails and a connection to a folder that is
not located on the same server is made afterwards, the connection to
the old server is properly terminated now.
* Command lines like 'nail -A imap -f @mailbox' now work.
* IMAP or POP3 user names that contain an '@' character, such as 'foo@bar'
in 'imap://foo@bar@hostname', are now handled (Bugreport by Lars
Kellogg-Stedman).
* If the 'autoinc'/'newmail' variables are set and new mail arrives in
threaded/sorted mode, no summary of old headers is printed anymore.
* If new mail arrives and messages are expunged on an IMAP server at the same
time, all of the new messages are now announced correctly.
* The 'inc'/'newmail' commands now set the current message to the first new
message again. This undoes the change made for version 11.1.
* When the 'autoinc'/'newmail' variables are set and new mail arrives, the
'next' command or enter key prints the next message as usual if the current
one has been printed; it printed the current message again in this situation.
* IMAP performance improvement: When new mail arrives, or when messages have
been expunged, metadata is fetched only for the new messages, instead of
fetching it for all messages in the folder again as it was done before.
* IMAP performance improvement: If the header of a message was already
fetched from an IMAP server, nail now uses 'BODY.PEEK[TEXT]' when
fetching the whole message and does not download it again.
* IMAP performance improvement: The CLOSE command is now used instead of
EXPUNGE when a mailbox is quit.
* Cached IMAP performance improvement: When a mailbox is opened and messages
are cached, their sizes and internal dates are taken from the cache.
* The wcwidth() library function is now used to determine the width of
multibyte characters if it is available.
* If $MAIL does not exist and 'emptystart' is set, a proper error message
is printed now, and a following 'account' command succeeds.
* The SSL code compiles with older versions of OpenSSL (e.g. 0.9.6b) again
(Bugreport by Lutz Horn).
- Option handling was ignoring old USE_* statements
- Don't try and compile sendmail with SASLv1 _and_ SASLv2 support
- Add missing migration option for USE_STARTTLS
db2 code using hints from debian's fix.
makevpopdb works now, but there are still bugs lurking in the virtual
domain code.
no PKGREVISION bump as db2 is not enabled by default.
-change failure of a message filter to produce at least as many mail headers
as it was provided from a non-fatal error to warning. If your filter strips
headers, getmail will now warn you about it, but will not consider it an
error.
-documentation additions.
Change PKGVERSION to 0.9.12.0.1 for this, since we already have 0.9.12.
Changes:
* Do not detect as "Edited" just after creating a new mail on compose
window. (OGUCHI Takuya)
* Parse gtkrc-2.0 instead of gtkrc.
* Fixed auto completion bug in address entries on compose window.
(Michael Graham)
-enhance warning diagnostics about non-accessible or non-writable maildirs.
-change method of determining name of local host; only fall back to
getfqdn() if the result of gethostname() does not contain a dot.
-documentation enhancements.
Changes:
* The SSL/X509 DNS name verification code was fixed; it used incorrect code
from a book which sometimes caused segmentation faults (Bugreport by Lars
Kellogg-Stedman).
* The 'disconnect' command now accepts an optional message list specifying
messages to be read into the IMAP cache before the connection is closed.
* The new 'cache' command reads a list of messages into the IMAP cache.
* IMAP BODY.PEEK[] is now used when fetching messages from the server, and
the '\Seen' flag is set when the 'quit' command is executed. Thus an
'exit' command does not cause messages marked to be read.
* The 'connect'/'online' commands now announce new messages that are found
on the server.
* The 'replyto' variable can now contain multiple addresses.
* If the 'sort' command is used without arguments, the current sorting
criterion is printed.
* The 'sort', 'thread', 'unsort', and 'unthread' commands now only print a
header summary if the 'header' variable is set.
* The 'size' command has been fixed to print the full sizes of messages that
have not yet been entirely read in IMAP and POP3 folders, instead of the
sizes of the already downloaded parts.
* Deleted messages remained in the cache until an IMAP folder was accessed
a second time since 11.3. They are now deleted immediately when a folder
is quit in online mode.
* The configuration system now also checks for iconv() in libiconv if it is
not found in one of the standard libraries (Matthias Andree).
* Specifying LIBS on the make command line does now work with several make
implementations of commercial Unices too (Bugreports by Matthias Andree,
Matt S).