From e80b444be0527cf72b12aad8c02fc9c4f7863a3a Mon Sep 17 00:00:00 2001 From: nehresma Date: Mon, 14 Feb 2000 19:40:20 +0000 Subject: [PATCH] bug fixes and better error messages on emptying trash git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@213 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap.php | 3 +++ src/download.php | 4 ++-- src/left_main.php | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/functions/imap.php b/functions/imap.php index cec1048b..99b0192c 100644 --- a/functions/imap.php +++ b/functions/imap.php @@ -183,9 +183,12 @@ echo "ERROR: Could not delete the folder $folder."; echo "Probable causes:
"; echo "
  • This folder may contain subfolders. Delete all subfolders first
  • "; + echo "

    The actual message returned from the server was:
    $message
    "; + echo ""; exit; } else if ($response == "BAD") { echo "ERROR: Bad or malformed request.
      Server responded: $message

    "; + echo ""; exit; } } diff --git a/src/download.php b/src/download.php index 552e88b6..6aa7a895 100644 --- a/src/download.php +++ b/src/download.php @@ -1,7 +1,7 @@ "; - $line .= "    (empty)"; + $line .= "    (empty me)"; $line .= "\n"; } -- 2.25.1