teepe 838ef941ed allow admin disabling of sound 23 rokov pred
..
sounds 9a3bb29284 Included newmail for officialization 8) 24 rokov pred
HISTORY 9a3bb29284 Included newmail for officialization 8) 24 rokov pred
README 838ef941ed allow admin disabling of sound 23 rokov pred
index.php 1217e13d6c Some uniformity into the sec index.php flavor 23 rokov pred
newmail.php 9c1ab6ddec 100% quote to "100%" 23 rokov pred
newmail_opt.php f10c32c29b allow admin disabling of sound 23 rokov pred
setup.php 9452bb9ae4 Fixed a minor grammatical error. 23 rokov pred
testsound.php 1e2a9cc5d0 Getting ready for 1.2.0 release. 23 rokov pred

README

Ok, this is my first attempt at a plugin, so excuse the mess you may find
in here.

This plugin is used to play sounds (currently a WAV file) through the
browser whenever the user has unseen messages flagged in the left window
pane. There are options available (on the options page of course) to
disable this feature for each user, and to select different media files
from the users local computer. The default is that this is NOT enabled,
so you'll need to go to the options menu to turn it on first! There are
also options to show a popup window via JavaScript.

I tried to make this fairly simple to install. To install the plugin:

1. Change to the plugins directory.

$ cd plugins/

2. Unarchive the plugin.

$ tar zxvf /your/path/to/newmail-x.x.tgz

2. This should create a newmail/ directory under plugins.

4. Go to the config directory and run conf.pl

$ cd ../../config/
$ ./conf.pl

5. Choose option 8 and proceed to add the new plugin following
the instructions there. Save and exit, and your plugin should
be in place.

Any questions, you can let me know --

Mike Huttinger
huttinger@ipact.com

-----------------------------------------

Modifications by Tyler Akins to support changing the title bar and for the
new 1.1.1 validate.php format. Also uses the new sqimap_unseen_messages()
function in 1.1.2

-----------------------------------------

Modification by Wouter Teepe from Seth Randall...
to disallow the use of audio, change
$allowsound = "true";
to
$allowsound = "false";
on line 33 of newmail_opt.php