Priority now works as expected.
-- Note: If you don't have your config file set up properly, and if
$default_use_priority is unset, you'll get warnings.
to fix my own function to only call sqimap_session_id() once!
Note: the old API is still there in its entirity, this is just another way to
call things. With the changing sequence numbers though, any function working
with sqimap_session_id() must cache the result for testing against the
response of any command sent.
sqimap_run_command_list as well for those list instances.
I believe that it's now safe for sqimap_session_id() to return a different
ID each time, but haven't yet tested this.
I may have messed up something in the process so PLEASE TEST THIS
CARFULLY.
In my system (that uses uw) it almost work. The only thing left to
be done is to organize left main in such a way that sent subfolders
are placed to the top.
I've replaced some spare code with a few new functions.
sqimap_mailbox_rename and isSpecialMailbox are the most interesting
in other proceses.
allow users to change the font family and size of SM. Making possible to
make it bigger or smaller depending on their screen size. Sysops may add
or remove these system-defined css located in themes/css/
provided by the decodeHeader(). E.g. if there was any non-ascii
characters in the "From:" line, the decodeHeader would return them
as entities, "&#NNNN;&#NNNN;....", and htmlspecialchars would reduce
this to "&#NNNN;&#NNNN...." which looked EXTRAORDINARILY
ugly when rendered in a browser.
This is a stop-gap measure -- htmlspecialchars should be called at some
point.
entities. However, some places don't need that, for example the
compose form, otherwise the subject and other fields turn into the
#&NNNN;#&NNNN; stuff.
The parsing of the email address is far from perfect, and the regular
expressions need to be improved. This version of the function is
equivallent in functionality to the previous one.
Made left_main.php use $color[15] and fall back on $color[6] if not specified.
Added a $color[15] for all themes. If you don't like the new color, just
change it. :-)
Fixed a bug in prefs.php.
Updated themes.txt documentation.