Commit graph

5561 commits

Author SHA1 Message Date
tron
6762664d3f Make IPv6 support work again, bump package revision. 2007-08-05 18:41:52 +00:00
obache
7d5c24b826 Bump PKGREVISION for imap-uw's ABI changes. 2007-08-05 04:55:42 +00:00
obache
11798df95c Add one header file for building mail/php-imap.
Bump ABI_DEPENDS, seems some binary imcompatibility.
2007-08-05 04:51:34 +00:00
smb
d115e77925 Note that this conflicts with sylpheed-claws (the old name, before
the projects terminally separated).
2007-08-05 01:25:44 +00:00
wiz
f2261c9c2d Fix with xorg: use libSM/bl3.mk instead of x11.bl3.mk. 2007-08-04 22:06:54 +00:00
wiz
46046c3ede Add missing icon to PLIST. 2007-08-04 22:06:30 +00:00
smb
d6af2087d8 Two non-working (and hence not committed to CVS) claws-mail plug-ins were
inadvertently added.  They're now deleted...
2007-08-04 12:16:44 +00:00
jwise
60b26f3c88 Per discussion with obache@, add an uncommitted comment noting that pine is
a widely used consumer of this package.  Many thanks to obache@ for updating
this package.
2007-08-03 17:12:00 +00:00
obache
646a5b3c4a Update imap-uw to 2006j2. OKed by jwise@.
Updated: 14 June 2007

imap-2006j is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.


Updated: 5 June 2007

imap-2006i is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.

imapd now supports the CHILDREN and ESEARCH extensions.

imapd's attempt to return COPYUID/APPENDUID information for a traditional
UNIX (and MMDF) format mailbox when the mailbox is open by another process
has been declared to be a failure and is now revoked.  It was subject to a
timing race, loss of which involved an expensive reset of the mailbox's UID
regime.  Any imapd COPY or APPEND to a traditional UNIX or MMDF format that
is open by some other process will now no longer return COPYUID/APPEND.
Although this is technically in violation of RFC 4315, there is a loophole
in that document and the timing race/performance problem is worse.


Updated: 4 April 2007

imap-2006h is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.


Updated: 30 March 2007

imap-2006g is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.


Updated: 30 January 2007

imap-2006f is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.

For the benefit of multi-threaded applications, use of strtok() has been
abolished in the c-client library.  imapd and ipop3d stuff use it though.
The TOPS-20 and VAX/VMS ports still use strtok() since they don't use UNIX
threads.

This version has been test-built on Linux, Mac OS X, NeXT, Windows XP,
TOPS-20, and VAX/VMS.  This will probably be the last test-build on VAX/VMS
since the system I use for that purpose is being shut down.  I have no way
to test-build on DOS, legacy Mac OS (OS 9 and earlier), OS/2, or Windows CE;
and the builds on those systems are probably broken.


Updated: 26 January 2007

imap-2006e is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.


Updated: 6 December 2006

imap-2006d is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.

The decomposition mapping, title-case mapping, and character widths tables
have been updated to comply with the Unicode 5.0 standard.

Prototypes for the utf8aux.c functions have been moved to a new utf8aux.h.

The general c-client modules now include c-client.h instead of the individual
files.  Use of c-client.h instead of individual include files insulates
against future shuffling of include files.


Updated: 23 October 2006

imap-2006c is a maintenance release, consisting primarily of bugfixes to
problems discovered in the release that affected a small number of users.

By popular request, if a user has a mix (or other dual-use) format INBOX,
it will no longer be listed as \NoInferiors.  It's a bad idea to depend
upon this due to the case ambiguity issue, but it's there.


Updated: 26 September 2006

imap-2006b is a maintenance release, consisting entirely of bugfixes to
problems discovered in the release that affected a small number of users.


Updated: 15 September 2006

imap-2006a is a maintenance release, consisting entirely of bugfixes to
problems discovered in the release that affected a small number of users.

If it is necessary to build IPv4-only on one of the ports that has IPv6
preconfigured (ldb, lfd, lmd, lrh, lsu, osx, oxp), this can be done by
using IP6=4.  You can't do IP=4 in the build command directly since these
ports set IP themselves; however, now instead of setting IP=6 they now set
IP=$(IP6).


Updated: 30 August 2006

imap-2006 is a major release.  Programs written for imap-2004g should
build with this version with minor or no modification.  imap-2005 was not
released except as development snapshots.

imap-2006 contains major extensions to its Unicode support.  Searching and
sorting are now done with strings canonicalized to titlecase and decomposed
form.  Among other things, this means that Latin letters with diacriticals
will now sort with the basic Latin letter, and case-independent searching of
such letters (e.g., German umlauts) now works.  Previously, sorting was done
strictly by Unicode codepoint, and case-independence only worked with ASCII.

imapd now supports the UIDPLUS extension for mailboxes in unix, mmdf, mbx, mx,
and mix formats.  UID EXPUNGE is fully implemented.  Note that UIDPLUS is not
supported in the little-used drivers (mh, mtx, tenex) in which meaningful
APPENDUID/COPYUID data can not be returned.  Refer to bugs.txt for more
details.

The new mix format is a dual-use mailbox format designed for performance and
reliability with large mailboxes.  mix is documented in file mixfmt.txt.

SSL/TLS certificate validation on UNIX now checks the alternative names in the
certificate if the CN does not match.

The new /tls-sslv23 flag in a mailbox name causes a TLS session to use the
(incorrect) SSLv23 client method instead of the TLSv1 client method.  Some
broken servers use the SSLv23 server method, and this flag works around that
problem.  WARNING: use of this flag will cause TLS negotiation to fail with
a server which uses the proper TLSv1 server method.  Additionally, there are
known security risks in SSLv2; so users should be suspicious if this switch
suddenly becomes necesary.

The silly mailbox flag combination /ssl/tls is now rejected as an invalid
remote specification.  Previous versions tried to negotiate TLS over an SSL
session; even if the server permitted such a thing it couldn't work.

The memory management of several drivers has been redesigned to consume less
memory and hopefully be faster.

The private.data member of the MESSAGECACHE (elt) has been replaced with
a union that contains private.spare.data and private.spare.ptr, the latter
being a pointer.

A new FT_RETURNSTRINGSTRUCT flag has been added for mail_fetch_body() and
mail_fetch_text() calls.  If this flag is set, *and* if the function returns
NIL, then the requested string data is available on a stringstruct on
stream->private.string.  This is a special hack for the IMAP and POP servers
and is subject to incompatible change.  The result is a major performance
improvement in the servers with the mbx driver, particularly with large
messages.
2007-08-03 17:03:29 +00:00
smb
5fe2951cce Add claws-mail and its plugins 2007-08-03 03:47:58 +00:00
smb
6e38e38938 Add claws-mail 2.10.0 and many of the plug-ins 2007-08-03 02:34:35 +00:00
jlam
c05d170d22 Fix botched migration of PKG_OPTIONS from courier-mta/Makefile.common
into the Makefiles of the packages that include it:

(1) PKGNAME and PKG_SUPPORTED_OPTIONS clearly no longer need to be
    defined since the only code that used it in Makefile.common was
    removed.

(2) Package Makefiles need to properly define PKG_OPTIONS_VAR and
    PKG_SUPPORTED_OPTIONS prior to including bsd.options.mk.  Set
    them to the appropriate values to match the orginal names from
    before the botched migration.
2007-08-02 22:07:32 +00:00
ghen
bb88696335 Update thunderbrd and thunderbird-gtk1 to 2.0.0.6.
Security fixes in this version:

MFSA 2007-27 Unescaped URIs passed to external programs
MFSA 2007-26 Privilege escalation through chrome-loaded about:blank windows

For more info, see http://www.mozilla.com/en-US/thunderbird/2.0.0.6/releasenotes/
2007-08-02 08:48:29 +00:00
ghen
9d9bbf29e7 Update to Dovecot 1.0.3. Some small fixes and one regression from 1.0.2:
- deliver: v1.0.2's bounce fix caused message to be always saved to
	  INBOX even if Sieve script had discard, reject or redirect commands.
	- LDAP: auth_bind=yes and empty auth_bind_userdn leaked memory
	- ACL plugin: If user was given i (insert) right for a mailbox, but
	  not all s/t/w (seen, deleted, other flags) rights, COPY and APPEND
	  commands weren't supposed to allow saving those flags. This is
	  technically a security fix, but it's unlikely this caused problems
	  for anyone.
	- ACL plugin: i (insert) right didn't work unless user was also given
	  l (lookup) right.
	- Solaris: Fixed filesystem quota for autofs mounts.
2007-08-01 10:56:24 +00:00
tron
15e10f42f7 Remove broken home page URL, replace broken master site URL with
"{LOCAL_PORTS}" and drop maintainership.
2007-07-31 13:07:05 +00:00
schmonz
003bfdcad7 Update to 1.1.12. From the changelog:
* tmda-ofmipd now has native STARTTLS and SSL support courtesy of
  Stephen Warren. The new options are '--tls', '--ssl', '--ssl-key',
  and '--ssl-crt'. Note that the tlslite Python module needs to be
  installed to use this feature. For more information, see the
  "Builtin SSL/TLS" section of http://wiki.tmda.net/TmdaOfmipdHowto

* Fixed a minor bug that prevented the use of both SMTPSSL and
  SMTPAUTH together.
2007-07-31 04:44:01 +00:00
schmonz
cbab313a06 Install TMDA/Queue, missed in a package upgrade. Fixes tmda-pending.
Bump PKGREVISION.
2007-07-30 04:25:50 +00:00
adrianp
eaed7f88e7 Added:
p5-Email-Address
p5-Email-Date
p5-Email-MessageID
p5-Email-MIME-Attachment-Stripper
p5-Email-MIME-Creator
p5-Email-MIME-Modifier
p5-Email-Reply
p5-Email-Send
p5-Email-Simple-Creator
2007-07-29 12:28:34 +00:00
adrianp
8594ad8d4d Given a Email::MIME object, detach all attachments from the message.
These are then available separately.
2007-07-29 12:12:55 +00:00
adrianp
ab9b9cb1b6 This software takes the hard out of generating replies to email messages. 2007-07-29 12:10:38 +00:00
adrianp
7b9df63765 Email::MIME::Creator - Email::MIME constructor for starting anew.
Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29 12:08:52 +00:00
adrianp
6217d95c8e This software provides a constructor to Email::Simple for creating
messages from scratch.

Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29 12:06:22 +00:00
adrianp
38ecde55d1 Remove package as it was imported with an incorrect name. 2007-07-29 12:04:34 +00:00
adrianp
6ab2af8111 This software provides a constructor to Email::Simple for creating
messages from scratch.

Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29 12:00:21 +00:00
adrianp
05bd1fb322 RFC 2822 defines the "Date:" header. It declares the header a required
part of an email message. The syntax for date headers is clearly laid out.
Stil, even a perfectly planned world has storms. The truth is, many programs
get it wrong. Very wrong. Or, they don't include a "Date:" header at all.
This often forces you to look elsewhere for the date, and hoping to find
something.

For this reason, the tedious process of looking for a valid date has been
encapsulated in this software. Further, the process of creating RFC compliant
date strings is also found in this software.

Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29 11:57:14 +00:00
adrianp
17d29bccff This module provides a very simple, very clean, very specific interface to
multiple Email mailers. The goal if this software is to be small and simple,
easy to use, and easy to extend.

Mailers
Mailers are simple to use. You can pre-load mailers when using "Email::Send".

use Email::Send qw[SMTP NNTP];

If you don't preload a mailer before you use it in the "send" function, it
will by dynamically loaded. Mailers are named either relative to the
"Email::Send" namespace, or fully qualified. For example, when using the "IO"
mailer, "Email::Send" first tries to load "Email::Send::IO". If that fails, an
attempt is made to load "IO". If that final attempt fails, "Email::Send" will
throw an exception.

WWW: http://search.cpan.org/dist/Email-Send/

Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29 11:49:11 +00:00
adrianp
29d0321c6d Provides a number of useful methods for manipulating MIME messages.
WWW: http://search.cpan.org/dist/Email-MIME-Modifier

mported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29 11:27:58 +00:00
adrianp
68c2e8ec20 Message-ids are optional, but highly recommended, headers that
identify a message uniquely. This software generates a unique
message-id.

Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29 11:24:26 +00:00
adrianp
993471bccf This class implements a complete RFC 2822 parser that locates email
addresses in strings and returns a list of Email::Address objects
found. The goal of this software is to be correct, fast, and API
compatible with the MailTools version.

Imported from pkgsrc-wip and packaged by kuli0020@umn.edu
2007-07-29 11:16:02 +00:00
jlam
33f30156fb * Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native
  operating system.  Please see pkgsrc/mk/emulator/README for more
  details.

* Teach the plist framework to automatically use any existing
  PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition.

* Convert all of the binary-only packages in pkgsrc to use the
  emulator framework.  Most of them have been tested to install and
  deinstall correctly.  This involves the following cleanup actions:

    * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM}
      more consistently.

    * Simplify packages by using default INSTALL and DEINSTALL scripts
      instead of custom INSTALL/DEINSTALL code.

    * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc.
      Packages only need to state exactly which emulations they support,
      and the framework handles any i386-on-x86_64 or sparc-on-sparc64
      uses.

    * Remove "USE_NATIVE_LINUX" from pkgsrc.  The framework will
      automatically detect when the package is installing on Linux.

  Specific changes to packages include:

    * Bump the PKGREVISIONs for all of the suse100* and suse91* packages
      due to changes in the +INSTALL/+DEINSTALL scripts used in all
      of the packages.

    * Remove pkgsrc/emulators/suse_linux, which is unused by any
      packages.

    * cad/lc -- remove custom code to create the distinfo file for
	all supported platforms; just use "emul-fetch" and "emul-distinfo"
	instead.

    * lang/Cg-compiler -- install the shared libraries under ${EMULDIR}
	instead of ${PREFIX}/lib so that compiled programs will find
	the shared libraries.

    * mail/thunderbird-bin-nightly -- update to latest binary
	distributions for supported platforms.

    * multimedia/ns-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.

    * security/uvscan -- set LD_LIBRARY_PATH explicitly so that
	it's not necessary to install library symlinks into
	${EMULDIR}/usr/local/lib.

    * www/firefox-bin-flash -- update Linux version to 9.0.48 as the
	older version is no longer available for interactive fetch.
2007-07-29 05:18:36 +00:00
joerg
c29f6d985e Fix path to Perl. Bump revision. 2007-07-28 01:37:23 +00:00
ghen
f65f2edce5 Update thunderbrd and thunderbird-gtk1 to 2.0.0.5.
Security fixes in this version:

MFSA 2007-15 Security Vulnerability in APOP Authentication
MFSA 2007-12 Crashes with evidence of memory corruption

For more info, see http://www.mozilla.com/en-US/thunderbird/2.0.0.5/releasenotes/
2007-07-26 12:29:34 +00:00
xtraeme
557be380c1 Update to 2.4.4:
* Reply and forward marks are appended after messages are actually sent.
* The feature to reply to attached message/rfc822 messages was added.
* When a folder is renamed, the path of junk folder is also updated.
* A workaround for the error which occurs with Gmail SMTP server was made.
2007-07-25 16:42:08 +00:00
jmmv
cc51ab829a Avoid putting the same objects twice into different libraries (some of
which depend on the others), as this fixes the build in Mac OS X.  It
was previously complaining about duplicate symbols.
2007-07-18 12:45:39 +00:00
martti
1ebbf210cb Updated mail/clamav to 0.91.1nb1
Fix for https://wwws.clamav.net/bugzilla/show_bug.cgi?id=580
2007-07-18 06:57:59 +00:00
joerg
b84c7f4d71 Readd compressed mailbox support. Please keep the fragment and just
remove the option if it doesn't get updated in time again.
2007-07-17 21:06:50 +00:00
drochner
941ddf52b4 update to 2.2.9
changes:
-Fixed a memory leak
-Oops, fseek() should have been using SEEK_SET, not SEEK_END
2007-07-17 10:39:09 +00:00
martti
dd9b4fc4e6 Updated mail/clamav to 0.91.1
- libclamav/others.c: bump f-level
    - libclamav/unrar/unrarvm.c: fix another occurrence of bb#555, thanks to
      Ludwig Nussel <ludwig.nussel*suse.de>
    - sigtool/sigtool.c: increase MAX_DEL_LOOKAHEAD, requested by Sven
    - libclamav/scanner.c: don't search for embedded PEs in zip files larger
      than 1 MB (bb#573)
    - clamav-milter: Fix memory leak when load balancing
    - clamav-milter: Chroot handling no longer marked as experimental
    - libclamav/nsis: fix macro collision on AIX - bb#570
    - libclamav/phishcheck.c: fix (null) FOUND
    - libclamav: rename x86 macroes due to collisions on HPUX
    - libclamav: Fix warnings on HP-UX
2007-07-17 06:54:31 +00:00
xtraeme
f3ee7a0756 Update to 1.0.2:
Fixes several bugs. This release also adds compatibility with upcoming
Dovecot v1.1 so it'll be possible to upgrade to v1.1 and back to v1.0.2
without anything breaking.

	* dbox isn't built anymore by default. It will be redesigned so it
	  shouldn't be used.

	+ Maildir: Support reading dovecot-uidlist (v3) files created by
	  Dovecot v1.1.
	- Maildir: "UIDVALIDITY changed" errors could happen with newly
	  created mailboxes
	- If "INBOX." namespace was used, LIST returned it with \HasNoChildren
	  which caused some clients not to show any other mailboxes.
	- Maildir++ quota: If multiple processes were updating maildirsize
	  at the same time, we failed with "Unknown error".
	- IMAP: IDLE didn't actually disconnect client after 30 minutes of
	  inactivity.
	- LDAP passdb/userdb was leaking memory
	- deliver: %variables in plugin {} weren't expanded
	- deliver: Don't bounce the mail if Sieve plugin returns failure
2007-07-16 06:45:02 +00:00
xtraeme
b40a1cdcd3 Update to 0.91:
ClamAV 0.91 is the first release to enable the anti-phishing technology
in default builds. This technology combines heuristics with special
signatures and provides effective protection against phishing threats.
Other important changes and add-ons in this version include:

- unpacker for NSIS (Nullsoft Scriptable Install System) self-extracting
  archives
- unpacker for ASPack 2.12
- new implementation of the Aho-Corasick pattern matcher providing
  better detection for wildcard enabled signatures
- support for nibble matching and floating offsets
- improved handling of .mdb files (fixes long startup times)
- extraction of PE files embedded into other executables
- better handling of PE & UPX
- removed dependency on libcurl (improves stability)
- libclamav.dll available under Windows
- IPv6 support in clamav-milter
- many other improvements and bugfixes
2007-07-11 17:44:22 +00:00
martti
9d36d64929 Add note about /etc/rc.conf.d/postfix. 2007-07-11 12:25:53 +00:00
xtraeme
92199cb420 Update to 1.13.
1.13 (2007-03-28)
-----------------
* New mailgraph homepage URL: http://mailgraph.schweikert.ch
* XHTML 1.0 strict output (Yllar Pajus)
* add releative jump points (Hugo van der Kooij)
* add commented-out code for clamassassin (Adrian von Bidder)
* add support for Amavisd-new >= 2.4 (Christoph Kessinger)
* add support for Borderware Mxtreme (Postfix variant, Johan Nilsson)
* add support for the ClamAV SpamAssassin plugin (Thomas Brown)
* add support for MxTreme mail gateway (Guido)
* update support for Kaspersky AntiVirus (Igor Moskovko)
* update support for AntiVir (Wolfram Schlich)
* update support for drweb (Lev)
* update support for MailScanner (Simon Hartl, Pierre-Yves Bonnetain)
* update support for AntiVir (Frank Urban)
* fix DST-switch timewarp in autumn (Parse::Syslog 1.09)
* fix hidden rejected line behind are items (Axel Beckert)
* fix virbl DNS name (Eddy Beliveau)
2007-07-08 22:32:15 +00:00
smb
ebb7641983 Updated libetpan to 0.49.
From its Changes file:

* release 0.49 - Drive
	feature enhancements:
		stream cancellation
		better handling of ssl error
		improved imap cache
	fixes:
		various bugfixes
2007-07-08 20:23:12 +00:00
drochner
7245d59a69 update to 1.10.3.1
changes:
-bugfixes
-translation updates
-incorporated security fix for array underflow which was fixed by a patch
 in pkgsrc
2007-07-06 18:36:44 +00:00
xtraeme
eee0723f4b Added mail/policyd-weight. 2007-07-06 13:51:15 +00:00
xtraeme
3220d90c6b Initial import of policyd-weight-0.1.14.5, packaged by bartosz at atom.eu.org
via pkgsrc-wip.

policyd-weight is a Perl policy daemon for the Postfix MTA (2.1 and later)
intended to eliminate forged envelope senders and HELOs (i.e. in bogus mails).
It allows you to score DNSBLs (RBL/RHSBL), HELO, MAIL FROM and client IP
addresses before any queuing is done. It allows you to REJECT messages which
have a score higher than allowed, providing improved blocking of spam and
virus mails. policyd-weight caches the most frequent client/sender
combinations (SPAM as well as HAM) to reduce the number of DNS queries.
2007-07-06 13:49:46 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
the owner of all installed files is a non-root user.  This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.

(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
    unprivileged.mk.  These two variables are lists of other bmake
    variables that define package-specific users and groups.  Packages
    that have user-settable variables for users and groups, e.g. apache
    and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
    etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
    so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
    and ${UNPRIVILEGED_GROUP}.

(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
2007-07-04 20:54:31 +00:00
joerg
82bdfe81ee Fix typo. Thanks schmonz@ 2007-07-03 14:42:33 +00:00
joerg
e24209d145 Add common handling for libresolv similiar to dlopen(3) wrapping.
For now, DragonFly and FreeBSD use the libc version, it is not reentrant,
but thread-safe. NetBSD 3.0+ and Darwin 8.0+ use libresolv from base
(the BIND9 resolver), all other fall back to net/bind9. Feel free to add
your favorite platform if it has a thread-safe resolver in base.

Modify mail/libspf-alf, mail/milter-greylist, mail/spamdyke and
net/nocol accordingly. Testing on !DragonFly and feedback from tron@
2007-07-03 13:54:45 +00:00
abs
f8b277aaea Update mail/alpine to 0.999:
pkgsrc portability patches submitted back upstream but ignored.

Additions include:

 *  Configuration support for Tru64 and some fixes for other systems
 *  New color option Header General Color to color all headers in MESSAGE
    TEXT screen
 *  Added NONE color setting for Index symbols and Keyword colors so that
    the background color of a symbol can be set to not blot out the
    background color of an index line. There is also a similar NORM color
    that tracks the Normal Color
 *  New color options Index Subject Color and Index From Color options to
    color parts of MESSAGE INDEX lines
 *  Some improvements to Enable Incoming Folders Checking option,
    including new options Incoming Checking Includes Total, Incoming
    Checking Uses Recent, and Incoming Check Interval Secondary
 *  Eliminate address book sorting wars when two different systems sort an
    address book differently. Instead of checking that the address book is
    correctly sorted whenever it is opened the sorting will only happen
    when a change is made. The sort order you see is the sort order from
    the last system where a change was made.
 *  Added a new category of Rule called a Search Rule. A Search Rule has a
    Pattern but no Action is associated with that Pattern. It is used with
    the Select command in the MESSAGE INDEX screen to Select the set of
    messages that match a rule's Pattern.
 *  Added minor adjustment to display of opening text with Opening Text
    Separator Characters option. Display of opening text is controlled by
    configuring your Index Format option to include one of the Subject
    tokens that causes this behavior (SUBJECTTEXT, SUBJKEYTEXT, or
    SUBJKEYINITTEXT).
 *  Added tokens OPENINGTEXT and OPENINGTEXTDQ for use with the Index
    Format option. These are alternative ways to display the opening text
    of a message in the index screen.
 *  Added SHORTIMAPSTATUS token for the Index Format
 *  The default values of many features have been changed, exposing a more
    advanced user interface by default. In addition, though the names of
    features used in the configuration files remains the same, the
    displayed text in the Config screen is no longer tied directly to that
    name.
 *  Changed Windows Alpine so that it can show up in the list of default
    programs in Vista.

Bugs that have been addressed in this release include:

 *  INBOX displayed twice in some situations when there was a folder named
    INBOX
 *  Crash in PC-Alpine related to traditional UNIX mailbox format
 *  Canceling out of the password prompt when opening an incoming folder
    was causing the re-open of a previously opened folder to fail
 *  News collection display empty after canceling out of password prompt
 *  Extra password prompt when adding incoming folder after canceling out
    of earlier password prompt
 *  Recognize and ignore XML processing instructions in HTML messages
 *  Window title was being set using Unicode characters instead of the
    local character set of the display terminal
 *  The option Busy Cue Spinner Only was displaying an oncoming two-engine
    airplane instead of a spinner
 *  Got rid of default green Subject header color added in 0.99
 *  Title Closed Color wasn't being shown when in the composer
 *  Disable-Input-History, which was added in previous version, is changed
    to Disable Save Input History and its effect is restricted to
    ambiguous situations, like Save
 *  Added missing input history command for Pipe Attachment
 *  Cannot open another folder after an empty directory is opened when
    Combined Folder Display and Expanded View of Folders options are set
 *  When answering No to the commit changes question after changing the
    Inbox Path the change was written to the config file anyway
 *  When the Threading Display Style results in the information being
    truncated add a thread depth indicator in brackets at the right hand
    edge
2007-07-02 09:38:34 +00:00