File/plugins/gpg/decrypt.php

Description

gpgdecrypt.mod

----------- This file creates the decrypted message view The goal is to create a page with as much of the functionality of the read_body.php page as possible, so the user doesn't really notice that this is a seperate page.

Copyright (c) 2002-2005 Braverock Ventures Copyright (c) 2007 The NaSMail Project

Portions of this code copyright (c) 1999-2005 the Squirrelmail Development Team

Licensed under the GNU GPL. For full terms see the file COPYING.

  • version: $Id: decrypt.php 1056 2007-12-08 10:46:01Z tokul $
Includes
 include_once (SM_PATH.'functions/url_parser.php') (line 25)
 include_once (SM_PATH.'functions/mime.php') (line 24)
 include_once (SM_PATH.'functions/imap.php') (line 23)
 include_once (SM_PATH.'plugins/gpg/gpg_functions.php') (line 26)
 include_once (SM_PATH.'include/validate.php') (line 22)
 require_once (SM_PATH.'plugins/gpg/modules/gpg_module_footer.mod') (line 636)

Rewrap $body so that no line is bigger than $editor_size This should only really kick in the sqWordWrap function if the browser doesn't support "VIRTUAL" as the wrap type.

Functions
decryptmenuBar (line 44)

Prints message navigation menu

This function is based on function from SquirrelMail src/read_body.php

string decryptmenuBar (string $mailbox, integer $passed_id, integer $passed_ent_id, integer $next, integer $prev, string $message, handle $imapConnection)
  • string $mailbox
  • integer $passed_id
  • integer $passed_ent_id
  • integer $next
  • integer $prev
  • string $message
  • handle $imapConnection
formatRecipientString (line 327)

Creates list of recipients

This function is based on function from SquirrelMail src/compose.php

void formatRecipientString (object $recipients)
  • object $recipients

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