Programming Languages: PHP
License: GNU General Public License version 2.0 (GPLv2)
browse code,
statistics,
last commit on 2012-05-08
svn co https://squirrelmail.svn.sourceforge.net/svnroot/squirrelmail squirrelmail
You should always include full error text with any bug reports you make. Thank you for taking the time to try to make a report, but you cite a couple different parts of the SquirrelMail code without specifics, and your analysis is scattered and inaccurate/misinformed. You might be referring to the second to last and third to last warning messages here...
2012-05-28 23:15:10 PDT by pdontthink
mime.php error Strict warning apparently a php bug in v5.4 solved by setting error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT or some have error_reporting = E_ALL | E_DEPRECATED work for them I would suggest including a .htaccess file if you don't have access to php.ini It is a snaffu caused by new OOP Strict Static methods and being that this is not written OOP it conflicts...
2012-05-28 09:19:00 PDT by icethenet
Here you go, any file with latin (accented) characters will permit to reproduce the issue.
2012-05-14 14:39:45 PDT by mpviau
Thanks, we're aware of this problem, but the fix is not to hard-code that parameter, since it's different depending on the user's language selection. We are evaluating how we should best approach this fix. If you can attach the FULL message source of the message you were having problems with, that would help our testing efforts.
2012-05-13 21:44:55 PDT by pdontthink
Recently, I received a message with 6 lines of text out of 10 missing. When I click the "Download this as a file", the message displayed entirely. I'm using PHP 5.4.2 with a recent snapshot v.1.5.2. While investigation, I realized that the htmlspecialchars function is responsible for deleting the information when displaying the message. This is due to the fact that, as per the PHP...
2012-05-09 11:22:53 PDT by mpviau
pdontthink committed revision 14325 to the SquirrelMail SVN repository, changing 1 files.
2012-05-08 19:57:53 PDT by pdontthink
pdontthink committed revision 14324 to the SquirrelMail SVN repository, changing 1 files.
2012-05-08 19:57:02 PDT by pdontthink
pdontthink committed revision 14323 to the SquirrelMail SVN repository, changing 1 files.
2012-04-30 12:41:12 PDT by pdontthink
Please see: http://squirrelmail.org/plugin_view.php?id=86.
2012-04-30 11:41:01 PDT by pdontthink
Forwarding feature request from our user: ---------------------------------------------------------------------------------------------------------- When using squirrelmail with an imap backend, tacking advantage of the deleted flag of imap to mark messages as deleted (instead of moving them to a trash folder and losing message organisation), there is no way to unset this flag if it was set...
2012-04-30 05:34:32 PDT by mhlavink