Source for file message_details_main.php

Documentation is available at message_details_main.php

  1. <?php
  2. /**
  3.  * Message Details plugin - main frame
  4.  *
  5.  * Plugin to view the RFC822 raw message output and the bodystructure of
  6.  * a message
  7.  *
  8.  * @author Marc Groot Koerkamp
  9.  * @copyright Copyright &copy; 2002 Marc Groot Koerkamp, The Netherlands
  10.  * @copyright Copyright &copy; 2004-2006 The SquirrelMail Project Team
  11.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  12.  * @version $Id: message_details_main.php,v 1.10.2.4 2006/02/03 22:27:52 jervfors Exp $
  13.  * @package plugins
  14.  * @subpackage message_details
  15.  */
  16.  
  17. /**
  18.  * Path for SquirrelMail required files.
  19.  * @ignore
  20.  */
  21. define('SM_PATH','../../');
  22.  
  23. /* SquirrelMail required files. */
  24. require_once(SM_PATH 'include/validate.php');
  25.  
  26. displayHtmlHeader_("Message Details")''FALSE );
  27.  
  28. sqgetGlobalVar('mailbox'$mailboxSQ_GET);
  29. sqgetGlobalVar('passed_id'$passed_idSQ_GET);
  30.  
  31. echo "<frameset rows=\"60, *\" noresize border=\"0\">\n";
  32. echo '<frame src="message_details_top.php?mailbox=' 
  33.     . urlencode($mailbox.'&amp;passed_id=' "$passed_id"
  34.     . '" name="top_frame" scrolling="off">';
  35. echo '<frame src="message_details_bottom.php?mailbox=' 
  36.     . urlencode($mailbox.'&amp;passed_id=' "$passed_id
  37.     . '" name="bottom_frame">';
  38. echo '</frameset>'."\n"."</html>\n";
  39. ?>

Documentation generated on Sat, 07 Oct 2006 16:32:26 +0300 by phpDocumentor 1.3.0RC6