Commit Graph

592 Commits (eaacbec63100fa8094189273e5c8e56571b0f976)

Author SHA1 Message Date
alecpl ac9927c1ff - check identities_level when creating identities for new user 17 years ago
alecpl bac3565695 - Fix read/write database recognition (#1485811) 17 years ago
thomascube 3db528bd5c Use compressed version of jQuery.js 17 years ago
alecpl fa1a15c01e - #1485809: use local copy of jQuery lib (1.3.2) 17 years ago
thomascube cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 17 years ago
alecpl 8b961eef04 - use extension_loaded() instead of get_loaded_extensions() 17 years ago
alecpl f86e8f5faa - Support STARTTLS in IMAP connection (#1485284) 17 years ago
alecpl 942069969c - Support several e-mail addresses per user from virtuser_file (#1485678)
- return NULL from rcube_user::email2user if user not found (#1485801)
17 years ago
alecpl 7145e009e4 - Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
- Fix double footer in HTML message with embedded images
17 years ago
thomascube c9a2fa9db0 Fix charset conversion error logging 17 years ago
till c762c07ce9 * autoload is only invoked when a class is not found - no need for include_once 17 years ago
alecpl abb7450380 - use US-ASCII as failover also for SORT command (when used for searching) 17 years ago
alecpl ec74645d46 - Use US-ASCII as failover when Unicode searching fails (#1485762)
only US-ASCII is a must-have charset from IMAP's RFC
17 years ago
thomascube 11526305f5 Revert r2322; this is done in rcmail_html4inline() and now secured + fix tests 17 years ago
alecpl 65d7108190 - Support 'UNICODE-1-1-UTF-7' alias for UTF-7 encoding (#1485758) 17 years ago
thomascube ae8a602167 Don't return empty string when UTF-7 decoding fails + cleanup codestyle 17 years ago
thomascube 0ea569c29f Fix mime-type detection using a hard-coded map (#1485311) 17 years ago
alecpl 0ff63513c2 #1485741: fix installer after some last changes 17 years ago
alecpl 19d1b28c56 - Fix replying to message with html attachment (#1485676) 17 years ago
alecpl 050410f560 - Fix multiple recipients input parsing (#1485733)
- added shared rcube_explode_quoted_string() function
17 years ago
alecpl 33875df40b - Support non-standard "GMT-XXXX" literal in date header (#1485729) 17 years ago
alecpl 5e68157c56 - Pass static method as array to preg_replace_callback (#1485689) 17 years ago
thomascube 21b160f38c Added TNEF support to decode MS Outlook (winmail.dat) attachments 17 years ago
alecpl 6e047cff29 - performance fix: don't fetch attachment headers twice when parse filename cont. values 17 years ago
alecpl 9b4aaa79d3 - Fix displaying of alternative-inside-alternative messages (#1485713) 17 years ago
alecpl 5c771cb25e - Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706) 17 years ago
alecpl 3866fd4681 - Fix large search results in non-default_imap_folders when imap_root is set (#1485703) 17 years ago
alecpl 0d57de907f - Fix large search results on server without SORT capability (#1485668) 17 years ago
alecpl bc39ad2a22 - fix r2251 17 years ago
thomascube aa055c931a Get rid of vulnerable preg_replace eval and create_function (#1485686) + correctly handle base and link tags in html messages 17 years ago
alecpl 4f27148d40 #1485693: fix for addresses without angle brackets 17 years ago
alecpl 478c7c63d8 - Secure vcard export by getting rid of preg's 'e' modifier use (#1485689) 17 years ago
alecpl b7c1685b2d #1484467: fix problems with backslash as imap hierarchy delimiter 17 years ago
till cbbef379a5 * bumping up copyright (happy new year ;-)) 17 years ago
alecpl c58c0aedba - Fix address names with '@' sign handling (#1485654) 17 years ago
alecpl 9c5bee69d7 - Fix SQL query execution errors handling in rcube_mdb2 class (#1485509) 17 years ago
alecpl 7a229b9e33 - Improve messages display performance 17 years ago
svncommit 6710a63617 Add required parameters to raise_error() calls. 17 years ago
till b99bf45479 * fixing notice, moved error_reporting one up, added @todo 17 years ago
alecpl 17060ee10b #1485648: fix multiple identities from virtuser_query all set to default 17 years ago
alecpl 922c2d923a - fix imap::set_options() 17 years ago
thomascube 230f944bf6 Allow empty strings for imap_root config parameter (was changed in r2143) to remain backward compatible but cache imap root and delimiter in session 17 years ago
thomascube 1608f43282 Secure bin scripts by requiring a valid session and replace preg_replace(/../e) with preg_replace_callback 17 years ago
thomascube 35c31ed638 Group settings boxes together in floating blocks for better layout 17 years ago
thomascube b9f9f185e7 Simplify code 17 years ago
alecpl 77e2322271 #1485549: fix mb_convert_encoding() issue 17 years ago
alecpl dea237e2d7 #1485299: don't use SMTP's debug option 17 years ago
alecpl 2b5c123aad #1485622: fix rcube_imap::message_index() to return always messages IDs 17 years ago
alecpl 8f79fbabdc - added strtoupper() wrapper 17 years ago
alecpl 030c848b0d - Performance: allow setting imap rootdir and delimiter before connect (#1485172) 17 years ago