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