File/lib/api.php

Description

MIMP external API interface.

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

$Horde: mimp/lib/api.php,v 1.6.2.3 2009/01/06 15:24:53 jan Exp $

Copyright 2007-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
_mimp_batchCompose (line 58)

Return a list of compose window links.

  • return: The list of links to the message composition screen.
string _mimp_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.
_mimp_compose (line 40)

Returns a compose window link.

  • return: The link to the message composition screen.
string _mimp_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:32:52 +0000 by phpDocumentor 1.4.3