Plugin may be invisible when JS is not detected
[squirrelmail.git] / plugins / newmail / README
... / ...
CommitLineData
1This plugin is used to play sounds (currently a WAV, SWF or MP3 files)
2through the browser whenever the user has unseen messages flagged in the
3left window pane. There are options available (on the options page of
4course) to disable this feature for each user, and to select different
5media files from the users local computer. The default is that this is
6NOT enabled, so you'll need to go to the options menu to turn it on first!
7There are also options to show a popup window via JavaScript.
8
9Plugin options are visible only when Javascript is enabled or detected by
10SquirrelMail JavaScript detection functions.
11
12From SquirrelMail 1.5.1 newmail plugin's site configuration can be stored in
13config/newmail_config.php or plugins/newmail/config.php.
14
15$allowsound setting is replaced with $newmail_allowsound and should be stored
16inside plugin's site configuration file.
17
18
19CREDITS
20
21This plugin has been originally created by Mike Huttinger, with contributions
22by Tyler Akins and Seth Randall. It's now maintained by the SquirrelMail
23Project Team.