Commit Graph

4512 Commits

Author SHA1 Message Date
Thomas Bruederli
13dc9f2c86 Move rcmail_contact_key() to rcube_addressbook::compose_contact_key() 2013-01-25 14:15:12 +01:00
Thomas Bruederli
1730cf8d7b Load a default stylesheet (embed.css) from skin in plain html pages (e.g. attachment warnings and html messages) 2013-01-24 15:32:24 +01:00
Aleksander Machniak
6ff0c30f19 Fix login in case when default_host is an array with one element (#1488928) 2013-01-24 12:20:43 +01:00
Thomas Bruederli
e114a60406 Use LDAP fallback hosts on connect + bind because with OpenLDAP 2.x ldap_connect() always succeeds but ldap_bind() will fail if host isn't reachable.
Add option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT on PHP > 5.3.0)
2013-01-23 18:01:02 +01:00
Thomas Bruederli
293a5798af Use the right variable for IPv6 check 2013-01-23 17:58:09 +01:00
Aleksander Machniak
55a2e5eca1 Submit Addressbook advanced search form with Enter key (#1488568) 2013-01-23 11:50:30 +01:00
Aleksander Machniak
60753b05fa Support autofocus attribute on input elements 2013-01-22 12:50:10 +01:00
Aleksander Machniak
87a96809c7 Rtrim() quoted lines on conversion to flowed format (according to RFC2646) 2013-01-21 12:00:24 +01:00
Aleksander Machniak
7ebed11b05 More improvements to format=flowed handling + fix in wordwrap() used internally by format_flowed() 2013-01-21 11:56:06 +01:00
Aleksander Machniak
aabd628286 Improve format=flowed text unfolding, add test for signature separator handling 2013-01-21 11:55:57 +01:00
Thomas Bruederli
1ef4033b8d Also block remote images in HTML part view (#1488827) 2013-01-19 17:02:48 +01:00
Thomas Bruederli
7ae7cdf195 Don't rely on Subject header only 2013-01-18 21:49:51 +01:00
Thomas Bruederli
6d41d8fd4b Fix format=flowed unfolding on quoted lines; added tests for rcube_mime::format_flowed() and rcube_mime::unfold_flowed() 2013-01-18 21:26:18 +01:00
Aleksander Machniak
e24eba0fc5 DOn't use deprecated jQuery.browser, CS fixes (tabs to spaces) 2013-01-18 18:22:32 +01:00
Aleksander Machniak
61be822d62 Remove deprecated functions (from bc.php file) usage in plugins 2013-01-18 15:24:49 +01:00
Aleksander Machniak
4d7964d910 Improved folder path presentation in page title (use unified delimiter, localize path).
E.g. folder "INBOX.test" will be displayed as "Inbox >> test"
2013-01-18 13:24:52 +01:00
Aleksander Machniak
8e8f3b96b5 Fix export of selected contacts from search result (#1488905) 2013-01-17 18:47:01 +01:00
Aleksander Machniak
b5b76d2ccb Make sure mimetypes is an array not object in a better way 2013-01-15 18:18:11 +01:00
Thomas Bruederli
4f9edbd799 Select 8 KB of message part for headers (to make sure we get them all) 2013-01-14 21:41:02 +01:00
Aleksander Machniak
0b3b66ab12 Fix "Export selected" is inactive after contact delete (#1488906) 2013-01-11 19:01:43 +01:00
Thomas Bruederli
38b71e7879 Better check for 'real' links on shift/ctrl clicks 2013-01-11 15:30:43 +01:00
Thomas Bruederli
64afb530a2 Fix opener check in extwin (avoid JS errors in IE when opener is gone); always close extwin, even if opener isn't available anymore 2013-01-11 15:12:33 +01:00
Thomas Bruederli
9a6c38e148 New feature to export only selected contacts from addressbook (by Phil Weir) 2013-01-11 14:39:23 +01:00
Aleksander Machniak
c59ef9542a Support more Thunderbird CSV fields, added zh_TW localization for csv2vcard map (#1488901) 2013-01-11 09:02:45 +01:00
Thomas Bruederli
18e23ab763 Welcome to 2013 2013-01-09 17:50:51 +01:00
Thomas Bruederli
44e3bf1e2c Fix /this/ paths from plugin templates in extended skins 2013-01-09 16:23:44 +01:00
Aleksander Machniak
db6f54ec5f Reset $db_error_msg on query 2013-01-09 15:09:00 +01:00
Aleksander Machniak
f96593772c Force autocommit mode in mysql database driver (#1488902) 2013-01-09 08:48:28 +01:00
Aleksander Machniak
16915ee2ad Don't convert to link a text with < and > characters 2013-01-08 12:13:44 +01:00
Aleksander Machniak
acf851f823 Fix address fields import from CSV (#1488900) 2013-01-07 17:53:37 +01:00
Aleksander Machniak
b5767d94b1 Fix typo 2013-01-07 15:28:39 +01:00
Aleksander Machniak
3e3767138e Rename $date_types -> $date_cols 2013-01-07 15:26:02 +01:00
Aleksander Machniak
745d8697ba Fix quoted data handling in CSV files (#1488899) 2013-01-07 15:06:09 +01:00
Aleksander Machniak
83f7077ec9 Fix searching by date in address book (#1488888) 2013-01-07 14:21:25 +01:00
Aleksander Machniak
a5b8ef99d4 Improve charset detection by prioritizing charset according to user language (#1485669) 2013-01-06 13:10:50 +01:00
Aleksander Machniak
21106b3d1c Fix handling of escaped separator in vCard file (#1488896) 2013-01-05 20:16:06 +01:00
Aleksander Machniak
57ea837e69 Merge branch 'master' of github.com:roundcube/roundcubemail 2013-01-02 19:25:35 +01:00
Aleksander Machniak
232535f76e Add option to use envelope From address for MDN responses (#1488880) 2013-01-02 19:25:07 +01:00
Thomas Bruederli
de2009ec2c Pulled de_CH translations from Transifex (first test) 2013-01-02 19:23:11 +01:00
Thomas Bruederli
4fb36eb1a8 Upgrade PEAR:Mail_mime package to latest version 2013-01-02 19:15:41 +01:00
Aleksander Machniak
347ba311e6 Add possibility to search in message body only (#1488770) 2013-01-01 10:54:57 +01:00
Aleksander Machniak
cb0f030ae9 Support "multipart/relative" as an alias for "multipart/related" type (#1488886) 2012-12-30 13:09:52 +01:00
Thomas Bruederli
d9f180adf9 Minor IE7/8 fixes 2012-12-29 16:54:41 +01:00
Thomas Bruederli
49437c123a Add proper headers to localization template files 2012-12-29 15:13:24 +01:00
Thomas Bruederli
9151729d8e Simplify file headers because Transifex will use them in all generated language files 2012-12-29 14:52:18 +01:00
Aleksander Machniak
830fd2ecbb Display PGP/MIME signature attachments as "Digital Signature" (#1488570) 2012-12-28 15:33:48 +01:00
Aleksander Machniak
be72fb3597 Unified attachments filenames handling for message parts without a filename 2012-12-28 12:40:57 +01:00
Aleksander Machniak
8809a18284 Fix regression in handling of content frames (#1488884) 2012-12-27 14:58:06 +01:00
Aleksander Machniak
2b80d5dbf2 Workaround UW-IMAP bug where hierarchy separator is added to the shared folder name (#1488879) 2012-12-27 10:25:36 +01:00
Thomas Bruederli
8df1e6bee5 Added new West Frisian localization 2012-12-26 19:12:21 +01:00