User Tools

Site Tools

Translations of this page:

plugin:imap2

Imap2 plugin

Description: This plugin enables the phplist bounce processing when the php IMAP extension is not installed.
Author : Duncan Cameron

source repo : https://github.com/bramley/phplist-plugin-imap2/

Purpose

This plugin uses the javanile/php-imap2 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

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

Usage

The php-imap2 package supports only the IMAP protocol, not the POP3 protocol. The phplist bounce processing will work with IMAP but you need to ensure that the mailbox port is set correctly in the config.php file.

As an example to access the mailbox on port 143

$bounce_mailbox_port = "143/notls";

or on port 993 over ssl

$bounce_mailbox_port = "993/imap/ssl";
plugin/imap2.txt · Last modified: 2023/02/04 14:22 by duncanc

Resources
Contact Us

e: info@phplist.com

Boring Bit

phpList is a registered limited company

UK Company No. 07582966

VAT Registration 122 0788 37

© phpList 2016