HISTORY 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. This is the history for the newmail plugin in SquirrelMail. Currently
  2. works with the 1.1.2+ versions of SquirrelMail.
  3. 2.1
  4. Fixes bug in when used with the 1.1.3 distro
  5. 2.0
  6. Adds a "try" sounds option to the Newmail plugins works with 1.1.2
  7. 1.4
  8. Tyler Akins cleaned up the javascript and now it can change the title
  9. bar's text if you have new mail. Additionally, this now correctly
  10. uses the new 1.1.1 validate.php format. Uses the new
  11. sqimap_unseen_messages() format in 1.1.2.
  12. 1.3a
  13. Hm. Apparently the Sent box is being used to indicate new mail when
  14. checking all folders. Disabled this. Ditto for the Trash folder
  15. as well.
  16. Changed the plugin name to "newmail", seeing that it really is more
  17. than just a sound plugin ;)
  18. 1.3
  19. Now added the ability to only check for RECENT messages (those that
  20. have not had their information not yet looked at). Once a message
  21. is "noticed", it will not show up again as recent. Nice for
  22. people who want to limit the number of notifications.
  23. Also changed the popup from a javascript alert to a popup window.
  24. This way, it doesn't screw up the browser near as much.
  25. Finally, I added a new sub-directory called sounds. Put in here
  26. any sounds you want users to choose from. They now can choose
  27. from any file in that directory via a drop-down menu in the options
  28. screen (or, they can still choose a local file).
  29. 1.2
  30. Added the ability to show a popup window on new mail arrival (via a
  31. JavaScript function).
  32. Added the ability to check for ONLY the INBOX for unseen messages
  33. (the default). Also fixed a bug in counting unseen messages. ;)
  34. 1.1
  35. Now added the ability to turn off this feature for users who don't want
  36. it. The default is NOT enabled, so you need to go to the options menu to
  37. turn it on.
  38. Also a nice way to reset the file back to the server default.
  39. 1.0
  40. First release (with an option page)!
  41. 0.9
  42. First pass-through of making a plugin. Hack hack hack . . .