Fixed typo.
[squirrelmail.git] / plugins / newmail / README
CommitLineData
4508b1b6 1Ok, this is my first attempt at a plugin, so excuse the mess you may find
2in here.
3
4This plugin is used to play sounds (currently a WAV file) through the
5browser whenever the user has unseen messages flagged in the left window
6pane. There are options available (on the options page of course) to
7disable this feature for each user, and to select different media files
8from the users local computer. The default is that this is NOT enabled,
9so you'll need to go to the options menu to turn it on first! There are
10also options to show a popup window via JavaScript.
11
12I tried to make this fairly simple to install. To install the plugin:
13
14 1. Change to the plugins directory.
15
16 $ cd plugins/
17
18 2. Unarchive the plugin.
19
20 $ tar zxvf /your/path/to/newmail-x.x.tgz
21
22 2. This should create a newmail/ directory under plugins.
23
24 4. Go to the config directory and run conf.pl
25
26 $ cd ../../config/
27 $ ./conf.pl
28
29 5. Choose option 8 and proceed to add the new plugin following
30 the instructions there. Save and exit, and your plugin should
31 be in place.
32
33Any questions, you can let me know --
34
35Mike Huttinger
36huttinger@ipact.com
37
38-----------------------------------------
39
40Modifications by Tyler Akins to support changing the title bar and for the
41new 1.1.1 validate.php format. Also uses the new sqimap_unseen_messages()
42function in 1.1.2
8260494d 43
44-----------------------------------------
45
46Modification by Wouter Teepe from Seth Randall...
47to disallow the use of audio, change
48 $allowsound = "true";
49to
50 $allowsound = "false";
51on line 33 of newmail_opt.php