Hello,
i've found the on last release of the stable 0.5.2 there is a file corrupted.
The file is program/include/rcmail.php
As you can see, that file is marked as: $Id: rcmail.php 4626 2011-03-31 12:32:44Z alec $
But in the trac/svn, on the changeset 4626, that file is different. http://trac.roundcube.net/browser/trunk/roundcubemail/program/include/rcmail...
In the specific two line of code 1077-1078 are shifted to the lines 1196-1197.
That lines was: if (is_object($this->imap)) $this->imap->close();
That should be inside the "shutdown" function, but instead is inside the "encrypt"function.
I haven't checked if there is any other file with this problem, but i hope not.
Best Regards,
On 30.05.2011 17:55, Andrea Ruisi wrote:
That should be inside the "shutdown" function, but instead is inside the "encrypt"function.
I haven't checked if there is any other file with this problem, but i hope not.
There was one more problem like this one, in rcmail.php file. Already fixed in 0.5 branch. Maybe we'll release 0.5.3 version soon.