README 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. README for the info plugin for SquirrelMail
  2. This plugin is designed to aid a system admin
  3. or SquirrelMail developer troubleshoot IMAP commands
  4. and responses.
  5. IMPORTANT NOTE:
  6. *****************************************************
  7. * THIS PLUGIN IS NOT MEANT FOR END USERS. IT ALLOWS *
  8. * UNVALIDATED DATA TO BE PASSED TO THE IMAP SERVER. *
  9. * IT IS BY NO MEANS SECURE AND SHOULD ONLY BE USED *
  10. * FOR TESTING, TROUBLESHOOTING AND DEVELOPMENT. *
  11. *****************************************************
  12. You have been warned :)
  13. Ok, now to the good stuff. Enable this plugin as you would any other.
  14. Its called 'info'. You will then have an "IMAP server information" section
  15. on your options page. This will take you to an IMAP command workshop
  16. where you can select pre-made commands, send them to the IMAP server
  17. and see the response. All selected commands will be run one at a time
  18. starting with the first selected command and working down.
  19. Commands can be modified however you like, but remember, you are
  20. performing these commands on the account you are logged into, so
  21. any command that changes the contents of your mailbox will ..er..
  22. change the contents of your mailbox :)
  23. Changes and custom commands are maintained as long as you are on
  24. the IMAP server options page (even after submitting tests).
  25. Once you leave this page and return then the commmands are reset
  26. to the defaults. You can manually reset the commands using the
  27. 'default' button, or clear the contents of all the commands with
  28. the 'clear' button.
  29. This plugin has been originally developed by Jason Munro and is now
  30. maintained by the SquirrelMail Project Team.