Commit Graph

2657 Commits

Author SHA1 Message Date
alecpl
78cdeba1a8 - last commit fix 2009-05-10 09:01:18 +00:00
alecpl
91ec0a0559 - speed up remove_message_cache() by using message uid instead of idx 2009-05-10 08:59:39 +00:00
alecpl
26d857447f - Fix session handling on non-session SQL query error (#1485734) 2009-05-09 20:07:10 +00:00
alecpl
ae1df26948 - fix \Seen flag setting with enable_caching=true (#1485843) 2009-05-09 16:35:20 +00:00
alecpl
23a2eec4d5 - ereg -> preg 2009-05-04 08:31:55 +00:00
alecpl
50d515a7d6 - some hints to use sqlite db (#1485821) 2009-05-02 20:11:45 +00:00
alecpl
aeed58d5af - Use UID STORE/COPY commands 2009-05-02 19:19:39 +00:00
thomascube
69f18a09ae Add plugin hooks for creating/saving/deleting identities and contacts 2009-05-01 19:04:26 +00:00
thomascube
762a699dc7 Hard-wrap message headers according to RFC 2009-05-01 17:58:12 +00:00
alecpl
b20bca7df2 - Fix fatal error after last commit in rcube_imap (#1485825) 2009-04-28 19:30:03 +00:00
thomascube
5c2d6e3555 Fix adding labels from plugins 2009-04-26 17:02:13 +00:00
thomascube
1c932d58b5 Allow plugins to define their own tasks + add 'domain' parameter for rcube_template::button() 2009-04-26 16:33:22 +00:00
alecpl
d4d1a2505d - Fix attachment names encoding when charset isn't specified in attachment part (#1484969):
assume that the message charset or charset of the first part is better for attachment names
  than detected by roundcube
2009-04-25 18:38:59 +00:00
alecpl
76db10d65d - fix setting empty string in imap_root 2009-04-24 12:54:25 +00:00
alecpl
0ad27c3840 - Added log_date_format option (#1485709) 2009-04-23 18:12:42 +00:00
alecpl
ac9927c1ff - check identities_level when creating identities for new user 2009-04-22 06:43:03 +00:00
alecpl
bac3565695 - Fix read/write database recognition (#1485811) 2009-04-21 06:50:48 +00:00
thomascube
3db528bd5c Use compressed version of jQuery.js 2009-04-20 10:15:31 +00:00
alecpl
fa1a15c01e - #1485809: use local copy of jQuery lib (1.3.2) 2009-04-20 08:11:14 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00
alecpl
8b961eef04 - use extension_loaded() instead of get_loaded_extensions() 2009-04-14 08:03:39 +00:00
alecpl
f86e8f5faa - Support STARTTLS in IMAP connection (#1485284) 2009-04-14 07:35:12 +00:00
alecpl
942069969c - Support several e-mail addresses per user from virtuser_file (#1485678)
- return NULL from rcube_user::email2user if user not found (#1485801)
2009-04-10 09:26:56 +00:00
alecpl
7145e009e4 - Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
- Fix double footer in HTML message with embedded images
2009-03-30 18:04:18 +00:00
thomascube
c9a2fa9db0 Fix charset conversion error logging 2009-03-11 21:43:18 +00:00
till
c762c07ce9 * autoload is only invoked when a class is not found - no need for include_once 2009-03-09 21:40:01 +00:00
alecpl
abb7450380 - use US-ASCII as failover also for SORT command (when used for searching) 2009-03-06 20:58:32 +00:00
alecpl
ec74645d46 - Use US-ASCII as failover when Unicode searching fails (#1485762)
only US-ASCII is a must-have charset from IMAP's RFC
2009-03-06 20:52:21 +00:00
thomascube
11526305f5 Revert r2322; this is done in rcmail_html4inline() and now secured + fix tests 2009-03-02 17:34:18 +00:00
alecpl
65d7108190 - Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758) 2009-03-01 08:14:14 +00:00
thomascube
ae8a602167 Don't return empty string when UTF-7 decoding fails + cleanup codestyle 2009-02-27 10:44:17 +00:00
thomascube
0ea569c29f Fix mime-type detection using a hard-coded map (#1485311) 2009-02-27 10:18:18 +00:00
alecpl
0ff63513c2 #1485741: fix installer after some last changes 2009-02-21 18:57:47 +00:00
alecpl
19d1b28c56 - Fix replying to message with html attachment (#1485676) 2009-02-13 18:44:03 +00:00
alecpl
050410f560 - Fix multiple recipients input parsing (#1485733)
- added shared rcube_explode_quoted_string() function
2009-02-13 10:44:49 +00:00
alecpl
33875df40b - Support non-standard "GMT-XXXX" literal in date header (#1485729) 2009-02-11 13:38:38 +00:00
alecpl
5e68157c56 - Pass static method as array to preg_replace_callback (#1485689) 2009-02-09 07:39:01 +00:00
thomascube
21b160f38c Added TNEF support to decode MS Outlook (winmail.dat) attachments 2009-02-08 20:38:54 +00:00
alecpl
6e047cff29 - performance fix: don't fetch attachment headers twice when parse filename cont. values 2009-02-04 11:16:17 +00:00
alecpl
9b4aaa79d3 - Fix displaying of alternative-inside-alternative messages (#1485713) 2009-02-03 07:40:26 +00:00
alecpl
5c771cb25e - Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706) 2009-01-28 10:52:02 +00:00
alecpl
3866fd4681 - Fix large search results in non-default_imap_folders when imap_root is set (#1485703) 2009-01-27 07:31:14 +00:00
alecpl
0d57de907f - Fix large search results on server without SORT capability (#1485668) 2009-01-23 19:09:57 +00:00
alecpl
bc39ad2a22 - fix r2251 2009-01-22 14:49:50 +00:00
thomascube
aa055c931a Get rid of vulnerable preg_replace eval and create_function (#1485686) + correctly handle base and link tags in html messages 2009-01-22 14:47:23 +00:00
alecpl
4f27148d40 #1485693: fix for addresses without angle brackets 2009-01-22 14:43:39 +00:00
alecpl
478c7c63d8 - Secure vcard export by getting rid of preg's 'e' modifier use (#1485689) 2009-01-19 08:18:10 +00:00
alecpl
b7c1685b2d #1484467: fix problems with backslash as imap hierarchy delimiter 2009-01-18 10:58:32 +00:00
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
alecpl
c58c0aedba - Fix address names with '@' sign handling (#1485654) 2009-01-16 19:32:58 +00:00