README 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. Preview Pane plugin for SquirrelMail
  2. ====================================
  3. Ver 2.0, 2007/01/23
  4. Original author: Paul Lesniewski <paul@squirrelmail.org>
  5. Description
  6. ===========
  7. This plugin allows the user to turn on an extra frame below
  8. the mailbox message list where the messages themselves are
  9. displayed, very similar to many other popular (typically
  10. non-web-based) email clients.
  11. Note that users must turn this functionality on by going to
  12. the Options-->Display Preferences menu.
  13. This plugin is part of the SquirrelMail core package and
  14. should never be replaced with a downloaded copy (that which
  15. is available on the SquirrelMail website under Plugins is
  16. only applicable to SquirrelMail 1.4.x).
  17. This plugin should be activated only by a skin (template set)
  18. that is capable of displaying a message preview pane. One
  19. such skin (template set) is the "default advanced" one that
  20. comes with the SquirrelMail base package.
  21. License
  22. =======
  23. This plugin is released under the GNU General Public
  24. License (see the file COPYING for details).
  25. Requirements
  26. ============
  27. * SquirrelMail version 1.5.2+
  28. Help Requests
  29. =============
  30. Help requests should be posted to the SquirrelMail Plugins
  31. mailing list.
  32. Info about the SquirrelMail Plugins mailing list can be found
  33. on the SquirrelMail web site. It is currently located at:
  34. http://lists.sourceforge.net/mailman/listinfo/squirrelmail-plugins
  35. squirrelmail-plugins@lists.sourceforge.net
  36. Change Log
  37. ==========
  38. v2.0 2007/01/23 Paul Lesniewski
  39. * Integration into SquirrelMail core
  40. * Strip out most interface functionality; migrate to "default
  41. advanced" template set
  42. * Only works with 1.5.2+
  43. v1.3 2007/05/17 Paul Lesniewski <paul@squirrelmail.org>
  44. * Added ability to close/open the preview pane using buttons below
  45. the "Sign Out" link (Thanks to Edwin Taylor <hagfish@ntlworld.com>)
  46. * Added reduced message header functionality (also works even when
  47. preview pane is not turned on) (Thanks to Daniel Watts <d@nielwatts.com>)
  48. * Added auto-hide functionality (Thanks to Daniel Watts <d@nielwatts.com>)
  49. * Introduce slight delay refreshing message list so read messages
  50. actually refresh as having been read
  51. * Added 1.4.9 patch; versions between 1.4.3 and 1.4.10 should be
  52. patch-able with the 1.4.3 patch
  53. * Added 1.4.9 patch for delete, move, next plugin
  54. * Added 1.5.1 patch, then removed it ;-p 1.5.2 supports this
  55. functionality natively.
  56. * Patches run from plugin directory now
  57. * Translations now kept in SquirrelMail locales packages, not in
  58. this plugin; translators please send your translations to the
  59. squirrelmail-i18n mailing list
  60. * Added requisite informational functions in setup.php per plugin specs
  61. * Use $PHP_SELF instead of REQUEST_URI, since apparently the latter is not
  62. always 100% reliable.
  63. * No longer support replacement source files; patches are more than enough
  64. * Fully compatible with Windows plugin, version 1.7+
  65. * Fully compatible with Sent Confirmation plugin, version 1.7+ (upgrade
  66. required)
  67. v1.2 2004/06/08 Paul Lesniewski <paul@squirrelmail.org>
  68. * Added javascript fix so delete link will work when messages are
  69. viewed "in new window" - please give feedback if this causes problems
  70. * Fixed missing locale switch (Thanks to Alexandros Vellis <avel@noc.uoa.gr>)
  71. * Added Greek locale (Thanks to Alexandros Vellis <avel@noc.uoa.gr>)
  72. * Updated patch for compatibility with Archive Mail plugin version 1.2
  73. * Fixed placement of Clear button (no, non Archive Mail users, that button
  74. was never supposed to be so blatantly placed in the middle of your screen)
  75. Please report placement problems if they persist.
  76. * Updated patch for 1.5.1 (works only against 1.5.1cvs as of approximately
  77. 06/08/04)
  78. * Added patch for compatibility with the delete_move_next plugin under
  79. SquirrelMail 1.4.x
  80. v1.1 2004/07/03 Paul Lesniewski <paul@squirrelmail.org>
  81. * Added option to split frames vertically instead of horizontally
  82. v1.0 2004/20/02 Paul Lesniewski <paul@squirrelmail.org>
  83. * Initial version