-
utf-8 subject is cutted wrongly in messages list (INBOX)
it should cut after 50 letters by default but it cuts after 50 bytes, i think.
2010-01-04 17:11:26 UTC by qdinar
-
I believe this is a preference/package issue, rather than a SquirrelMail bug. Looking at the error, you somehow got "CET/1.0/no DST" set as your timezone in your user preferences. This shouldn't be possible with the standard SquirrelMail timezones we provide (you can see we've not changed it in over 6 years [...
2010-01-04 03:08:40 UTC by jangliss
-
There's a check functions/folder_manip.php to see if the folder can be moved to the Trash, which checks if the folder is in the trash already.
This check is missing a preg_quote (since the folder name can contain the used pattern delimiter).
The attached patch fixes this (against SVN trunk, r13880).
2010-01-02 23:22:44 UTC by blueyed
-
My Apache error_log file is flooded with PHP warnings.
SquirrelMail: 1.4.20 [SVN]-0.rc2.20090917.fc12 installed on a Fedora 12 box.
Apache: [Thu Dec 31 01:27:31 2009] [notice] Apache/2.2.14 (Unix) DAV/2 PHP/5.3.1 mod_python/3.3.1 Python/2.6.2 mod_ssl/2.2.14 OpenSSL/1.0.0-fips-beta4 mod_perl/2.0.4 Perl/v5.10.0 configured -- resuming normal operations
IMAP: dovecot 1:1.2.8-2.fc12
The...
2009-12-31 01:45:19 UTC by rpeer
-
Warning: preg_split() expects parameter 4 to be long, string given in /usr/share/squirrelmail/functions/imap_messages.php on line 808
Warning: Invalid argument supplied for foreach() in /usr/share/squirrelmail/functions/mime.php on line 52.
2009-12-30 13:37:25 UTC by sorkanra
-
Thanks for your submission. We've applied a slightly modified fix to both stable, and devel branches. This should be available from SVN now.
2009-12-22 17:17:25 UTC by jangliss
-
jangliss committed revision 13880 to the SquirrelMail SVN repository, changing 2 files.
2009-12-22 17:15:34 UTC by jangliss
-
jangliss committed revision 13879 to the SquirrelMail SVN repository, changing 2 files.
2009-12-22 17:14:48 UTC by jangliss
-
--- newmail_opt.php 2009-12-22 16:49:15.000000000 +0100
+++ fix-newmail_opt.php 2009-12-22 16:50:07.000000000 +0100
@@ -186,4 +186,6 @@
'left' )
) . "\n";
?>
-
+
+
2009-12-22 15:52:18 UTC by rado
-
Well, looks that the congratulations were somewhat premature - the quest was far from over.
After five weeks without response, I resorted to send a message to the projects first developer, angliss. He told me that there was a list for translations but it was closed due to spam. I suppose that is the list mentioned at point 2.
angliss advised myself to subscribe to the Development mail list...
2009-12-22 00:11:25 UTC by agullo