/plugins/message_details/message_details_bottom.php

Description

Message Details plugin - bottom frame with message structure and rfc822 body

Plugin to view the RFC822 raw message output and the bodystructure of a message

  • version: $Id: message_details_bottom.php,v 1.31 2006/08/05 14:49:48 kink Exp $
  • filesource: Source Code for this file
  • license: GNU Public License
  • copyright: © 2002 Marc Groot Koerkamp, The Netherlands
  • copyright: © 2002-2006 The SquirrelMail Project Team
  • author: Marc Groot Koerkamp
Includes
require ('../../include/init.php') (line 20)

Include the SquirrelMail initialization file.

require (SM_PATH.'functions/mime.php') (line 23)
Variables
boolean $msgd_8bit_in_hex; (line 31)

Controls display of 8bit symbols in message source

Functions
get_message_details (line 109)

Returns actual message details

  • return: The formatted message details
  • access: public
string get_message_details (string $mailbox, string $passed_id, [boolean $stripHTML = FALSE])
  • string $mailbox
  • string $passed_id
  • boolean $stripHTML: If TRUE, only plain text is returned, default is FALSE, wherein output contains pretty-HTMLification of message body
msgd_convert_to_hex (line 56)

Converts 8bit string to hex

Replaces 8bit symbols with their hex strings, encloses them in curly brackets and uses different color.

  • since: 1.5.1
string msgd_convert_to_hex (string $string)
  • string $string: text

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