pkgsrc/mail/squirrelmail/PLIST

479 lines
22 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.41 2017/06/21 15:07:03 taca Exp $
man/man8/squirrelmail-conf.pl.8
share/examples/squirrelmail/data/.htaccess
share/examples/squirrelmail/data/index.php
share/examples/squirrelmail/squirrelmail.conf
share/squirrelmail/README
share/squirrelmail/class/.htaccess
share/squirrelmail/class/deliver/Deliver.class.php
share/squirrelmail/class/deliver/Deliver_IMAP.class.php
share/squirrelmail/class/deliver/Deliver_SMTP.class.php
share/squirrelmail/class/deliver/Deliver_SendMail.class.php
share/squirrelmail/class/deliver/index.php
share/squirrelmail/class/helper/VCard.class.php
share/squirrelmail/class/helper/index.php
share/squirrelmail/class/html.class.php
share/squirrelmail/class/index.php
share/squirrelmail/class/mime.class.php
share/squirrelmail/class/mime/AddressStructure.class.php
share/squirrelmail/class/mime/ContentType.class.php
share/squirrelmail/class/mime/Disposition.class.php
share/squirrelmail/class/mime/Language.class.php
share/squirrelmail/class/mime/Message.class.php
share/squirrelmail/class/mime/MessageHeader.class.php
share/squirrelmail/class/mime/Rfc822Header.class.php
share/squirrelmail/class/mime/SMimeMessage.class.php
share/squirrelmail/class/mime/index.php
share/squirrelmail/config/.htaccess
share/squirrelmail/config/conf.pl
share/squirrelmail/config/config_default.php
share/squirrelmail/config/config_local.php
share/squirrelmail/config/index.php
share/squirrelmail/configure
share/squirrelmail/contrib/.htaccess
share/squirrelmail/contrib/RPM/config.php.redhat
share/squirrelmail/contrib/RPM/squirrelmail.conf
share/squirrelmail/contrib/RPM/squirrelmail.cron
share/squirrelmail/contrib/RPM/squirrelmail.spec
share/squirrelmail/contrib/decrypt_headers.php
share/squirrelmail/contrib/squirrelmail.mailto.NT2KXP.reg
share/squirrelmail/contrib/squirrelmail.mailto.Win9x.reg
share/squirrelmail/data/.htaccess
share/squirrelmail/data/default_pref
share/squirrelmail/data/index.php
share/squirrelmail/doc/.htaccess
share/squirrelmail/doc/AUTHORS
share/squirrelmail/doc/COPYING
share/squirrelmail/doc/ChangeLog
share/squirrelmail/doc/INSTALL
share/squirrelmail/doc/README
share/squirrelmail/doc/ReleaseNotes
share/squirrelmail/doc/UPGRADE
share/squirrelmail/doc/authentication.txt
share/squirrelmail/doc/ie_ssl.txt
share/squirrelmail/doc/index.html
share/squirrelmail/doc/index.php
share/squirrelmail/doc/presets.txt
share/squirrelmail/doc/release_notes_archive/1.2/Notes-1.2.0.txt
share/squirrelmail/doc/release_notes_archive/1.2/Notes-1.2.1.txt
share/squirrelmail/doc/release_notes_archive/1.2/Notes-1.2.2.txt
share/squirrelmail/doc/release_notes_archive/1.2/Notes-1.2.3.txt
share/squirrelmail/doc/release_notes_archive/1.2/Notes-1.2.4.txt
share/squirrelmail/doc/release_notes_archive/1.2/Notes-1.2.5.txt
share/squirrelmail/doc/release_notes_archive/1.2/Notes-1.2.6.txt
share/squirrelmail/doc/release_notes_archive/1.3/Notes-1.3.0.txt
share/squirrelmail/doc/release_notes_archive/1.3/Notes-1.3.1.txt
share/squirrelmail/doc/release_notes_archive/1.3/Notes-1.3.2.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.0.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.1.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.10.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.10a.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.11.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.12.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.13.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.15.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.16.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.17.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.18.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.19.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.2.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.20-RC2.txt
Update squirrelmail to new snapshot, 1.4.23pre14523. Should be fix PR pkg/50197. Here is changes from previous pkgsrc's snapshot. Version 1.4.23 - SVN -------------------- ... - Added Solarized Light and Solarized Dark themes, by Pavneet Arora. - Added associative edit list option widget, with optional folder list selector for values - Added option to use blank spacer instead of security image ("This image has been removed for security reasons.") for replacing unsafe images. - Full date and time is used as "title" (mouseover) text for dates shown on the message list screen - Custom Stylesheets are now sorted on the Display Preferences page - $xtra in the displayHtmlHeader function is now available in the global scope so that plugins can modify it during the generic_header hook - Added some generic client-side (JavaScript) libraries (including an asynchronous server request mechansim). See the new /scripts directory (plugin authors can refer to the plugin documentation for how to use them) - Added optional JavaScript folder list refresh ("check mail") mechanisms that try to avoid refreshing if server is not responding - see the $check_mail_mechanism setting in config/config.php or the "4. General Options ==> "21. Auto check mail mechanism" setting in the configuration tool. (If you do not update your configuration, you will get messages in your logs: "PHP Notice: Undefined variable: check_mail_mechanism in /path/to/squirrelmail/src/left_main.php on line 322...") - Added advanced control over the SSL context used when connecting to the SMTP and IMAP servers over SSL/TLS (thanks to Emmanuel Dreyfus). You can take a look at $imap_stream_options and $smtp_stream_options in config_local.example.php in SquirrelMail version 1.5.2 for more information. These configuration settings should work the same under 1.4.23: http://sourceforge.net/p/squirrelmail/code/HEAD/tree/trunk/squirrelmail/config/config_local.example.php - Added ability to show login error from the IMAP server instead of traditional "Unknown user or password incorrect" (thanks to Alain Williams). See $display_imap_login_error in the configuration file or "4. General Options ==> 22. Display login error from IMAP" in the configuration tool. - Configuration tool now shows the SquirrelMail version - Added new attachments_top hook to src/read_body.php - When resuming a draft, correct (from) identity is now pre-selected - Removed overly-restrictive character limitations on address book nicknames - Prevent session lock-up caused by filters plugin trying to move messages in an account that is over quota - Added MD5 alternative to directory hash calculation - Added ability for administrator to control whether or not users can edit their reply-to address ($edit_reply_to in config.php) - Added new "login_before_page_header" (boolean) hook; allows plugins to have more explicit control over login page header
2015-09-06 14:04:12 +02:00
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.20.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.20RC1.txt
Update squirrelmail to new snapshot, 1.4.23pre14523. Should be fix PR pkg/50197. Here is changes from previous pkgsrc's snapshot. Version 1.4.23 - SVN -------------------- ... - Added Solarized Light and Solarized Dark themes, by Pavneet Arora. - Added associative edit list option widget, with optional folder list selector for values - Added option to use blank spacer instead of security image ("This image has been removed for security reasons.") for replacing unsafe images. - Full date and time is used as "title" (mouseover) text for dates shown on the message list screen - Custom Stylesheets are now sorted on the Display Preferences page - $xtra in the displayHtmlHeader function is now available in the global scope so that plugins can modify it during the generic_header hook - Added some generic client-side (JavaScript) libraries (including an asynchronous server request mechansim). See the new /scripts directory (plugin authors can refer to the plugin documentation for how to use them) - Added optional JavaScript folder list refresh ("check mail") mechanisms that try to avoid refreshing if server is not responding - see the $check_mail_mechanism setting in config/config.php or the "4. General Options ==> "21. Auto check mail mechanism" setting in the configuration tool. (If you do not update your configuration, you will get messages in your logs: "PHP Notice: Undefined variable: check_mail_mechanism in /path/to/squirrelmail/src/left_main.php on line 322...") - Added advanced control over the SSL context used when connecting to the SMTP and IMAP servers over SSL/TLS (thanks to Emmanuel Dreyfus). You can take a look at $imap_stream_options and $smtp_stream_options in config_local.example.php in SquirrelMail version 1.5.2 for more information. These configuration settings should work the same under 1.4.23: http://sourceforge.net/p/squirrelmail/code/HEAD/tree/trunk/squirrelmail/config/config_local.example.php - Added ability to show login error from the IMAP server instead of traditional "Unknown user or password incorrect" (thanks to Alain Williams). See $display_imap_login_error in the configuration file or "4. General Options ==> 22. Display login error from IMAP" in the configuration tool. - Configuration tool now shows the SquirrelMail version - Added new attachments_top hook to src/read_body.php - When resuming a draft, correct (from) identity is now pre-selected - Removed overly-restrictive character limitations on address book nicknames - Prevent session lock-up caused by filters plugin trying to move messages in an account that is over quota - Added MD5 alternative to directory hash calculation - Added ability for administrator to control whether or not users can edit their reply-to address ($edit_reply_to in config.php) - Added new "login_before_page_header" (boolean) hook; allows plugins to have more explicit control over login page header
2015-09-06 14:04:12 +02:00
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.21.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.22.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.3.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.3a.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.4.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.5.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.6.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.7.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.8.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.9.txt
share/squirrelmail/doc/release_notes_archive/1.4/Notes-1.4.9a.txt
share/squirrelmail/doc/russian_apache.txt
share/squirrelmail/doc/security.txt
share/squirrelmail/doc/translating.txt
share/squirrelmail/doc/translating_help.txt
share/squirrelmail/functions/.htaccess
share/squirrelmail/functions/abook_database.php
share/squirrelmail/functions/abook_ldap_server.php
share/squirrelmail/functions/abook_local_file.php
share/squirrelmail/functions/addressbook.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/functions/attachment_common.php
share/squirrelmail/functions/auth.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/functions/constants.php
share/squirrelmail/functions/date.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/functions/db_prefs.php
share/squirrelmail/functions/decode/cp1250.php
share/squirrelmail/functions/decode/cp1251.php
share/squirrelmail/functions/decode/cp1252.php
share/squirrelmail/functions/decode/cp1253.php
share/squirrelmail/functions/decode/cp1254.php
share/squirrelmail/functions/decode/cp1255.php
share/squirrelmail/functions/decode/cp1256.php
share/squirrelmail/functions/decode/cp1257.php
share/squirrelmail/functions/decode/cp1258.php
share/squirrelmail/functions/decode/cp855.php
share/squirrelmail/functions/decode/cp866.php
share/squirrelmail/functions/decode/index.php
share/squirrelmail/functions/decode/iso_8859_1.php
share/squirrelmail/functions/decode/iso_8859_10.php
share/squirrelmail/functions/decode/iso_8859_11.php
share/squirrelmail/functions/decode/iso_8859_13.php
share/squirrelmail/functions/decode/iso_8859_14.php
share/squirrelmail/functions/decode/iso_8859_15.php
share/squirrelmail/functions/decode/iso_8859_16.php
share/squirrelmail/functions/decode/iso_8859_2.php
share/squirrelmail/functions/decode/iso_8859_3.php
share/squirrelmail/functions/decode/iso_8859_4.php
share/squirrelmail/functions/decode/iso_8859_5.php
share/squirrelmail/functions/decode/iso_8859_6.php
share/squirrelmail/functions/decode/iso_8859_7.php
share/squirrelmail/functions/decode/iso_8859_8.php
share/squirrelmail/functions/decode/iso_8859_9.php
share/squirrelmail/functions/decode/iso_ir_111.php
share/squirrelmail/functions/decode/koi8_r.php
share/squirrelmail/functions/decode/koi8_u.php
share/squirrelmail/functions/decode/ns_4551_1.php
share/squirrelmail/functions/decode/tis_620.php
share/squirrelmail/functions/decode/us_ascii.php
share/squirrelmail/functions/decode/utf_8.php
share/squirrelmail/functions/display_messages.php
share/squirrelmail/functions/encode/cp1251.php
share/squirrelmail/functions/encode/cp1255.php
share/squirrelmail/functions/encode/cp1256.php
share/squirrelmail/functions/encode/index.php
share/squirrelmail/functions/encode/iso_8859_1.php
share/squirrelmail/functions/encode/iso_8859_15.php
share/squirrelmail/functions/encode/iso_8859_2.php
share/squirrelmail/functions/encode/iso_8859_7.php
share/squirrelmail/functions/encode/iso_8859_9.php
share/squirrelmail/functions/encode/koi8_r.php
share/squirrelmail/functions/encode/koi8_u.php
share/squirrelmail/functions/encode/tis_620.php
share/squirrelmail/functions/encode/us_ascii.php
share/squirrelmail/functions/encode/utf_8.php
Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1 (no more warnings that fills in apache error_log). Changes since 1.2.4: - Multiple mailbox list calls cached. - Added 'View unsafe images' link to the bottom of pages which contain unsafe images. - Fixed 'too many close table tags' and various other issues which meant SM output didn't always validate as clean HTML. - Added the ability to add special folders through plugins. - Added an Always compose in a pop-up window option. - Search page update with ability to save searches and search all folders at once. - Made searching on multiple criteria possible, with thanks to Jason Munro - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder) - Fixed small bugs in db_prefs - Allowed SquirrelMail to work from within a frame, eg. not using _top this is configureable. (thanks to Simon Dick) - Added options to conf.pl to enable automated plugin installation: ./conf.pl --install-plugin <pluginname>. This allows plugins to be distributed in packages. Conf.pl now also reports when saving fails. - Attachment hooks now also allow specification of generic rules like text/* which will be used when no specific rule is available. - conf.pl can now configure database backed address books and preferences. - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy vulnerability (symlink attack), plus introduces formatting fixes and javadoc-style comments. - Bugfix in mailfetch reported by Mateusz Mazur - Administrator plugin. A web based conf.pl replacement. - Removed GLOBALS from conf.pl - HTML messages optimization. - Added support for requesting read receipts (MDN) and delivery receipts. - Added the ability to stop users changing their names and email addresses. - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>) - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18 23:11:51 +01:00
share/squirrelmail/functions/file_prefs.php
share/squirrelmail/functions/forms.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/functions/gettext.php
share/squirrelmail/functions/global.php
share/squirrelmail/functions/html.php
share/squirrelmail/functions/i18n.php
share/squirrelmail/functions/identity.php
share/squirrelmail/functions/imap.php
share/squirrelmail/functions/imap_general.php
share/squirrelmail/functions/imap_mailbox.php
share/squirrelmail/functions/imap_messages.php
share/squirrelmail/functions/imap_search.php
share/squirrelmail/functions/imap_utf7_local.php
share/squirrelmail/functions/index.php
share/squirrelmail/functions/mailbox_display.php
share/squirrelmail/functions/mime.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/functions/options.php
share/squirrelmail/functions/page_header.php
share/squirrelmail/functions/plugin.php
share/squirrelmail/functions/prefs.php
share/squirrelmail/functions/strings.php
share/squirrelmail/functions/tree.php
share/squirrelmail/functions/url_parser.php
share/squirrelmail/help/.htaccess
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/help/en_US/FAQ.hlp
share/squirrelmail/help/en_US/addresses.hlp
share/squirrelmail/help/en_US/basic.hlp
share/squirrelmail/help/en_US/compose.hlp
share/squirrelmail/help/en_US/folders.hlp
share/squirrelmail/help/en_US/main_folder.hlp
share/squirrelmail/help/en_US/options.hlp
share/squirrelmail/help/en_US/read_mail.hlp
share/squirrelmail/help/en_US/search.hlp
share/squirrelmail/help/index.php
share/squirrelmail/images/blank.png
share/squirrelmail/images/delitem.png
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/images/down_pointer.png
share/squirrelmail/images/draft.png
share/squirrelmail/images/folder.png
share/squirrelmail/images/inbox.png
share/squirrelmail/images/index.php
share/squirrelmail/images/minus.png
share/squirrelmail/images/plus.png
share/squirrelmail/images/sec_remove_eng.png
share/squirrelmail/images/senti.png
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/images/sm_logo.png
share/squirrelmail/images/sort_none.png
Update squirrelmail to new snapshot, 1.4.23pre14523. Should be fix PR pkg/50197. Here is changes from previous pkgsrc's snapshot. Version 1.4.23 - SVN -------------------- ... - Added Solarized Light and Solarized Dark themes, by Pavneet Arora. - Added associative edit list option widget, with optional folder list selector for values - Added option to use blank spacer instead of security image ("This image has been removed for security reasons.") for replacing unsafe images. - Full date and time is used as "title" (mouseover) text for dates shown on the message list screen - Custom Stylesheets are now sorted on the Display Preferences page - $xtra in the displayHtmlHeader function is now available in the global scope so that plugins can modify it during the generic_header hook - Added some generic client-side (JavaScript) libraries (including an asynchronous server request mechansim). See the new /scripts directory (plugin authors can refer to the plugin documentation for how to use them) - Added optional JavaScript folder list refresh ("check mail") mechanisms that try to avoid refreshing if server is not responding - see the $check_mail_mechanism setting in config/config.php or the "4. General Options ==> "21. Auto check mail mechanism" setting in the configuration tool. (If you do not update your configuration, you will get messages in your logs: "PHP Notice: Undefined variable: check_mail_mechanism in /path/to/squirrelmail/src/left_main.php on line 322...") - Added advanced control over the SSL context used when connecting to the SMTP and IMAP servers over SSL/TLS (thanks to Emmanuel Dreyfus). You can take a look at $imap_stream_options and $smtp_stream_options in config_local.example.php in SquirrelMail version 1.5.2 for more information. These configuration settings should work the same under 1.4.23: http://sourceforge.net/p/squirrelmail/code/HEAD/tree/trunk/squirrelmail/config/config_local.example.php - Added ability to show login error from the IMAP server instead of traditional "Unknown user or password incorrect" (thanks to Alain Williams). See $display_imap_login_error in the configuration file or "4. General Options ==> 22. Display login error from IMAP" in the configuration tool. - Configuration tool now shows the SquirrelMail version - Added new attachments_top hook to src/read_body.php - When resuming a draft, correct (from) identity is now pre-selected - Removed overly-restrictive character limitations on address book nicknames - Prevent session lock-up caused by filters plugin trying to move messages in an account that is over quota - Added MD5 alternative to directory hash calculation - Added ability for administrator to control whether or not users can edit their reply-to address ($edit_reply_to in config.php) - Added new "login_before_page_header" (boolean) hook; allows plugins to have more explicit control over login page header
2015-09-06 14:04:12 +02:00
share/squirrelmail/images/spacer.png
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/images/up_pointer.png
share/squirrelmail/include/.htaccess
share/squirrelmail/include/index.php
share/squirrelmail/include/load_prefs.php
share/squirrelmail/include/options/display.php
share/squirrelmail/include/options/folder.php
share/squirrelmail/include/options/index.php
share/squirrelmail/include/options/personal.php
share/squirrelmail/include/validate.php
share/squirrelmail/index.php
share/squirrelmail/locale/.htaccess
share/squirrelmail/locale/README.locales
share/squirrelmail/locale/index.php
share/squirrelmail/locale/timezones.cfg
share/squirrelmail/plugins/README.plugins
Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1 (no more warnings that fills in apache error_log). Changes since 1.2.4: - Multiple mailbox list calls cached. - Added 'View unsafe images' link to the bottom of pages which contain unsafe images. - Fixed 'too many close table tags' and various other issues which meant SM output didn't always validate as clean HTML. - Added the ability to add special folders through plugins. - Added an Always compose in a pop-up window option. - Search page update with ability to save searches and search all folders at once. - Made searching on multiple criteria possible, with thanks to Jason Munro - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder) - Fixed small bugs in db_prefs - Allowed SquirrelMail to work from within a frame, eg. not using _top this is configureable. (thanks to Simon Dick) - Added options to conf.pl to enable automated plugin installation: ./conf.pl --install-plugin <pluginname>. This allows plugins to be distributed in packages. Conf.pl now also reports when saving fails. - Attachment hooks now also allow specification of generic rules like text/* which will be used when no specific rule is available. - conf.pl can now configure database backed address books and preferences. - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy vulnerability (symlink attack), plus introduces formatting fixes and javadoc-style comments. - Bugfix in mailfetch reported by Mateusz Mazur - Administrator plugin. A web based conf.pl replacement. - Removed GLOBALS from conf.pl - HTML messages optimization. - Added support for requesting read receipts (MDN) and delivery receipts. - Added the ability to stop users changing their names and email addresses. - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>) - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18 23:11:51 +01:00
share/squirrelmail/plugins/administrator/INSTALL
share/squirrelmail/plugins/administrator/auth.php
share/squirrelmail/plugins/administrator/defines.php
share/squirrelmail/plugins/administrator/index.php
share/squirrelmail/plugins/administrator/options.php
share/squirrelmail/plugins/administrator/setup.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/plugins/bug_report/README
share/squirrelmail/plugins/bug_report/bug_report.php
2008-05-27 14:40:37 +02:00
share/squirrelmail/plugins/bug_report/functions.php
Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1 (no more warnings that fills in apache error_log). Changes since 1.2.4: - Multiple mailbox list calls cached. - Added 'View unsafe images' link to the bottom of pages which contain unsafe images. - Fixed 'too many close table tags' and various other issues which meant SM output didn't always validate as clean HTML. - Added the ability to add special folders through plugins. - Added an Always compose in a pop-up window option. - Search page update with ability to save searches and search all folders at once. - Made searching on multiple criteria possible, with thanks to Jason Munro - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder) - Fixed small bugs in db_prefs - Allowed SquirrelMail to work from within a frame, eg. not using _top this is configureable. (thanks to Simon Dick) - Added options to conf.pl to enable automated plugin installation: ./conf.pl --install-plugin <pluginname>. This allows plugins to be distributed in packages. Conf.pl now also reports when saving fails. - Attachment hooks now also allow specification of generic rules like text/* which will be used when no specific rule is available. - conf.pl can now configure database backed address books and preferences. - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy vulnerability (symlink attack), plus introduces formatting fixes and javadoc-style comments. - Bugfix in mailfetch reported by Mateusz Mazur - Administrator plugin. A web based conf.pl replacement. - Removed GLOBALS from conf.pl - HTML messages optimization. - Added support for requesting read receipts (MDN) and delivery receipts. - Added the ability to stop users changing their names and email addresses. - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>) - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18 23:11:51 +01:00
share/squirrelmail/plugins/bug_report/index.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/plugins/bug_report/setup.php
Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1 (no more warnings that fills in apache error_log). Changes since 1.2.4: - Multiple mailbox list calls cached. - Added 'View unsafe images' link to the bottom of pages which contain unsafe images. - Fixed 'too many close table tags' and various other issues which meant SM output didn't always validate as clean HTML. - Added the ability to add special folders through plugins. - Added an Always compose in a pop-up window option. - Search page update with ability to save searches and search all folders at once. - Made searching on multiple criteria possible, with thanks to Jason Munro - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder) - Fixed small bugs in db_prefs - Allowed SquirrelMail to work from within a frame, eg. not using _top this is configureable. (thanks to Simon Dick) - Added options to conf.pl to enable automated plugin installation: ./conf.pl --install-plugin <pluginname>. This allows plugins to be distributed in packages. Conf.pl now also reports when saving fails. - Attachment hooks now also allow specification of generic rules like text/* which will be used when no specific rule is available. - conf.pl can now configure database backed address books and preferences. - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy vulnerability (symlink attack), plus introduces formatting fixes and javadoc-style comments. - Bugfix in mailfetch reported by Mateusz Mazur - Administrator plugin. A web based conf.pl replacement. - Removed GLOBALS from conf.pl - HTML messages optimization. - Added support for requesting read receipts (MDN) and delivery receipts. - Added the ability to stop users changing their names and email addresses. - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>) - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18 23:11:51 +01:00
share/squirrelmail/plugins/calendar/README
share/squirrelmail/plugins/calendar/calendar.php
Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1 (no more warnings that fills in apache error_log). Changes since 1.2.4: - Multiple mailbox list calls cached. - Added 'View unsafe images' link to the bottom of pages which contain unsafe images. - Fixed 'too many close table tags' and various other issues which meant SM output didn't always validate as clean HTML. - Added the ability to add special folders through plugins. - Added an Always compose in a pop-up window option. - Search page update with ability to save searches and search all folders at once. - Made searching on multiple criteria possible, with thanks to Jason Munro - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder) - Fixed small bugs in db_prefs - Allowed SquirrelMail to work from within a frame, eg. not using _top this is configureable. (thanks to Simon Dick) - Added options to conf.pl to enable automated plugin installation: ./conf.pl --install-plugin <pluginname>. This allows plugins to be distributed in packages. Conf.pl now also reports when saving fails. - Attachment hooks now also allow specification of generic rules like text/* which will be used when no specific rule is available. - conf.pl can now configure database backed address books and preferences. - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy vulnerability (symlink attack), plus introduces formatting fixes and javadoc-style comments. - Bugfix in mailfetch reported by Mateusz Mazur - Administrator plugin. A web based conf.pl replacement. - Removed GLOBALS from conf.pl - HTML messages optimization. - Added support for requesting read receipts (MDN) and delivery receipts. - Added the ability to stop users changing their names and email addresses. - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>) - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18 23:11:51 +01:00
share/squirrelmail/plugins/calendar/calendar_data.php
share/squirrelmail/plugins/calendar/day.php
share/squirrelmail/plugins/calendar/event_create.php
share/squirrelmail/plugins/calendar/event_delete.php
share/squirrelmail/plugins/calendar/event_edit.php
share/squirrelmail/plugins/calendar/functions.php
share/squirrelmail/plugins/calendar/index.php
share/squirrelmail/plugins/calendar/setup.php
Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1 (no more warnings that fills in apache error_log). Changes since 1.2.4: - Multiple mailbox list calls cached. - Added 'View unsafe images' link to the bottom of pages which contain unsafe images. - Fixed 'too many close table tags' and various other issues which meant SM output didn't always validate as clean HTML. - Added the ability to add special folders through plugins. - Added an Always compose in a pop-up window option. - Search page update with ability to save searches and search all folders at once. - Made searching on multiple criteria possible, with thanks to Jason Munro - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder) - Fixed small bugs in db_prefs - Allowed SquirrelMail to work from within a frame, eg. not using _top this is configureable. (thanks to Simon Dick) - Added options to conf.pl to enable automated plugin installation: ./conf.pl --install-plugin <pluginname>. This allows plugins to be distributed in packages. Conf.pl now also reports when saving fails. - Attachment hooks now also allow specification of generic rules like text/* which will be used when no specific rule is available. - conf.pl can now configure database backed address books and preferences. - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy vulnerability (symlink attack), plus introduces formatting fixes and javadoc-style comments. - Bugfix in mailfetch reported by Mateusz Mazur - Administrator plugin. A web based conf.pl replacement. - Removed GLOBALS from conf.pl - HTML messages optimization. - Added support for requesting read receipts (MDN) and delivery receipts. - Added the ability to stop users changing their names and email addresses. - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>) - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18 23:11:51 +01:00
share/squirrelmail/plugins/delete_move_next/README
share/squirrelmail/plugins/delete_move_next/index.php
Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1 (no more warnings that fills in apache error_log). Changes since 1.2.4: - Multiple mailbox list calls cached. - Added 'View unsafe images' link to the bottom of pages which contain unsafe images. - Fixed 'too many close table tags' and various other issues which meant SM output didn't always validate as clean HTML. - Added the ability to add special folders through plugins. - Added an Always compose in a pop-up window option. - Search page update with ability to save searches and search all folders at once. - Made searching on multiple criteria possible, with thanks to Jason Munro - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder) - Fixed small bugs in db_prefs - Allowed SquirrelMail to work from within a frame, eg. not using _top this is configureable. (thanks to Simon Dick) - Added options to conf.pl to enable automated plugin installation: ./conf.pl --install-plugin <pluginname>. This allows plugins to be distributed in packages. Conf.pl now also reports when saving fails. - Attachment hooks now also allow specification of generic rules like text/* which will be used when no specific rule is available. - conf.pl can now configure database backed address books and preferences. - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy vulnerability (symlink attack), plus introduces formatting fixes and javadoc-style comments. - Bugfix in mailfetch reported by Mateusz Mazur - Administrator plugin. A web based conf.pl replacement. - Removed GLOBALS from conf.pl - HTML messages optimization. - Added support for requesting read receipts (MDN) and delivery receipts. - Added the ability to stop users changing their names and email addresses. - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>) - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18 23:11:51 +01:00
share/squirrelmail/plugins/delete_move_next/setup.php
Updated mail/squirrelmail to 1.4.11 Version 1.4.11 - 29 September 2007 ---------------------------------- - Minimum PHP requirement raised from 4.0.6 to 4.1.0. SquirrelMail has been broken for a while with 4.0.x without anyone noticing, this move merely reflects reality. - Fix broken set_url_var function in functions/html.php (#1729814). - Fix config.pl not detecting auth support correctly (#1727033). - Fix display of X-Priority in message view. - Work around mailers sending broken Date headers with no space after the first comma. - Let POP3 class properly cope with lines starting with a '.'. - Some HTML validation cleanups. - Invalid year in sent_subfolders plugin (#1607380). - Always treat Content-Type case-insensitively (#1732092). - Fix typo: html/plain should be text/html. - Fix en/decode header swith in MDN (#1694687). - Fix compatibility with Windows path in administrator plugin (#1740469). - Fix disabling password encryption in mail_fetch (#1738001). - Fix busy loop and notice when two literals in IMAP fetch (#1739433). - Backported code for site wide SMTP authentication (#1531889). - Fixed issue with compose session not being cleaned after message is saved or sent. - Added ability to detect HTTP_X_FORWARDED_PROTO in get_location(), thanks to Daniel Watts - Fix test for signout.php in the logged in check in is_logged_in() so it cannot be circumvented by manipulating the URL. External plugins might rely on this function guaranteeing that the user is logged in. - Use attachment_dir only at the point where we're actually reading from / writing to the files, do not carry it around in the object. This makes us safer in the event the object is somehow exposed to the outside world. - Better support mailboxes named 'None' (#1598890). - Sort readdir() output in conf.pl (#1755886). - Fix message cache in printer friendly, thanks Tomas Kuliavas. - Made the webmail_top hook work again for plugins that want to change the URI of the "right" frame; plugins have to change the value of the global variable $right_frame_url - Fix issue in darkness theme with extra closing bracket. - No longer store all message composition sessions in the PHP session, since it was not made use of and in rare cases, made sessions too big. - Composition restoration functionality now correctly restores attachments. - Added smtp_auth hook. - Change default Selection List Style to Indented. - Added "preselected" query argument to mailbox list. - Added mailbox_display_buttons hook. - Removed "Include CCs when Forwarding Messages", which had no functionality whatsoever. - Make the Message Details plugin actually show the correct entity when viewing details of attached messages.
2007-10-02 07:28:19 +02:00
share/squirrelmail/plugins/demo/COPYING
share/squirrelmail/plugins/demo/INSTALL
share/squirrelmail/plugins/demo/README
share/squirrelmail/plugins/demo/demo.php
share/squirrelmail/plugins/demo/demo.pot
share/squirrelmail/plugins/demo/functions.php
share/squirrelmail/plugins/demo/getpot
share/squirrelmail/plugins/demo/index.php
share/squirrelmail/plugins/demo/setup.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/plugins/filters/README
share/squirrelmail/plugins/filters/bulkquery/INSTALL
share/squirrelmail/plugins/filters/bulkquery/Makefile
share/squirrelmail/plugins/filters/bulkquery/README
share/squirrelmail/plugins/filters/bulkquery/bq.in
share/squirrelmail/plugins/filters/bulkquery/bq.out
share/squirrelmail/plugins/filters/bulkquery/bulkquery.c
share/squirrelmail/plugins/filters/bulkquery/index.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/plugins/filters/filters.php
share/squirrelmail/plugins/filters/index.php
share/squirrelmail/plugins/filters/options.php
share/squirrelmail/plugins/filters/setup.php
share/squirrelmail/plugins/filters/spamoptions.php
Updated mail/squirrelmail to 1.4.11 Version 1.4.11 - 29 September 2007 ---------------------------------- - Minimum PHP requirement raised from 4.0.6 to 4.1.0. SquirrelMail has been broken for a while with 4.0.x without anyone noticing, this move merely reflects reality. - Fix broken set_url_var function in functions/html.php (#1729814). - Fix config.pl not detecting auth support correctly (#1727033). - Fix display of X-Priority in message view. - Work around mailers sending broken Date headers with no space after the first comma. - Let POP3 class properly cope with lines starting with a '.'. - Some HTML validation cleanups. - Invalid year in sent_subfolders plugin (#1607380). - Always treat Content-Type case-insensitively (#1732092). - Fix typo: html/plain should be text/html. - Fix en/decode header swith in MDN (#1694687). - Fix compatibility with Windows path in administrator plugin (#1740469). - Fix disabling password encryption in mail_fetch (#1738001). - Fix busy loop and notice when two literals in IMAP fetch (#1739433). - Backported code for site wide SMTP authentication (#1531889). - Fixed issue with compose session not being cleaned after message is saved or sent. - Added ability to detect HTTP_X_FORWARDED_PROTO in get_location(), thanks to Daniel Watts - Fix test for signout.php in the logged in check in is_logged_in() so it cannot be circumvented by manipulating the URL. External plugins might rely on this function guaranteeing that the user is logged in. - Use attachment_dir only at the point where we're actually reading from / writing to the files, do not carry it around in the object. This makes us safer in the event the object is somehow exposed to the outside world. - Better support mailboxes named 'None' (#1598890). - Sort readdir() output in conf.pl (#1755886). - Fix message cache in printer friendly, thanks Tomas Kuliavas. - Made the webmail_top hook work again for plugins that want to change the URI of the "right" frame; plugins have to change the value of the global variable $right_frame_url - Fix issue in darkness theme with extra closing bracket. - No longer store all message composition sessions in the PHP session, since it was not made use of and in rare cases, made sessions too big. - Composition restoration functionality now correctly restores attachments. - Added smtp_auth hook. - Change default Selection List Style to Indented. - Added "preselected" query argument to mailbox list. - Added mailbox_display_buttons hook. - Removed "Include CCs when Forwarding Messages", which had no functionality whatsoever. - Make the Message Details plugin actually show the correct entity when viewing details of attached messages.
2007-10-02 07:28:19 +02:00
share/squirrelmail/plugins/fortune/README
2008-05-27 14:40:37 +02:00
share/squirrelmail/plugins/fortune/fortune_functions.php
share/squirrelmail/plugins/fortune/index.php
share/squirrelmail/plugins/fortune/setup.php
share/squirrelmail/plugins/index.php
share/squirrelmail/plugins/info/README
share/squirrelmail/plugins/info/functions.php
share/squirrelmail/plugins/info/index.php
share/squirrelmail/plugins/info/options.php
share/squirrelmail/plugins/info/setup.php
Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1 (no more warnings that fills in apache error_log). Changes since 1.2.4: - Multiple mailbox list calls cached. - Added 'View unsafe images' link to the bottom of pages which contain unsafe images. - Fixed 'too many close table tags' and various other issues which meant SM output didn't always validate as clean HTML. - Added the ability to add special folders through plugins. - Added an Always compose in a pop-up window option. - Search page update with ability to save searches and search all folders at once. - Made searching on multiple criteria possible, with thanks to Jason Munro - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder) - Fixed small bugs in db_prefs - Allowed SquirrelMail to work from within a frame, eg. not using _top this is configureable. (thanks to Simon Dick) - Added options to conf.pl to enable automated plugin installation: ./conf.pl --install-plugin <pluginname>. This allows plugins to be distributed in packages. Conf.pl now also reports when saving fails. - Attachment hooks now also allow specification of generic rules like text/* which will be used when no specific rule is available. - conf.pl can now configure database backed address books and preferences. - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy vulnerability (symlink attack), plus introduces formatting fixes and javadoc-style comments. - Bugfix in mailfetch reported by Mateusz Mazur - Administrator plugin. A web based conf.pl replacement. - Removed GLOBALS from conf.pl - HTML messages optimization. - Added support for requesting read receipts (MDN) and delivery receipts. - Added the ability to stop users changing their names and email addresses. - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>) - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18 23:11:51 +01:00
share/squirrelmail/plugins/listcommands/README
share/squirrelmail/plugins/listcommands/index.php
Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1 (no more warnings that fills in apache error_log). Changes since 1.2.4: - Multiple mailbox list calls cached. - Added 'View unsafe images' link to the bottom of pages which contain unsafe images. - Fixed 'too many close table tags' and various other issues which meant SM output didn't always validate as clean HTML. - Added the ability to add special folders through plugins. - Added an Always compose in a pop-up window option. - Search page update with ability to save searches and search all folders at once. - Made searching on multiple criteria possible, with thanks to Jason Munro - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder) - Fixed small bugs in db_prefs - Allowed SquirrelMail to work from within a frame, eg. not using _top this is configureable. (thanks to Simon Dick) - Added options to conf.pl to enable automated plugin installation: ./conf.pl --install-plugin <pluginname>. This allows plugins to be distributed in packages. Conf.pl now also reports when saving fails. - Attachment hooks now also allow specification of generic rules like text/* which will be used when no specific rule is available. - conf.pl can now configure database backed address books and preferences. - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy vulnerability (symlink attack), plus introduces formatting fixes and javadoc-style comments. - Bugfix in mailfetch reported by Mateusz Mazur - Administrator plugin. A web based conf.pl replacement. - Removed GLOBALS from conf.pl - HTML messages optimization. - Added support for requesting read receipts (MDN) and delivery receipts. - Added the ability to stop users changing their names and email addresses. - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>) - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18 23:11:51 +01:00
share/squirrelmail/plugins/listcommands/mailout.php
share/squirrelmail/plugins/listcommands/setup.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/plugins/mail_fetch/README
share/squirrelmail/plugins/mail_fetch/class.POP3.php
Update "squirremail" package to version 1.4.21. Changes since 1.4.20: - Now allow more than one plugin to control the compose form submit action. - When sorting by received date, the received date is now shown on the message list. - Explicitly disable browser caching for left_main and right_main pages (#2983134). - Fix error with SpamCop reporting plugin not being able to send report as emails (#1795310). - Fix typo in SpamCop plugin. - Reduced default time security tokens stay valid from 30 days to 2 days (reduces chances of session data growing too large) - Several speed enhancements for recent fixes regarding the display of encoded subjects, including a fix for messages with invalid subject encoding (includes #2987016 amongst several other issues reported via mailing list, etc.) (Many thanks to Zdenek Pytela for the untiring help diagnosing and testing.) - Fixed minor vulnerability in Mail Fetch plugin. [CVE-2010-1637/TEHTRI-SA-2010-009] - Now properly quote personal part of encoded addresses when replying. - Now fill in default subject when forwarding as attachment (#2936541). - Implement header folding that doesn't add extraneous spaces so unfolding is less ambiguous (#1951776). - Fixed issues caused by use of PostgreSQL keyword "user" in SquirrelMail's default preferences database schema (#2943483). - Fixed attachment filename decoding problems (#2994865). - Now default search criteria to the TO header when searching the sent folder. - Fixed literal processing of 8-bit usernames/passwords during login. [CVE-2010-2813]
2010-07-24 14:20:33 +02:00
share/squirrelmail/plugins/mail_fetch/config_example.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/plugins/mail_fetch/fetch.php
share/squirrelmail/plugins/mail_fetch/functions.php
share/squirrelmail/plugins/mail_fetch/index.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/plugins/mail_fetch/options.php
share/squirrelmail/plugins/mail_fetch/setup.php
share/squirrelmail/plugins/message_details/index.php
share/squirrelmail/plugins/message_details/message_details_bottom.php
share/squirrelmail/plugins/message_details/message_details_main.php
share/squirrelmail/plugins/message_details/message_details_top.php
share/squirrelmail/plugins/message_details/setup.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/plugins/newmail/HISTORY
share/squirrelmail/plugins/newmail/README
share/squirrelmail/plugins/newmail/index.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/plugins/newmail/newmail.php
share/squirrelmail/plugins/newmail/newmail_opt.php
share/squirrelmail/plugins/newmail/setup.php
share/squirrelmail/plugins/newmail/sounds/FanFair.wav
share/squirrelmail/plugins/newmail/sounds/Friends.wav
share/squirrelmail/plugins/newmail/sounds/MontyPython.wav
share/squirrelmail/plugins/newmail/sounds/Notify.wav
share/squirrelmail/plugins/newmail/sounds/index.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/plugins/newmail/testsound.php
Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1 (no more warnings that fills in apache error_log). Changes since 1.2.4: - Multiple mailbox list calls cached. - Added 'View unsafe images' link to the bottom of pages which contain unsafe images. - Fixed 'too many close table tags' and various other issues which meant SM output didn't always validate as clean HTML. - Added the ability to add special folders through plugins. - Added an Always compose in a pop-up window option. - Search page update with ability to save searches and search all folders at once. - Made searching on multiple criteria possible, with thanks to Jason Munro - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder) - Fixed small bugs in db_prefs - Allowed SquirrelMail to work from within a frame, eg. not using _top this is configureable. (thanks to Simon Dick) - Added options to conf.pl to enable automated plugin installation: ./conf.pl --install-plugin <pluginname>. This allows plugins to be distributed in packages. Conf.pl now also reports when saving fails. - Attachment hooks now also allow specification of generic rules like text/* which will be used when no specific rule is available. - conf.pl can now configure database backed address books and preferences. - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy vulnerability (symlink attack), plus introduces formatting fixes and javadoc-style comments. - Bugfix in mailfetch reported by Mateusz Mazur - Administrator plugin. A web based conf.pl replacement. - Removed GLOBALS from conf.pl - HTML messages optimization. - Added support for requesting read receipts (MDN) and delivery receipts. - Added the ability to stop users changing their names and email addresses. - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>) - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18 23:11:51 +01:00
share/squirrelmail/plugins/sent_subfolders/index.php
share/squirrelmail/plugins/sent_subfolders/setup.php
share/squirrelmail/plugins/spamcop/README
Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1 (no more warnings that fills in apache error_log). Changes since 1.2.4: - Multiple mailbox list calls cached. - Added 'View unsafe images' link to the bottom of pages which contain unsafe images. - Fixed 'too many close table tags' and various other issues which meant SM output didn't always validate as clean HTML. - Added the ability to add special folders through plugins. - Added an Always compose in a pop-up window option. - Search page update with ability to save searches and search all folders at once. - Made searching on multiple criteria possible, with thanks to Jason Munro - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder) - Fixed small bugs in db_prefs - Allowed SquirrelMail to work from within a frame, eg. not using _top this is configureable. (thanks to Simon Dick) - Added options to conf.pl to enable automated plugin installation: ./conf.pl --install-plugin <pluginname>. This allows plugins to be distributed in packages. Conf.pl now also reports when saving fails. - Attachment hooks now also allow specification of generic rules like text/* which will be used when no specific rule is available. - conf.pl can now configure database backed address books and preferences. - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy vulnerability (symlink attack), plus introduces formatting fixes and javadoc-style comments. - Bugfix in mailfetch reported by Mateusz Mazur - Administrator plugin. A web based conf.pl replacement. - Removed GLOBALS from conf.pl - HTML messages optimization. - Added support for requesting read receipts (MDN) and delivery receipts. - Added the ability to stop users changing their names and email addresses. - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>) - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18 23:11:51 +01:00
share/squirrelmail/plugins/spamcop/index.php
share/squirrelmail/plugins/spamcop/options.php
share/squirrelmail/plugins/spamcop/setup.php
share/squirrelmail/plugins/spamcop/spamcop.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/plugins/squirrelspell/INSTALL
share/squirrelmail/plugins/squirrelspell/doc/CRYPTO
share/squirrelmail/plugins/squirrelspell/doc/ChangeLog
share/squirrelmail/plugins/squirrelspell/doc/PRIVACY
share/squirrelmail/plugins/squirrelspell/doc/README
share/squirrelmail/plugins/squirrelspell/doc/UPGRADING
share/squirrelmail/plugins/squirrelspell/doc/index.php
share/squirrelmail/plugins/squirrelspell/index.php
share/squirrelmail/plugins/squirrelspell/js/WHATISTHIS
share/squirrelmail/plugins/squirrelspell/js/check_me.js
share/squirrelmail/plugins/squirrelspell/js/crypto_settings.js
share/squirrelmail/plugins/squirrelspell/js/decrypt_error.js
share/squirrelmail/plugins/squirrelspell/js/index.php
share/squirrelmail/plugins/squirrelspell/js/init.js
Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1 (no more warnings that fills in apache error_log). Changes since 1.2.4: - Multiple mailbox list calls cached. - Added 'View unsafe images' link to the bottom of pages which contain unsafe images. - Fixed 'too many close table tags' and various other issues which meant SM output didn't always validate as clean HTML. - Added the ability to add special folders through plugins. - Added an Always compose in a pop-up window option. - Search page update with ability to save searches and search all folders at once. - Made searching on multiple criteria possible, with thanks to Jason Munro - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder) - Fixed small bugs in db_prefs - Allowed SquirrelMail to work from within a frame, eg. not using _top this is configureable. (thanks to Simon Dick) - Added options to conf.pl to enable automated plugin installation: ./conf.pl --install-plugin <pluginname>. This allows plugins to be distributed in packages. Conf.pl now also reports when saving fails. - Attachment hooks now also allow specification of generic rules like text/* which will be used when no specific rule is available. - conf.pl can now configure database backed address books and preferences. - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy vulnerability (symlink attack), plus introduces formatting fixes and javadoc-style comments. - Bugfix in mailfetch reported by Mateusz Mazur - Administrator plugin. A web based conf.pl replacement. - Removed GLOBALS from conf.pl - HTML messages optimization. - Added support for requesting read receipts (MDN) and delivery receipts. - Added the ability to stop users changing their names and email addresses. - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>) - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18 23:11:51 +01:00
share/squirrelmail/plugins/squirrelspell/modules/.htaccess
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/plugins/squirrelspell/modules/WHATISTHIS
share/squirrelmail/plugins/squirrelspell/modules/change_main_options.mod
share/squirrelmail/plugins/squirrelspell/modules/check_me.mod
share/squirrelmail/plugins/squirrelspell/modules/crypto.mod
share/squirrelmail/plugins/squirrelspell/modules/crypto_badkey.mod
share/squirrelmail/plugins/squirrelspell/modules/edit_dic.mod
share/squirrelmail/plugins/squirrelspell/modules/enc_setup.mod
share/squirrelmail/plugins/squirrelspell/modules/forget_me.mod
share/squirrelmail/plugins/squirrelspell/modules/forget_me_not.mod
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/plugins/squirrelspell/modules/index.php
share/squirrelmail/plugins/squirrelspell/modules/init.mod
share/squirrelmail/plugins/squirrelspell/modules/lang_change.mod
share/squirrelmail/plugins/squirrelspell/modules/lang_setup.mod
share/squirrelmail/plugins/squirrelspell/modules/options_main.mod
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/plugins/squirrelspell/setup.php
share/squirrelmail/plugins/squirrelspell/sqspell_config.php
share/squirrelmail/plugins/squirrelspell/sqspell_functions.php
share/squirrelmail/plugins/squirrelspell/sqspell_interface.php
share/squirrelmail/plugins/squirrelspell/sqspell_options.php
Updated mail/squirrelmail to 1.4.11 Version 1.4.11 - 29 September 2007 ---------------------------------- - Minimum PHP requirement raised from 4.0.6 to 4.1.0. SquirrelMail has been broken for a while with 4.0.x without anyone noticing, this move merely reflects reality. - Fix broken set_url_var function in functions/html.php (#1729814). - Fix config.pl not detecting auth support correctly (#1727033). - Fix display of X-Priority in message view. - Work around mailers sending broken Date headers with no space after the first comma. - Let POP3 class properly cope with lines starting with a '.'. - Some HTML validation cleanups. - Invalid year in sent_subfolders plugin (#1607380). - Always treat Content-Type case-insensitively (#1732092). - Fix typo: html/plain should be text/html. - Fix en/decode header swith in MDN (#1694687). - Fix compatibility with Windows path in administrator plugin (#1740469). - Fix disabling password encryption in mail_fetch (#1738001). - Fix busy loop and notice when two literals in IMAP fetch (#1739433). - Backported code for site wide SMTP authentication (#1531889). - Fixed issue with compose session not being cleaned after message is saved or sent. - Added ability to detect HTTP_X_FORWARDED_PROTO in get_location(), thanks to Daniel Watts - Fix test for signout.php in the logged in check in is_logged_in() so it cannot be circumvented by manipulating the URL. External plugins might rely on this function guaranteeing that the user is logged in. - Use attachment_dir only at the point where we're actually reading from / writing to the files, do not carry it around in the object. This makes us safer in the event the object is somehow exposed to the outside world. - Better support mailboxes named 'None' (#1598890). - Sort readdir() output in conf.pl (#1755886). - Fix message cache in printer friendly, thanks Tomas Kuliavas. - Made the webmail_top hook work again for plugins that want to change the URI of the "right" frame; plugins have to change the value of the global variable $right_frame_url - Fix issue in darkness theme with extra closing bracket. - No longer store all message composition sessions in the PHP session, since it was not made use of and in rare cases, made sessions too big. - Composition restoration functionality now correctly restores attachments. - Added smtp_auth hook. - Change default Selection List Style to Indented. - Added "preselected" query argument to mailbox list. - Added mailbox_display_buttons hook. - Removed "Include CCs when Forwarding Messages", which had no functionality whatsoever. - Make the Message Details plugin actually show the correct entity when viewing details of attached messages.
2007-10-02 07:28:19 +02:00
share/squirrelmail/plugins/test/COPYING
share/squirrelmail/plugins/test/INSTALL
share/squirrelmail/plugins/test/README
share/squirrelmail/plugins/test/decodeheader.php
share/squirrelmail/plugins/test/functions.php
share/squirrelmail/plugins/test/index.php
share/squirrelmail/plugins/test/ngettext.php
share/squirrelmail/plugins/test/setup.php
share/squirrelmail/plugins/test/test.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/plugins/translate/README
share/squirrelmail/plugins/translate/index.php
share/squirrelmail/plugins/translate/options.php
share/squirrelmail/plugins/translate/setup.php
share/squirrelmail/po/.htaccess
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/po/compilepo
Update to 1.2.5. Main change is that it has been fully ported to PHP 4.1 (no more warnings that fills in apache error_log). Changes since 1.2.4: - Multiple mailbox list calls cached. - Added 'View unsafe images' link to the bottom of pages which contain unsafe images. - Fixed 'too many close table tags' and various other issues which meant SM output didn't always validate as clean HTML. - Added the ability to add special folders through plugins. - Added an Always compose in a pop-up window option. - Search page update with ability to save searches and search all folders at once. - Made searching on multiple criteria possible, with thanks to Jason Munro - Fixed 'list all' in addressbook (#506624, thanks to Kurt Yoder) - Fixed small bugs in db_prefs - Allowed SquirrelMail to work from within a frame, eg. not using _top this is configureable. (thanks to Simon Dick) - Added options to conf.pl to enable automated plugin installation: ./conf.pl --install-plugin <pluginname>. This allows plugins to be distributed in packages. Conf.pl now also reports when saving fails. - Attachment hooks now also allow specification of generic rules like text/* which will be used when no specific rule is available. - conf.pl can now configure database backed address books and preferences. - Version 0.3.7 of SquirrelSpell. Fixes a potential privacy vulnerability (symlink attack), plus introduces formatting fixes and javadoc-style comments. - Bugfix in mailfetch reported by Mateusz Mazur - Administrator plugin. A web based conf.pl replacement. - Removed GLOBALS from conf.pl - HTML messages optimization. - Added support for requesting read receipts (MDN) and delivery receipts. - Added the ability to stop users changing their names and email addresses. - Added signature into multiple identities (Stefan Meier <Stefan.Meier@cimsource.com>) - Updated user help files to reflect UI chanegs and added functionality.
2002-03-18 23:11:51 +01:00
share/squirrelmail/po/independent_strings.txt
share/squirrelmail/po/index.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/po/mergepo
share/squirrelmail/po/squirrelmail.pot
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/po/xgetpo
Update squirrelmail to new snapshot, 1.4.23pre14523. Should be fix PR pkg/50197. Here is changes from previous pkgsrc's snapshot. Version 1.4.23 - SVN -------------------- ... - Added Solarized Light and Solarized Dark themes, by Pavneet Arora. - Added associative edit list option widget, with optional folder list selector for values - Added option to use blank spacer instead of security image ("This image has been removed for security reasons.") for replacing unsafe images. - Full date and time is used as "title" (mouseover) text for dates shown on the message list screen - Custom Stylesheets are now sorted on the Display Preferences page - $xtra in the displayHtmlHeader function is now available in the global scope so that plugins can modify it during the generic_header hook - Added some generic client-side (JavaScript) libraries (including an asynchronous server request mechansim). See the new /scripts directory (plugin authors can refer to the plugin documentation for how to use them) - Added optional JavaScript folder list refresh ("check mail") mechanisms that try to avoid refreshing if server is not responding - see the $check_mail_mechanism setting in config/config.php or the "4. General Options ==> "21. Auto check mail mechanism" setting in the configuration tool. (If you do not update your configuration, you will get messages in your logs: "PHP Notice: Undefined variable: check_mail_mechanism in /path/to/squirrelmail/src/left_main.php on line 322...") - Added advanced control over the SSL context used when connecting to the SMTP and IMAP servers over SSL/TLS (thanks to Emmanuel Dreyfus). You can take a look at $imap_stream_options and $smtp_stream_options in config_local.example.php in SquirrelMail version 1.5.2 for more information. These configuration settings should work the same under 1.4.23: http://sourceforge.net/p/squirrelmail/code/HEAD/tree/trunk/squirrelmail/config/config_local.example.php - Added ability to show login error from the IMAP server instead of traditional "Unknown user or password incorrect" (thanks to Alain Williams). See $display_imap_login_error in the configuration file or "4. General Options ==> 22. Display login error from IMAP" in the configuration tool. - Configuration tool now shows the SquirrelMail version - Added new attachments_top hook to src/read_body.php - When resuming a draft, correct (from) identity is now pre-selected - Removed overly-restrictive character limitations on address book nicknames - Prevent session lock-up caused by filters plugin trying to move messages in an account that is over quota - Added MD5 alternative to directory hash calculation - Added ability for administrator to control whether or not users can edit their reply-to address ($edit_reply_to in config.php) - Added new "login_before_page_header" (boolean) hook; allows plugins to have more explicit control over login page header
2015-09-06 14:04:12 +02:00
share/squirrelmail/scripts/common.js
share/squirrelmail/scripts/index.php
share/squirrelmail/scripts/reload_page.js
share/squirrelmail/scripts/remote_request.js
share/squirrelmail/src/addrbook_popup.php
share/squirrelmail/src/addrbook_search.php
share/squirrelmail/src/addrbook_search_html.php
share/squirrelmail/src/addressbook.php
share/squirrelmail/src/compose.php
share/squirrelmail/src/configtest.php
share/squirrelmail/src/delete_message.php
share/squirrelmail/src/download.php
share/squirrelmail/src/empty_trash.php
share/squirrelmail/src/folders.php
share/squirrelmail/src/folders_create.php
share/squirrelmail/src/folders_delete.php
share/squirrelmail/src/folders_rename_do.php
share/squirrelmail/src/folders_rename_getname.php
share/squirrelmail/src/folders_subscribe.php
share/squirrelmail/src/help.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/src/image.php
share/squirrelmail/src/index.php
share/squirrelmail/src/left_main.php
share/squirrelmail/src/login.php
share/squirrelmail/src/mailto.php
share/squirrelmail/src/move_messages.php
share/squirrelmail/src/options.php
share/squirrelmail/src/options_highlight.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/src/options_identities.php
share/squirrelmail/src/options_order.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/src/printer_friendly_bottom.php
share/squirrelmail/src/printer_friendly_main.php
share/squirrelmail/src/printer_friendly_top.php
share/squirrelmail/src/read_body.php
share/squirrelmail/src/redirect.php
share/squirrelmail/src/right_main.php
share/squirrelmail/src/search.php
share/squirrelmail/src/signout.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/src/vcard.php
share/squirrelmail/src/view_header.php
share/squirrelmail/src/view_text.php
share/squirrelmail/src/webmail.php
share/squirrelmail/themes/README.themes
share/squirrelmail/themes/alien_glow.php
share/squirrelmail/themes/autumn.php
share/squirrelmail/themes/autumn2.php
share/squirrelmail/themes/black_bean_burrito_theme.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/themes/blue_grey_theme.php
share/squirrelmail/themes/blue_on_blue.php
share/squirrelmail/themes/bluesnews_theme.php
share/squirrelmail/themes/bluesome.php
share/squirrelmail/themes/bluesteel_theme.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/themes/christmas.php
share/squirrelmail/themes/classic_blue.php
share/squirrelmail/themes/classic_blue2.php
share/squirrelmail/themes/css/comic-sans-08.css
share/squirrelmail/themes/css/comic-sans-10.css
share/squirrelmail/themes/css/comic-sans-12.css
share/squirrelmail/themes/css/index.php
share/squirrelmail/themes/css/sans-08.css
share/squirrelmail/themes/css/sans-10.css
share/squirrelmail/themes/css/sans-12.css
share/squirrelmail/themes/css/serif-10.css
share/squirrelmail/themes/css/serif-12.css
share/squirrelmail/themes/css/tahoma-08.css
share/squirrelmail/themes/css/tahoma-10.css
share/squirrelmail/themes/css/tahoma-12.css
share/squirrelmail/themes/css/verdana-08.css
share/squirrelmail/themes/css/verdana-10.css
share/squirrelmail/themes/css/verdana-12.css
share/squirrelmail/themes/dark_green.php
share/squirrelmail/themes/dark_grey_theme.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/themes/darkness.php
share/squirrelmail/themes/deepocean2_theme.php
share/squirrelmail/themes/deepocean_theme.php
share/squirrelmail/themes/default_theme.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/themes/dompie_theme.php
share/squirrelmail/themes/forest_theme.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/themes/greenhouse_effect.php
share/squirrelmail/themes/high_contrast_theme.php
share/squirrelmail/themes/ice_theme.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/themes/in_the_pink.php
share/squirrelmail/themes/index.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/themes/kind_of_blue.php
share/squirrelmail/themes/maize_theme.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/themes/methodical_theme.php
share/squirrelmail/themes/midnight.php
share/squirrelmail/themes/minimal_bw.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/themes/monostochastic.php
share/squirrelmail/themes/netstyle_theme.php
share/squirrelmail/themes/penguin.php
share/squirrelmail/themes/plain_blue_theme.php
share/squirrelmail/themes/powder_blue.php
share/squirrelmail/themes/purple_theme.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/themes/random.php
share/squirrelmail/themes/redmond.php
share/squirrelmail/themes/sandstorm_theme.php
share/squirrelmail/themes/seaspray_theme.php
share/squirrelmail/themes/servery_theme.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/themes/shades_of_grey.php
share/squirrelmail/themes/silver_steel_theme.php
share/squirrelmail/themes/simple_green2.php
share/squirrelmail/themes/simple_green_theme.php
share/squirrelmail/themes/simple_purple.php
share/squirrelmail/themes/slashdot_theme.php
Update squirrelmail to new snapshot, 1.4.23pre14523. Should be fix PR pkg/50197. Here is changes from previous pkgsrc's snapshot. Version 1.4.23 - SVN -------------------- ... - Added Solarized Light and Solarized Dark themes, by Pavneet Arora. - Added associative edit list option widget, with optional folder list selector for values - Added option to use blank spacer instead of security image ("This image has been removed for security reasons.") for replacing unsafe images. - Full date and time is used as "title" (mouseover) text for dates shown on the message list screen - Custom Stylesheets are now sorted on the Display Preferences page - $xtra in the displayHtmlHeader function is now available in the global scope so that plugins can modify it during the generic_header hook - Added some generic client-side (JavaScript) libraries (including an asynchronous server request mechansim). See the new /scripts directory (plugin authors can refer to the plugin documentation for how to use them) - Added optional JavaScript folder list refresh ("check mail") mechanisms that try to avoid refreshing if server is not responding - see the $check_mail_mechanism setting in config/config.php or the "4. General Options ==> "21. Auto check mail mechanism" setting in the configuration tool. (If you do not update your configuration, you will get messages in your logs: "PHP Notice: Undefined variable: check_mail_mechanism in /path/to/squirrelmail/src/left_main.php on line 322...") - Added advanced control over the SSL context used when connecting to the SMTP and IMAP servers over SSL/TLS (thanks to Emmanuel Dreyfus). You can take a look at $imap_stream_options and $smtp_stream_options in config_local.example.php in SquirrelMail version 1.5.2 for more information. These configuration settings should work the same under 1.4.23: http://sourceforge.net/p/squirrelmail/code/HEAD/tree/trunk/squirrelmail/config/config_local.example.php - Added ability to show login error from the IMAP server instead of traditional "Unknown user or password incorrect" (thanks to Alain Williams). See $display_imap_login_error in the configuration file or "4. General Options ==> 22. Display login error from IMAP" in the configuration tool. - Configuration tool now shows the SquirrelMail version - Added new attachments_top hook to src/read_body.php - When resuming a draft, correct (from) identity is now pre-selected - Removed overly-restrictive character limitations on address book nicknames - Prevent session lock-up caused by filters plugin trying to move messages in an account that is over quota - Added MD5 alternative to directory hash calculation - Added ability for administrator to control whether or not users can edit their reply-to address ($edit_reply_to in config.php) - Added new "login_before_page_header" (boolean) hook; allows plugins to have more explicit control over login page header
2015-09-06 14:04:12 +02:00
share/squirrelmail/themes/solarized_dark.php
share/squirrelmail/themes/solarized_light.php
Update mail/squirrelmail to 1.2.2. Changes from version 1.0.6 include: * Collapsible Folders - The folder list can be collapsed at any parent folder. This makes folder lists with large hierarchical structures much easier to manage and navigate. * The Paginator! - This enables quick access to any page in the message list by simply choosing the page number to view rather than tediously clicking "next" 50 times. * Hundreds of UI tweaks - The user interface has been given a face-lift. The HTML has been largely overhauled, and while it still has the same general feel, it has been made more intuitive. * Drafts - It is now possible to compose a message and save it to be sent at a later date with the drafts option. * New Options Page - The options page has been completely rewritten for several reasons, the main of which was to allow seamless integration of plugin options and to provide uniformity throughout the entire section. * Multiple Identities - It is now possible to create different identities (home, work, school) that can be chosen upon sending. Each identity can have its own email address, full name, and signature. * Reply Citations - Different types of citations are now possible when replying to messages. * Better Attachment Handling - The plugin, attachment_common, has been fully integrated into the core of SquirrelMail. This allows inline viewing of several different types of attachments. * Integration of Several Plugins - The following plugins have been put directly into the core. As a result, be sure not to install these as plugins, as the result may be (at best) unpredictable: attachment_common, paginator, priority, printer_friendly, sqclock, xmailer. * Improved support for newer versions of PHP. Note that you may have trouble if you are running PHP version 4.0.100 (commonly distributed with Debian 3.0). * Ability to mark messages as read and unread from the message listing. * Alternating Colors - The message list now alternates row colors by default. This presents a much cleaner and easier to read interface to the user.
2002-01-07 12:49:44 +01:00
share/squirrelmail/themes/spice_of_life.php
share/squirrelmail/themes/spice_of_life_dark.php
share/squirrelmail/themes/spice_of_life_lite.php
share/squirrelmail/themes/techno_blue.php
share/squirrelmail/themes/turquoise.php
share/squirrelmail/themes/wood_theme.php