X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fnewmail%2FREADME;h=a4561e95c1f3d021560828ec2890bb393a1c59ba;hb=c10d79aa3c0ae0cae02bf07d47c202183c5f7bb8;hp=2e5535a03dceab9960c7f3c03664ffcb05c7c50f;hpb=1d18d38ce47cfb63a102db35c48a10d2e7b4efbd;p=squirrelmail.git diff --git a/plugins/newmail/README b/plugins/newmail/README index 2e5535a0..a4561e95 100644 --- a/plugins/newmail/README +++ b/plugins/newmail/README @@ -1,13 +1,12 @@ This plugin is used to notify the user when a new mail arrives. There are -several ways to do this. One is to play a sound (currently a WAV, SWF or MP3 -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. +several ways to do this. One is to play a sound 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. -Plugin options are visible only when Javascript is enabled or detected by +Plugin options are visible only when JavaScript is enabled or detected by SquirrelMail JavaScript detection functions. From SquirrelMail 1.5.1 newmail plugin's site configuration can be stored in @@ -16,6 +15,11 @@ config/newmail_config.php or plugins/newmail/config.php. $allowsound setting is replaced with $newmail_allowsound and should be stored inside plugin's site configuration file. +Plugin supports playback of WAV, SWF, MP3, OGG and SVG media files. Currently +OGG and SVG files are played only by browsers that implement w3.org nested +objects correctly and browsers that can play objects. Internet Explorer +can't play them due to broken implementation. OGG and SVG +elements specific to IE are not implemented. CREDITS