File/nasmail/plugins/info/functions.php

Description

functions for info plugin

Copyright (c) 1999-2006 The SquirrelMail Project Team Copyright (c) 2006-2007 The NaSMail Project Licensed under the GNU GPL. For full terms see the file COPYING.

Plugin was written by Jason Munro jason@stdbev.com for SquirrelMail webmail interface. Current plugin version is maintained by The NaSMail project developers.

  • version: $Id: functions.php 429 2007-06-22 12:27:26Z tokul $
Functions
get_caps (line 22)

Gets CAPABILITY response from IMAP server

  • return: array
array get_caps (stream $imap_stream)
  • stream $imap_stream: IMAP connection resource
imap_test (line 37)

Runs the passed IMAP test and returns the results

  • return: responses to executed IMAP command
array imap_test (stream $imap_stream, string $string)
  • stream $imap_stream: IMAP connection resource
  • string $string: IMAP command
info_is_plugin_enabled (line 70)

Check if plugin is enabled

boolean info_is_plugin_enabled (string $plugin_name)
  • string $plugin_name: plugin name
print_response (line 55)

Prints given array or string

void print_response (array|string $response)
  • array|string $response

Documentation generated on Sun, 22 Nov 2009 17:36:34 +0200 by phpDocumentor 1.4.3