meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| plugin:oauth2 [2025/07/07 22:26] – [Installation] duncanc | plugin:oauth2 [2025/08/02 15:55] (current) – [Logging HTTP requests and responses] duncanc | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| The plugin requires php version 8 and phpList version 3.6.14 or later. | The plugin requires php version 8 and phpList version 3.6.14 or later. | ||
| - | You also need to install and enable the **Imap2** plugin version 1.1.0 or later before enabling this plugin. It can be installed using the package URL | + | |
| + | You also need to install and enable the **Imap2** plugin version 1.1.0 or later before enabling this plugin. It can be installed | ||
| https:// | https:// | ||
| Line 65: | Line 66: | ||
| $bounce_mailbox_port = ' | $bounce_mailbox_port = ' | ||
| - | See the documentation for the Imap2 plugin for further explanation. | + | See the documentation for the [[plugin: |
| ==== The Settings page ==== | ==== The Settings page ==== | ||
| Line 132: | Line 133: | ||
| When the configuration setting is enabled, OAuth2 authentication will be used instead of password authentication when sending emails. | When the configuration setting is enabled, OAuth2 authentication will be used instead of password authentication when sending emails. | ||
| - | ===== Logging HTTP requests and responses | + | ===== Debugging ===== |
| + | ==== Logging HTTP requests and responses ==== | ||
| The plugin can log the HTTP requests made and responses received. | The plugin can log the HTTP requests made and responses received. | ||
| Line 169: | Line 171: | ||
| To stop logging simply change '' | To stop logging simply change '' | ||
| + | ==== Logging IMAP ==== | ||
| + | |||
| + | The dialogue with the IMAP server can be logged, see the [[https:// | ||