/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

  • author: Marc Groot Koerkamp
  • version: $Id: message_details_bottom.php 14845 2020-01-07 08:09:34Z pdontthink $
  • copyright: 2002 Marc Groot Koerkamp, The Netherlands
  • copyright: 2002-2020 The SquirrelMail Project Team
  • filesource: Source Code for this file
  • license: GNU Public License
Includes
require ('../../include/init.php') (line 21)

Include the SquirrelMail initialization file.

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

Controls display of 8bit symbols in message source

Functions
get_message_details (line 114)

Returns actual message details

  • return: The formatted message details
  • access: public
string get_message_details (string $mailbox, string $passed_id, [string $passed_ent_id = 0], [boolean $stripHTML = FALSE])
  • string $mailbox
  • string $passed_id
  • string $passed_ent_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 60)

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 Mon, 13 Jan 2020 04:23:04 +0100 by phpDocumentor 1.4.3