Source for file message_details_main.php
Documentation is available at message_details_main.php
-  * Message Details plugin - main frame 
-  * Plugin to view the RFC822 raw message output and the bodystructure of a message 
-  * @author Marc Groot Koerkamp 
-  * @copyright 2002 Marc Groot Koerkamp, The Netherlands 
-  * @copyright 2002-2020 The SquirrelMail Project Team 
-  * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
-  * @version $Id: message_details_main.php 14845 2020-01-07 08:09:34Z pdontthink $ 
-  * @subpackage message_details 
-  * Include the SquirrelMail initialization file. 
- require ('../../include/init.php');
- //FIXME: Don't echo HTML directly - need to "templatize" this 
- echo  "<frameset rows=\"60, *\" >\n";
- echo  '<frame src="message_details_top.php?mailbox='- .  urlencode($mailbox)- . '&passed_id='- .  $passed_id
-     .  '&passed_ent_id='- .  $passed_ent_id
-     .  '" name="top_frame" scrolling="no" noresize="noresize" frameborder="0" />';
- echo  '<frame src="message_details_bottom.php?mailbox='- .  urlencode($mailbox)
-     .  '&get_message_details=yes&passed_id='- .  $passed_id
-     .  '&passed_ent_id='- .  $passed_ent_id
-     .  '" name="bottom_frame" frameborder="0" />';
- echo   '</frameset>'- . "\n"- . "</html>\n";
 
	
		Documentation generated on Mon, 13 Jan 2020 04:23:06 +0100 by phpDocumentor 1.4.3