Recent Changes - Search:

Users

Developers

Wiki help.

EmailImport add-on for gtd-php v0.9

The EmailImport addon allows linking a POP3/IMAP Inbox with GTD-PHP. It will either notify you in the header if you have email awaiting import, or if you have configured autoimport it will import any messages during the header load (basically, it will do this for any page in gtd-php you view)

Requirements

The add-on itself, contained in files import.inc.php, emailimport.inc.php, and notify.inc.php requires:

  • PHP 4.3.2-4.4.x, or 5.x .

Download and installation

Link to trac:569 where there is the zip file attached (emailimport.zip) which is the v0.9 ready build. There is also the import.php which is a GTD-PHP v0.8 addon script for those running older versions. For v0.9 extract the contents of emailimport.zip to addons\emailimport (or within the addons folder in a folder named whatever you would like), or copy the import.php file to the addons\emailimport folder if you are still using v0.8.

Configuration

  • Copy the options.inc.php.sample to options.inc.php and configure your email server settings and options.
  • Additionally, modify the setup.inc.php if you do not want emailimport from running in the header. Simply comment out the line $events[_GTD_ON_HEADER]['*'] = "notify.inc.php";

To activate your add-on, go to the addons page of the preferences screen

Edit - History - Print - Recent Changes - Search
Page last modified on August 18, 2009, at 12:31 AM