squirrelmail/plugins/preview_pane
2025-01-03 11:47:03 -08:00
..
templates/default_advanced Happy New Year 2025-01-03 11:47:03 -08:00
empty_frame.php Happy New Year 2025-01-03 11:47:03 -08:00
functions.php Happy New Year 2025-01-03 11:47:03 -08:00
index.php Happy New Year 2025-01-03 11:47:03 -08:00
INSTALL Add preview pane to advanced default template. This serves as an example of how to use a plugin to provide backend functionality introduced by a template (preview pane needs to be turned on/off by settings in the display preferences, which the plugin does; actual preview pane output is done by the template set). Note any plugin can be turned on or off for a given skin using the template's own config file. 2007-01-24 06:51:15 +00:00
README Update preview pane functionality so it only refreshes message list when viewing a message that has not yet been seen; also small code updates 2007-05-18 11:10:12 +00:00
setup.php Happy New Year 2025-01-03 11:47:03 -08:00
version Add preview pane to advanced default template. This serves as an example of how to use a plugin to provide backend functionality introduced by a template (preview pane needs to be turned on/off by settings in the display preferences, which the plugin does; actual preview pane output is done by the template set). Note any plugin can be turned on or off for a given skin using the template's own config file. 2007-01-24 06:51:15 +00:00

Preview Pane plugin for SquirrelMail
====================================
Ver 2.0, 2007/01/23

Original author: Paul Lesniewski <paul@squirrelmail.org>


Description
===========

This plugin allows the user to turn on an extra frame below
the mailbox message list where the messages themselves are 
displayed, very similar to many other popular (typically
non-web-based) email clients.

Note that users must turn this functionality on by going to
the Options-->Display Preferences menu.  

This plugin is part of the SquirrelMail core package and
should never be replaced with a downloaded copy (that which
is available on the SquirrelMail website under Plugins is
only applicable to SquirrelMail 1.4.x).

This plugin should be activated only by a skin (template set)
that is capable of displaying a message preview pane.  One
such skin (template set) is the "default advanced" one that
comes with the SquirrelMail base package.



License
=======

This plugin is released under the GNU General Public
License (see the file COPYING for details).



Requirements
============

  * SquirrelMail version 1.5.2+



Help Requests
=============

Help requests should be posted to the SquirrelMail Plugins 
mailing list.

Info about the SquirrelMail Plugins mailing list can be found
on the SquirrelMail web site.  It is currently located at:

http://lists.sourceforge.net/mailman/listinfo/squirrelmail-plugins
squirrelmail-plugins@lists.sourceforge.net



Change Log
==========

  v2.0  2007/01/23  Paul Lesniewski
   * Integration into SquirrelMail core
   * Strip out most interface functionality; migrate to "default
     advanced" template set
   * Only works with 1.5.2+

  v1.3  2007/05/17  Paul Lesniewski <paul@squirrelmail.org>
   * Added ability to close/open the preview pane using buttons below
     the "Sign Out" link (Thanks to Edwin Taylor <hagfish@ntlworld.com>)
   * Added reduced message header functionality (also works even when
     preview pane is not turned on) (Thanks to Daniel Watts <d@nielwatts.com>)
   * Added auto-hide functionality (Thanks to Daniel Watts <d@nielwatts.com>)
   * Introduce slight delay refreshing message list so read messages
     actually refresh as having been read
   * Added 1.4.9 patch; versions between 1.4.3 and 1.4.10 should be
     patch-able with the 1.4.3 patch
   * Added 1.4.9 patch for delete, move, next plugin
   * Added 1.5.1 patch, then removed it  ;-p  1.5.2 supports this
     functionality natively.
   * Patches run from plugin directory now
   * Translations now kept in SquirrelMail locales packages, not in
     this plugin; translators please send your translations to the
     squirrelmail-i18n mailing list
   * Added requisite informational functions in setup.php per plugin specs
   * Use $PHP_SELF instead of REQUEST_URI, since apparently the latter is not
     always 100% reliable.
   * No longer support replacement source files; patches are more than enough
   * Fully compatible with Windows plugin, version 1.7+
   * Fully compatible with Sent Confirmation plugin, version 1.7+ (upgrade
     required)

  v1.2  2004/06/08  Paul Lesniewski <paul@squirrelmail.org>
   * Added javascript fix so delete link will work when messages are 
     viewed "in new window" - please give feedback if this causes problems
   * Fixed missing locale switch (Thanks to Alexandros Vellis <avel@noc.uoa.gr>)
   * Added Greek locale (Thanks to Alexandros Vellis <avel@noc.uoa.gr>)
   * Updated patch for compatibility with Archive Mail plugin version 1.2
   * Fixed placement of Clear button (no, non Archive Mail users, that button
     was never supposed to be so blatantly placed in the middle of your screen)
     Please report placement problems if they persist.
   * Updated patch for 1.5.1 (works only against 1.5.1cvs as of approximately
     06/08/04)
   * Added patch for compatibility with the delete_move_next plugin under 
     SquirrelMail 1.4.x

  v1.1  2004/07/03  Paul Lesniewski <paul@squirrelmail.org>
   * Added option to split frames vertically instead of horizontally

  v1.0  2004/20/02  Paul Lesniewski <paul@squirrelmail.org>
   * Initial version