Modul   : External Phorummail
Version : 2.1.5
Autor   : Phorum-Support.de (info@phorum-support.de)

This module allows mail and attachment import from external pop3 / imap accounts.
It has been built with EZ Components as the base library for transport and mail parsing.

Requirements:
-------------
- PHP5 install with at least mysql/mysqli, iconv, SPL - which are usually bundled with PHP by default
- Phorum-5.2.x install (tested only on 5.2.13)
- shell / cronjob access to setup a scheduled task to run this module,
  raw shell access is only needed during testing

Installation instructions:
--------------------------

- Unpack the archive;

- Move the directory "ext_phorummail" to the directory "mods"
  within your Phorum installation;

- Login as administrator in Phorum's administrative interface and
  go to the "Modules" section;

- Enable the module "External Phorummail".

- Go to the settings page of the External Phorummail module to configure from which
  mailservers and to which phorums it should import mail.
  
- Setup a cronjob to run scheduled tasks
  for example like this (would run the tasks every 5 minutes):
  */5 * * * * cd /home/your/phorum/directory && /usr/bin/php ./script.php --scheduled > /dev/null

  I recommend to run the script by hand until everything is working correctly, e.g with this command-line
  cd /home/your/phorum/directory && /usr/bin/php ./script.php --scheduled
