/src/read_body.php

Description

read_body.php

This file is used for reading the msgs array and displaying the resulting emails in the right frame.

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

Include the SquirrelMail initialization file.

require_once (SM_PATH.'functions/identity.php') (line 26)
require_once (SM_PATH.'functions/mime.php') (line 23)
require_once (SM_PATH.'functions/forms.php') (line 28)
require_once (SM_PATH.'functions/date.php') (line 24)
require_once (SM_PATH.'functions/imap.php') (line 21)
require_once (SM_PATH.'functions/url_parser.php') (line 25)
Functions
findNextMessage (line 38)

Given an IMAP message id number, this will look it up in the cached and sorted msgs array and return the index of the next message

  • return: index of the next valid message from the array
the findNextMessage ( $uidset, [int $passed_id = 'backwards'])
  • int $passed_id: The current message UID
  • $uidset
findPreviousMessage (line 61)

Given an IMAP message id number, this will look it up in the cached and sorted msgs array and return the index of the previous message

  • return: index of the next valid message from the array
the findPreviousMessage ( $uidset, int $passed_id)
  • int $passed_id: The current message UID
  • $uidset
formatEnvheader (line 354)
void formatEnvheader ( $aMailbox,  $passed_id,  $passed_ent_id,  $message,  $color,  $FirstTimeSee)
  • $aMailbox
  • $passed_id
  • $passed_ent_id
  • $message
  • $color
  • $FirstTimeSee
formatMenubar (line 418)

Format message toolbar

void formatMenubar ( $aMailbox, int $passed_id, int $passed_ent_id, object $message,  $removedVar, [ $nav_on_top = TRUE], string $mailbox, object $mbx_response)
  • string $mailbox: Name of current mailbox
  • int $passed_id: UID of current message
  • int $passed_ent_id: Id of entity within message
  • object $message: Current message object
  • object $mbx_response
  • $aMailbox
  • $removedVar
  • $nav_on_top
formatRecipientString (line 304)
void formatRecipientString ( $recipients,  $item)
  • $recipients
  • $item
formatToolbar (line 616)
void formatToolbar ( $mailbox,  $passed_id,  $passed_ent_id,  $message,  $color)
  • $mailbox
  • $passed_id
  • $passed_ent_id
  • $message
  • $color
html_toggle_href (line 73)
void html_toggle_href ( $mailbox,  $passed_id,  $passed_ent_id,  $message)
  • $mailbox
  • $passed_id
  • $passed_ent_id
  • $message
SendMDN (line 126)
void SendMDN ( $mailbox,  $passed_id,  $sender,  $message,  $imapConnection)
  • $mailbox
  • $passed_id
  • $sender
  • $message
  • $imapConnection
ServerMDNSupport (line 120)
void ServerMDNSupport ( $aFlags)
  • $aFlags
ToggleMDNflag (line 297)
void ToggleMDNflag ( $set,  $imapConnection,  $mailbox,  $passed_id)
  • $set
  • $imapConnection
  • $mailbox
  • $passed_id

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