meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:oauth2 [2024/11/20 10:11] – [Installation] duncancplugin:oauth2 [2025/08/02 15:55] (current) – [Logging HTTP requests and responses] duncanc
Line 25: Line 25:
 ===== Installation ===== ===== Installation =====
  
-The plugin requires php version 8 and phpList version 3.6.14 or later. You also need to enable Common Plugin before enabling this plugin.+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 or upgraded on the Manage Plugins page (menu Config > Manage plugins) using the package URL 
 +  https://github.com/bramley/phplist-plugin-imap2/archive/master.zip
  
 Install this plugin using the package URL Install this plugin using the package URL
Line 62: Line 65:
 <code php>$bounce_mailbox_host = 'pop3.gmail.com'; <code php>$bounce_mailbox_host = 'pop3.gmail.com';
 $bounce_mailbox_port = '995/pop3/ssl';</code> $bounce_mailbox_port = '995/pop3/ssl';</code>
 +
 +See the documentation for the [[plugin:imap2|Imap2 plugin]] for further explanation.
 +
 ==== The Settings page ==== ==== The Settings page ====
  
Line 127: 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 164: Line 171:
 To stop logging simply change ''DEBUG'' to ''OFF''. To stop logging simply change ''DEBUG'' to ''OFF''.
  
 +==== Logging IMAP ====
 +
 +The dialogue with the IMAP server can be logged, see the [[https://resources.phplist.com/plugin/imap2|IMAP2 plugin documentation]] for details.