README 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. List Commands plugin -- v1.3
  2. This plugin gives the user a menu of mailinglist options such as
  3. (un)subscribe, help and archives when viewing messages from compliant
  4. mailinglists.
  5. Description
  6. ===========
  7. The plugin is an implementation of RFC 2369, "The Use of URLs as Meta-Syntax
  8. for Core Mail List Commands and their Transport through Message Header Fields",
  9. to be found at ftp://nis.nsf.net/internet/documents/rfc/rfc2369.txt.
  10. Compliant mailinglistservers add extra headers with each message they send out
  11. with information about how to (un)subscribe, get help or contact the list
  12. owner. This can either be a web location or an emailaddress. In the latter
  13. case, one needs to send an email to that address in order to complete an action
  14. like subscribing.
  15. The information in these headers is used to generate an extra menuline on
  16. messages containing one or more of these headers to help users taking advantage
  17. of the features offered.
  18. Installation
  19. ============
  20. As with other plugins, just uncompress the archive in the plugins
  21. directory, go back to the main directory, run configure and add the plugin.
  22. Questions/comments/flames/etc can be sent to
  23. Thijs Kinkhorst <thijs@kinkhorst.com>
  24. Changes
  25. =======
  26. 1.0
  27. * Initial version
  28. 1.1
  29. * Added 'Reply to list' option
  30. * Support for identities when sending mail
  31. * Miscelaneous minor improvements
  32. 1.2
  33. * Fixed too greedy regexp; changed to PCRE.
  34. * Fixed IMAP session id handling.
  35. 1.3
  36. * Fixes to allow internationalization.
  37. Acknowledgements
  38. ================
  39. I'd like to thank Peter Walker, Wouter Teepe, Jason Edwards and Phillipe Mingo
  40. for their useful contributions to this plugin.