README 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. List Commands plugin
  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. For mailing list subscriptions to non-RFC-compliant lists, the administrator
  19. may allow users to manage a list of mailing list addresses for which they want
  20. to show a "reply to list" link when replying to messages on such lists.
  21. Installation
  22. ============
  23. Go to the main directory, run configure and add the plugin. In order to enable
  24. optional features such as user management of subscriptions to non-RFC-compliant
  25. lists, copy config_sample.php to config.php and edit that file as desired.
  26. Acknowledgements
  27. ================
  28. The listcommands plugin has been originally created by Thijs Kinkhorst and is
  29. now under the control of the SquirrelMail Project Team.
  30. I'd like to thank Peter Walker, Wouter Teepe, Jason Edwards and Phillipe Mingo
  31. for their useful contributions to this plugin.