File/lib/api.php

Description

DIMP external API interface.

This file defines DIMP's external API interface. Other applications can interact with DIMP through this API.

$Horde: dimp/lib/api.php,v 1.17.2.2 2009/01/06 15:22:38 jan Exp $

Copyright 2005-2009 The Horde Project (http://www.horde.org/)

See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.fsf.org/copyleft/gpl.html.

Functions
_dimp_batchCompose (line 58)

Return a list of compose window links.

  • return: The list of links to the message composition screen.
string _dimp_batchCompose ([mixed $args = array()], [array $extra = array()])
  • mixed $args: List of lists of arguments to pass to compose.php. If the lists are passed in as strings, they will be parsed as toaddress?subject=foo&cc=ccaddress (mailto-style) strings.
  • array $extra: List of hashes of extra, non-standard arguments to pass to compose.php.
_dimp_compose (line 40)

Returns a compose window link.

  • return: The link to the message composition screen.
string _dimp_compose ([string|array $args = array()], [array $extra = array()])
  • string|array $args: List of arguments to pass to compose.php. If this is passed in as a string, it will be parsed as a toaddress?subject=foo&cc=ccaddress (mailto-style) string.
  • array $extra: Hash of extra, non-standard arguments to pass to compose.php.

Documentation generated on Sun, 30 Jan 2011 05:10:54 +0000 by phpDocumentor 1.4.3