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
* @author Marc Groot Koerkamp
* @copyright Copyright © 2002 Marc Groot Koerkamp, The Netherlands
* @copyright Copyright © 2004-2006 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: message_details_main.php,v 1.10.2.4 2006/02/03 22:27:52 jervfors Exp $
* @subpackage message_details
* Path for SquirrelMail required files.
/* SquirrelMail required files. */
require_once(SM_PATH .
'include/validate.php');
echo
"<frameset rows=\"60, *\" noresize border=\"0\">\n";
echo
'<frame src="message_details_top.php?mailbox='
.
urlencode($mailbox) .
'&passed_id=' .
"$passed_id"
.
'" name="top_frame" scrolling="off">';
echo
'<frame src="message_details_bottom.php?mailbox='
.
urlencode($mailbox) .
'&passed_id=' .
"$passed_id"
.
'" name="bottom_frame">';
echo
'</frameset>'.
"\n".
"</html>\n";
Documentation generated on Sat, 07 Oct 2006 16:32:26 +0300 by phpDocumentor 1.3.0RC6