/src/view_header.php

Description

view_header.php

This is the code to view the message header.

Includes
require ('../include/init.php') (line 20)

Include the SquirrelMail initialization file.

require_once (SM_PATH.'functions/url_parser.php') (line 24)
require_once (SM_PATH.'functions/imap.php') (line 23)
Functions
parse_viewheader (line 40)

Extract message headers

  • return: List of all message headers, where each element is a sub-array that contains two elements: header name and header value (in that order) where the header value is HTML-formatted, ready for display in browser
array parse_viewheader (resource $imapConnection, string $id, string $passed_ent_id)
  • resource $imapConnection
  • string $id: Message ID
  • string $passed_ent_id: Nested/attached/embedded message ID (if any)

Documentation generated on Mon, 13 Jan 2020 04:23:44 +0100 by phpDocumentor 1.4.3