Source for file message_details_main.php

Documentation is available at message_details_main.php

  1. <?php
  2.  
  3. /**
  4.  * Message Details plugin - main frame
  5.  *
  6.  * Plugin to view the RFC822 raw message output and the bodystructure of a message
  7.  *
  8.  * @author Marc Groot Koerkamp
  9.  * @copyright &copy; 2002 Marc Groot Koerkamp, The Netherlands
  10.  * @copyright &copy; 2002-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.22 2006/04/05 00:22:09 stekkel Exp $
  13.  * @package plugins
  14.  * @subpackage message_details
  15.  */
  16.  
  17. /**
  18.  * Include the SquirrelMail initialization file.
  19.  */
  20. require('../../include/init.php');
  21.  
  22. displayHtmlHeader_("Message Details")''FALSE );
  23.  
  24. sqgetGlobalVar('mailbox'$mailboxSQ_GET);
  25. sqgetGlobalVar('passed_id'$passed_idSQ_GET);
  26.  
  27. echo "<frameset rows=\"60, *\" >\n";
  28. echo '<frame src="message_details_top.php?mailbox=' urlencode($mailbox.'&amp;passed_id=' "$passed_id".
  29.     '" name="top_frame" scrolling="no" noresize="noresize" frameborder="0" />';
  30. echo '<frame src="message_details_bottom.php?mailbox=' urlencode($mailbox.
  31.     '&amp;get_message_details=yes&amp;passed_id=' "$passed_id.
  32.     '" name="bottom_frame" frameborder="0" />';
  33. echo  '</frameset>'."\n"."</html>\n";
  34. ?>

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