$aMailbox['MSG_HEADERS'][$passed_id]['MESSAGE_OBJECT'] = $message;
}
-//$mbx_response = sqimap_mailbox_select($imapConnection, $mailbox);
-
-//$message = &$messages[$mbx_response['UIDVALIDITY']]["$passed_id"];
-//if (!is_object($message)) {
-// $message = sqimap_get_message($imapConnection,$passed_id, $mailbox);
-//}
$subject = $message->rfc822_header->subject;
if ($ent_id) {
// replace message with message part, if message part is requested.
* attachment in case of ERROR reporting = E_ALL and the output is the screen */
mime_print_body_lines ($imapConnection, $passed_id, $ent_id, $encoding);
-?>
\ No newline at end of file