IMAP

—- plugin —-
description: Uses the PEAR Net/POP3 package to emulate the php imap_xxx functions that are used by phplist for bounce processing.
author : Duncan Cameron
type :
lastupdate : 2015-02-03
compatible : phplist 3.0.x
depends :
conflicts :
similar :
tags :

sourcerepo : https://github.com/bramley/phplist-plugin-imap

donationurl:

This plugin uses the PEAR Net/POP3 package to emulate the php imap_xxx functions that are used by phplist for bounce processing. Some hosting providers, such as GoDaddy shared hosting, do not provide the imap extension that is needed by the phplist bounce processing.

If your php configuration already includes the imap extension then you do not need this plugin.

Installation instructions:

See the README file on the GitHub page https://github.com/bramley/phplist-plugin-imap for how to install and configure the plugin.

The Net/POP3 package does not support secure connections, and therefore this plugin might not work with hosts that do not allow passwords to be sent in plain text over insecure connections.

Instead, you can try the Imap2 plugin, which does support secure connections, see https://resources.phplist.com/plugin/imap2