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 [2025/07/07 17:09] – [Installation] duncancplugin:oauth2 [2025/07/08 08:04] (current) – [Changes to config.php] 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 install and enable the Imap2 plugin before enabling this plugin. +The plugin requires php version 8 and phpList version 3.6.14 or later. 
-That plugin is included with phplist version 3.7.0 and later so should only need to be enabledOtherwise 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 pluginIt 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   https://github.com/bramley/phplist-plugin-imap2/archive/master.zip
  
Line 64: 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 ====