On Thursday 17 April 2008 01:32:15 Tim Bates wrote:
> Igor wrote:
> > Anybody here?

Hi,
yes, it's a very late answer ;)

A long time ago, I searched and found the bug causing the cut off of the
last
character.

--- include/imap.inc    2005-04-12 08:28:53.000000000 +0200
+++ /srv/ilohamail/include/imap.inc     2008-01-30 08:37:32.000000000 +0100
@@ -1808,7 +1808,8 @@

         if ($result){
                        $result = chop($result);
-            return substr($result, 0, strlen($result)-1);
+            return substr($result, 0, strlen($result));
         }else return false;
        }else{
                echo "Select failed.";

Julian

> Yeah. There's still people on the list.
> Just I guess none of us have the time or know-how to fix it. Doesn't
> sound like a terribly hard one to fix, but I've never seen it myself,
> and I don't have time to stuff around with it.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ilohamail-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ilohamail-users

Reply via email to