[imp] bug 5138 related (Blank Folder Name)

Anant Athavale asa at isac.gov.in
Sat May 5 15:58:56 UTC 2007


Quoting Chuck Hagenbuch <chuck at horde.org>:

> Quoting Anant Athavale <asa at isac.gov.in>:
>
>> I find that ticket 5138 is resolved.  I use stable version IMP 4.1.4.
>> What is the workaround for me to solve this issue in my stable version
>> 4.1.4.  Do I need to wait till the release of new stable version?
>
> Yup, the fix will be included in any new 4.1.x releases, or in IMP
> 4.2. But the ticket includes the exact change to revert to fix the
> problem, so you can always do that too.
>
> -chuck

As per your suggestion, I have implemented the changes in IMP.php. The  
diff for IMP.php is as below and it works fine (as of now).

1205c1205,1206
<           if (!empty($key) && (strpos($mailbox, $key) === 0)) {
---
>             $mbx = $mailbox . $val['delimiter'];
>             if (!empty($key) && (strpos($mbx, $key) === 0)) {

Please let me know, if I am missing anything.


Regards,

Anant Athavale.


More information about the imp mailing list