README 1.6 KB

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