From: kink Date: Thu, 17 Oct 2002 08:58:48 +0000 (+0000) Subject: Remove retrievalerror.php X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=0e5b61b4d0ba2f19d8bdee947a766382bc63d0fa Remove retrievalerror.php git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3888 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mime.php b/functions/mime.php index 1419d588..4ff2542a 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -134,14 +134,12 @@ function mime_fetch_body($imap_stream, $id, $ent_id) { echo '
' . '' . '' . - '" . - '" . - '" . - '" . + '" . + '" . + '" . + '" . "
' . - _("Body retrieval error. The reason for this is most probably that the message is malformed. Please help us making future versions better by submitting this message to the developers knowledgebase!") . - "
" . - _("Submit message") . '

 ' . + _("Body retrieval error. The reason for this is most probably that the message is malformed.") . '
' . _("Command:") . "$cmd
' . _("Response:") . "$response
' . _("Message:") . "$message
' . _("FETCH line:") . "$topline
' . _("Command:") . "$cmd
' . _("Response:") . "$response
' . _("Message:") . "$message
' . _("FETCH line:") . "$topline


"; $data = sqimap_run_command ($imap_stream, "FETCH $passed_id BODY[]", true, $response, $message, $uid_support); diff --git a/src/retrievalerror.php b/src/retrievalerror.php deleted file mode 100644 index 57fc6841..00000000 --- a/src/retrievalerror.php +++ /dev/null @@ -1,133 +0,0 @@ -The message has been submitted to the developers knowledgebase!
' . - 'Thank you very much
' . - 'Please submit every message only once
' . - "View the message
"; - -?>