/plugins/gpg/decrypt.phpgpgdecrypt.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.
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/functions/execute.php')
(line 29)
require_once
(SM_PATH.'plugins/gpg/functions/encrypt.php')
(line 28)
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.
require_once
(SM_PATH.'plugins/gpg/gpg_hook_functions.php')
(line 27)
decryptmenuBar (line 44)
Prints message navigation menu
This function is based on function from SquirrelMail src/read_body.php
formatRecipientString (line 327)
Creates list of recipients
This function is based on function from SquirrelMail src/compose.php
Documentation generated on Sun, 22 Nov 2009 17:36:26 +0200 by phpDocumentor 1.4.3