-
This change is relatively trivial, but will introduce an extra IMAP call because the order of moving messages currently goes:
- COPY
- FLAG DELETED
The order will have to include
- FLAG READ
- COPY
- FLAG DELETED
But, as a user option, should be relatively easy.
12:31AM UTC on Jun 15 2009 in SquirrelMail
-
I'm unable to reproduce this in several different browsers. Can you provide more details about your SquirrelMail installation, such as plugins and such?.
03:04AM UTC on Jun 12 2009 in SquirrelMail
-
Filters plugin issues a literal request without waiting for the server to respond to the literal statement.
02:44AM UTC on Jun 12 2009 in SquirrelMail
-
Generally, things don't just stop running without a reason. I notice you mention 1and1.com, are you the server administrator? Do you control the installation of SquirrelMail? The version of PHP? What about updates? If no to any of those, you should direct your question to the person that does maintain the system to find out what they changed.
07:10AM UTC on Jun 08 2009 in SquirrelMail
-
I've taken care of the reference to 192 and changed to fit RFC1918. Also added in the 172.16 block as well.
I'll discuss with the other devs, because this probably needs to be expanding upon for removal, and/or tightening general control elsewhere.
02:13AM UTC on Jun 02 2009 in SquirrelMail
-
jangliss committed revision 13778 to the SquirrelMail SVN repository, changing 3 files.
02:10AM UTC on Jun 02 2009 in SquirrelMail
-
jangliss committed revision 13777 to the SquirrelMail SVN repository, changing 3 files.
02:04AM UTC on Jun 02 2009 in SquirrelMail
-
jangliss committed revision 13753 to the SquirrelMail SVN repository, changing 2 files.
06:08AM UTC on May 24 2009 in SquirrelMail
-
If server reports multiple values for same key, such as AUTH, the bug report plugin displays "Array". This is because the core code to return capability responses is breaking up the multiple values into an array. An example:
AUTH=CRAM-MD5 AUTH=LOGIN
This results in:
AUTH => array('CRAM-MD5', 'LOGIN');.
06:07AM UTC on May 24 2009 in SquirrelMail
-
Terry emailed, and reported issue appears to be resolved in latest release. Closing ticket.
04:17AM UTC on May 17 2009 in SquirrelMail