Documentation

IMP_Ajax_Imple_ImportEncryptKey extends Horde_Core_Ajax_Imple
in package

Attach the import encrpyt key javascript code into a page.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2012-2017 Horde LLC

license

http://www.horde.org/licenses/gpl GPL

Table of Contents

Methods

__construct()  : mixed
_attach()  : mixed
_handle()  : bool
Variables required in form input: - mime_id - muid - type

Methods

__construct()

public __construct([array<string|int, mixed> $params = array() ]) : mixed
Parameters
$params : array<string|int, mixed> = array()

Configuration parameters:

  • mime_id: (string) The MIME ID of the message part with the key.
  • muid: (string) The MUID of the message.
  • type: (string) Key type. Either 'pgp' or 'smime'.

_attach()

protected _attach(mixed $init) : mixed
Parameters
$init : mixed

_handle()

Variables required in form input: - mime_id - muid - type

protected _handle(Horde_Variables $vars) : bool
Parameters
$vars : Horde_Variables
Tags
throws
IMP_Exception
Return values
bool

True on success.


        
On this page

Search results