Squirrel mail is being upgraded currently to version 1.4.2 which is the latest stable release -- released Oct 6, 2003.
Enjoy!!
Jason
Here's the changelog:
Quote
- Fix message highlighting for text containing spaces.
- Added feature to allow user to switch on full date display in mailboxes instead
of just partial date/time based on time of email, and current date.
- Fixed bug that would cause e-mails dated in the future to be displayed with only
the time.
- Custom CSS option now works properly.
- Fix SquirrelSpell JS incompatibility with other plugins that use forms like
Link Buttons (#774454).
- Fix when forwarding messages as attachment from message list, the displayed
subject was wrong (appearing to the user that the wrong messages were attached).
Closes #772371.
- Fix that when user has no theme preference set, Alien Glow would be selected under
display preferences instead of Default.
- Remove chosen_theme from default_pref because this (wrongly) overrides the default
theme defined in config.php.
- Define defaults for missing colors in incomplete themes.
- Updated 'action' to be 'smaction' so that plugins can modify the submit/action of
forms. This was suggested for the gpg plugin, but might be useful elsewhere.
- Fix bug that after sending reply user was returned to the first page of the
message list, which should be the last-active page (use startMessage).
- Fix forwarded emails as attachment from appended ) to the email.
- Prevent username and password from being sent in error message if IMAP
drops connection during login.
- Workaround for Mozilla bug #200412 in order to show multipart/related html mail.
- Fix for disappearing '0' from decoded strings (bug #784193).
- Add Minimal BW theme: a colorless environment for browsers that don't support colors.
- Replace all session_start() calls with sqsession_is_active() to be compatible
with upcoming PHP 4.3.3.
- Encoding of Russian translation changed to utf-8. Lithuanian translation changed
to utf-8. Fix allows to use national letters in folder names correctly.
- Reintroduced mailbox-tree caching in order to limit the number of IMAP calls.
- Fix for delete_move_next plugin when using server threading.
- Calendar plugin: in month view, display events on the same day sorted by time,
and include the time of the event in its tooltip.
- Fix nbsp instead of space and allow wider character set in filename when
downloading attachment.
- Fix to prevent mailboxes being deleted in selected state which is against
RFC3501.
- Fix reply all address string in case the personal name contained a comma
(address separator).
- Added Malaysian translation.
- conf.pl will no longer offer to detect login methods if TLS is being used,
as the detection code does not support it.
- Fix somewhat uncommon bug in paginator (bug #767289)