You are here

mailhandler_php_imap.module in Mailhandler 6.2

Same filename and directory in other branches
  1. 7.2 modules/mailhandler_php_imap/mailhandler_php_imap.module

Retrieves email using the PHP IMAP library.

Can retrieve messages from IMAP, POP3, or local folder mailboxes.

File

modules/mailhandler_php_imap/mailhandler_php_imap.module
View source
<?php

/**
 * @file
 * Retrieves email using the PHP IMAP library.
 *
 * Can retrieve messages from IMAP, POP3, or local folder mailboxes.
 */

/**
 * Implements hook_ctools_plugin_directory().
 */
function mailhandler_php_imap_ctools_plugin_directory($owner, $plugin_type) {
  return 'plugins/' . $owner . '/' . $plugin_type;
}