Your message dated Sat, 4 Feb 2006 16:38:33 +0100 with message-id <[EMAIL PROTECTED]> and subject line [EMAIL PROTECTED]: Bug#350630: fixed] has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message --->From [EMAIL PROTECTED] Wed Jan 19 23:04:57 2005 Received: (at submit) by bugs.debian.org; 20 Jan 2005 07:04:57 +0000 Return-path: <[EMAIL PROTECTED]> Received: from gomeisa.profiz.com [62.142.120.210] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CrWNE-0007BY-00; Wed, 19 Jan 2005 23:04:56 -0800 Received: from localhost (localhost [127.0.0.1]) by gomeisa.profiz.com (Postfix) with ESMTP id C8221F501; Thu, 20 Jan 2005 09:04:23 +0200 (EET) Received: from gomeisa.profiz.com ([127.0.0.1]) by localhost (gomeisa.profiz.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19283-02; Thu, 20 Jan 2005 09:04:22 +0200 (EET) Received: by gomeisa.profiz.com (Postfix, from userid 1000) id 06B2CF502; Thu, 20 Jan 2005 09:04:21 +0200 (EET) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Peter Parkkali <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: imp3: Cannot make folders with Courier and folders='', namespace='INBOX.' Reply-To: [EMAIL PROTECTED] X-Mailer: reportbug 3.2 Date: Thu, 20 Jan 2005 09:04:21 +0200 Message-Id: <[EMAIL PROTECTED]> X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) and F-Secure Antivirus at gomeisa.profiz.com Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: imp3 Version: 3.2.6-1 Severity: normal Courier IMAP server needs either 'folders' => 'INBOX.' or 'namespace' => 'INBOX.' in IMP3's server settings. In the latter case (with the settings below in servers.php), the Create Folder - function does not work. $servers['imap'] = array( 'name' => 'Gag-zor', 'server' => 'localhost', 'protocol' => 'imap/notls', 'port' => 143, 'folders' => '', 'namespace' => 'INBOX.', 'maildomain' => 'mydomain.tld', 'smtphost' => 'localhost', 'realm' => '', 'preferred' => '' ); How to reproduce: ---------------- Set up IMP3 against a Courier IMAP server with those settings. Log in, go to the Folders view. From Choose Action, choose Create Folder and type in eg. MyFolder. IMP should reply with The folder "MyFolder" was not created. This is what the server said: Invalid mailbox name. Typing in "INBOX.MyFolder" instead allows one to create the folder. My courier-imap package is version 3.0.8-3 (Source: courier (0.47-3)) Hack ---- The bug is probably in /usr/share/horde2/imp/folders.php, after line 163. If only one server is being used (or all servers are Courier), changing the first assignment to $new_mailbox helps: ---><----------- case CREATE_FOLDER: // evil // $new_mailbox = Horde::getFormData('new_mailbox'); $new_mailbox = "INBOX." . Horde::getFormData('new_mailbox'); if (!empty($new_mailbox)) { $new_mailbox = IMP::utf7Encode($new_mailbox); $folder_list = Horde::getFormData('folder_list'); if (is_array($folder_list) && ---><----------- -- System Information: Debian Release: 3.0 APT prefers testing APT policy: (990, 'testing') Architecture: i386 (i686) Kernel: Linux 2.4.19-guml0 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages imp3 depends on: ii apache [httpd] 1.3.33-2 Versatile, high-performance HTTP s ii debconf 1.4.30.10 Debian configuration management sy ii gettext 0.14.1-7 GNU Internationalization utilities ii horde2 2.2.7-1 The Horde Web Application Suite ii libapache-mod-php4 [phpapi-20 4:4.3.9-2 server-side, HTML-embedded scripti ii make 3.79.1-14 The GNU version of the "make" util ii perl 5.8.4-5 Larry Wall's Practical Extraction ii php4 4:4.3.9-1 server-side, HTML-embedded scripti ii php4-cli [phpapi-20020918] 4:4.3.9-2 command-line interpreter for the p ii php4-imap 4:4.3.9-2 IMAP module for php4 ii postfix [mail-transport-agent 2.1.4-5 A high-performance mail transport ii turba 1.2.2-3 A web based contact manager ii wwwconfig-common 0.0.41 Debian web auto configuration -- debconf information: * imp3/impauth: true imp3/imp2data_imported: false
--- End Message ---
--- Begin Message --->From [EMAIL PROTECTED] Sat Feb 04 07:37:13 2006 Received: (at 256020-done) by bugs.debian.org; 4 Feb 2006 15:37:13 +0000 Return-path: <[EMAIL PROTECTED]> Received: from c-adt-5.ataco.se ([213.115.168.248] helo=bixbite.opalsys.net) by spohr.debian.org with esmtp (Exim 4.50) id 1F5PTM-000184-27; Sat, 04 Feb 2006 07:37:12 -0800 Received: from ola by bixbite.opalsys.net with local (Exim 4.50) id 1F5PUf-0000aX-L0; Sat, 04 Feb 2006 16:38:33 +0100 Date: Sat, 4 Feb 2006 16:38:33 +0100 From: Ola Lundqvist <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: [EMAIL PROTECTED]: Bug#350630: fixed] Message-ID: <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Closing the bugs now as the packages have been removed from Debian. ----- Forwarded message from Debian Archive Maintenance <[EMAIL PROTECTED]> ----- Envelope-to: [EMAIL PROTECTED] Delivery-date: Thu, 02 Feb 2006 16:12:02 +0100 From: Debian Archive Maintenance <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: melanie $Revision: 1.44 $ Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Bug#350630: fixed X-Spam-Score: -2.5 (--) X-Spamcheck-provider: Checked for spam by opalsys.net, [EMAIL PROTECTED] We believe that the bug you reported is now fixed; the following package(s) have been removed from unstable: horde2 | 2.2.9-1 | source, all imp3 | 3.2.8-3 | source, all kronolith | 1.1.4-4 | source, all mnemo | 1.1.4-1 | source, all nag | 1.1.3-1 | source, all sork-accounts | 2.1.2-2 | source, all sork-forwards | 2.2.2-2 | source, all sork-passwd | 2.2.2-2 | source, all sork-vacation | 2.2.2-3 | source, all turba | 1.2.5-3 | source, all Note that the package(s) have simply been removed from the tag database and may (or may not) still be in the pool; this is not a bug. The package(s) will be physically removed automatically when no suite references them (and in the case of source, when no binary references it). Please also remember that the changes have been done on the master archive (ftp-master.debian.org) and will not propagate to any mirrors (ftp.debian.org included) until the next cron.daily run at the earliest. Packages are never removed from testing by hand. Testing tracks unstable and will automatically remove packages which were removed from unstable when removing them from testing causes no dependency problems. Bugs which have been reported against this package are not automatically removed from the Bug Tracking System. Please check all open bugs and close them or re-assign them to another package if the removed package was superseded by another one. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED] This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED] Debian distribution maintenance software pp. Joerg Jaspert (the ftpmaster behind the curtain) ----- End forwarded message ----- -- --------------------- Ola Lundqvist --------------------------- / [EMAIL PROTECTED] Annebergsslingan 37 \ | [EMAIL PROTECTED] 654 65 KARLSTAD | | +46 (0)54-10 14 30 +46 (0)70-332 1551 | | http://www.opal.dhs.org UIN/icq: 4912500 | \ gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9 / ---------------------------------------------------------------
--- End Message ---

