Commit graph

2647 commits

Author SHA1 Message Date
pdontthink
32eed45a8c Allow silent failure for sqimap_get_message() 2006-11-11 10:34:22 +00:00
pdontthink
93fb75d405 Doc fix 2006-11-11 08:24:25 +00:00
pdontthink
6692d38bd8 Long time in coming: allow sqimap_login() to return even if connection failed. Useful in many places, including the new API library. 2006-11-11 08:13:12 +00:00
Alexandros Vellis
0f2d1a970e Fix for namespace parsing. UWash has a namespace prefix without a delimiter, which is perfectly legal. 2006-11-02 12:54:14 +00:00
Alexandros Vellis
4a20048513 I should read RFC 2831 more carefully: DIGEST-MD5 with authzid needs one more tweak. 2006-11-01 15:24:54 +00:00
pdontthink
7367ccaf59 logout_error hook should be able to override login link too 2006-10-27 04:26:54 +00:00
pdontthink
33f1343d8e Removed one line left over from copied code 2006-10-25 11:07:22 +00:00
pdontthink
08bcbd6471 After looking into it, I slightly misunderstood the intention here. Code is just fine as is. 2006-10-25 11:05:18 +00:00
pdontthink
b6ff5b5a46 Adding ability to hook into ANY attachment type. Also, please review my comments, Does anyone know if/when/how the wildcard attachment code was working??? It looks pretty broken to me, but has been here a long time, so...???? 2006-10-25 02:00:54 +00:00
Thijs Kinkhorst
fbd125e192 - Add CEST and MEST (non-standard) timezone codes for +0200. 2006-10-20 08:47:20 +00:00
stevetruckstuff
4a2a0b54a4 Template for viewing HTML messages in iframes 2006-10-19 16:08:14 +00:00
stevetruckstuff
f427409c19 Create a separate function to build the attachments array so that the same array can be given to printer-freindly views. 2006-10-17 22:16:29 +00:00
pdontthink
539f8b5947 New static plugin hook registration has now been implemented. Looks to work with a handful of plugins, but keep your eyes out and TEST! Seems like this will be a winner. Everyone needs to run conf.pl once and just type 's' to save after updating their CVS trees. 2006-10-13 17:29:53 +00:00
stevetruckstuff
5d57ba360d Template themes are now directories, not individual stylesheets. 2006-10-13 14:41:25 +00:00
Alexandros Vellis
87de455476 The search expression for the LDAP Addressbook backend has been made configurable via search_expression variable / configuration option. Also a few clarifications and more userfriendly text in comments about the filter and search_expression options. The search_expression is a printf-style string, and some more checks/sanitization have been implemented because of it. 2006-10-11 10:49:36 +00:00
Alexandros Vellis
49c78a9b56 NAMESPACE support in IMAP backend. Also a whitespace fix. 2006-10-10 12:48:44 +00:00
stekkel
f68cdb3fbc stops double encoding of &. & became & 2006-10-09 22:11:56 +00:00
stevetruckstuff
bb268c7629 Use paths for user/template themes rather than u_ and t_ prefixes. 2006-10-09 20:56:38 +00:00
stevetruckstuff
20e71360d8 <span> tags end with </span>, not </style> stupid! 2006-10-09 19:50:13 +00:00
Alexandros Vellis
2b54ac2f41 Support for authz authorization identity in the IMAP backend. 2006-10-09 11:38:32 +00:00
stevetruckstuff
e08c7d6bad 1) Make translateText use styles instead of $color
2) Templatization of formatAttachments()
3) Comment in magicHTML()
2006-10-06 22:02:52 +00:00
stevetruckstuff
4407fd181c Add a few more vars to image handler for later user with templates. 2006-10-06 19:59:55 +00:00
stevetruckstuff
34d254fdd8 create separate vars for download link and unsafe image toggle for later use with templates. 2006-10-05 22:00:07 +00:00
stevetruckstuff
fb82ed55b8 Make sure generated links use &amp; instead of & between GET vars. 2006-10-05 15:24:20 +00:00
stekkel
01181a5333 Fix for bug #1562271
* OK [PARSE] Unexpected characters at end of address: {SET:debug=51}
Triggered literal fetching from the imap stream whil {SET:debug=51} is not
an integer and not meant as literal.
2006-10-04 19:25:25 +00:00
stevetruckstuff
fdf2e1dba5 Add / before default.css in user themes in case it is not in the path for some reason. 2006-10-04 19:12:09 +00:00
stevetruckstuff
441608ef28 Add support for tempalte-provided themes. 2006-10-03 15:30:53 +00:00
stevetruckstuff
318b324085 Correct handling of default user themes. 2006-10-02 20:17:32 +00:00
stevetruckstuff
cd78ffd151 $theme_css is no longer supported. 2006-10-02 16:36:30 +00:00
stevetruckstuff
f19a624375 Additional comments re user-provided stylesheets 2006-10-02 16:26:37 +00:00
pdontthink
bf69c58369 Just adding some comments 2006-10-02 12:04:54 +00:00
pdontthink
443aa4fe0f list_files can handle dirs now, etc 2006-10-02 11:50:49 +00:00
stekkel
628caa9264 sqBodywrap was extreme slow on large messages. The reason for that were the
amount of calls to sq_strpos and sq_substr. Those functions did expensive
in_array calls and a few other things that only need to be done once. By
using static vars I cached the results with as result my compose screen
opens within a second again instead of 10 seconds.
2006-09-30 16:24:00 +00:00
stevetruckstuff
ab9c937a8a Add support for user-provided alternate stylesheets 2006-09-30 10:38:34 +00:00
tokul
4c334d0ae1 ignore msg copy errors when messages are deleted. Most common error is related
to quota issues. Updated function tries to copy message to trash and then tags
it as deleted. If we can store message in trash, message is stored. If we can't,
trash folder is bypassed.

added version information to two configuration variables
2006-09-30 09:49:08 +00:00
stevetruckstuff
7b61cc8f70 list_files does not work correctly if not extension is given. 2006-09-30 09:25:09 +00:00
tokul
19717a573c block uw mailbox abuse in imap select command instead of applying same
code in all scripts that get $mailbox from GET or POST.

don't check imap_server_type, because interface can be used with different
type setting.

display error message instead of silently overriding $mailbox. (#1557078)
2006-09-30 07:38:03 +00:00
tokul
22701975cb don't leave old code and DO check filters plugin when reporter informs about
the way to reproduce issue.
2006-09-30 07:09:09 +00:00
stevetruckstuff
60769f3bd8 Additional safety check 2006-09-29 21:45:29 +00:00
stevetruckstuff
84409d4ca3 Add documentation re CSS, and clean up some what. 2006-09-29 20:58:11 +00:00
stevetruckstuff
c07ef7308d Apply correct stylesheets for RTL languages 2006-09-29 20:22:47 +00:00
pdontthink
8fde45ca15 Should be a better fix so this hook now works with plugins that have been using it the old way too 2006-09-29 18:20:56 +00:00
pdontthink
5f9e8ffb19 New hook type that I am very excited about; should address a kind of plugin stacking that we should have had long ago 2006-09-28 14:30:45 +00:00
pdontthink
7fb385ed0a Moving sm_print_r back to globals.php; tired of it not being available when developing - that's what it's for, more than being available for actual code use as a string function in a file that's not included high enough. Also new directory parsing fxn. 2006-09-28 14:17:15 +00:00
pdontthink
7d7a47874f Hopefully more of what is in the util files in the templates directory can be moved here 2006-09-28 14:11:32 +00:00
pdontthink
2bcb33e722 displayHtmlHeader uses template, no more direct echoing; also restructure how style links are sent out 2006-09-28 14:04:53 +00:00
pdontthink
e8d71c9b08 Reverting other changes that snuck in. These need to wait for a bit until other files are ready to commit. Sorry for the noise. 2006-09-24 19:05:28 +00:00
pdontthink
b597f8569a Reverting ampersand encoding. Glad I'm not going crazy after all. Thanks Tomas. 2006-09-24 19:00:19 +00:00
pdontthink
5a536ed09c Correct me if I'm wrong (because oddly, this seemed to be working previously for me), but ampersands do not need to be encoded in links like this. 2006-09-24 18:04:29 +00:00
pdontthink
4bd8d42edf Fix broken legacy use of concat_hook_function. Now you can log in again. 2006-09-22 09:42:04 +00:00