Commit Graph

43 Commits

Author SHA1 Message Date
thomascube
7fe3811c65 Changed license to GNU GPLv3+ with exceptions for skins and plugins 2012-01-18 11:10:46 +00:00
thomascube
4c4fe693d7 Fix wrong vCard type parameter mobile (#1488067) 2011-09-05 07:40:18 +00:00
thomascube
31e00cb7e9 Fix vCard WORKFAX issue (#1488046) 2011-09-05 07:28:32 +00:00
alecpl
359e19a19d - Fix EOL character in vCard exports (#1487873) 2011-08-03 10:40:29 +00:00
alecpl
4d4a2fa32e - Added possibility to extend rcube_vcard's fieldmap
- Skip empty values in vCard export
2011-08-03 09:20:52 +00:00
alecpl
46285d4b56 - Support department field as X-DEPARTMENT 2011-08-02 10:09:26 +00:00
thomascube
e7b6e907c5 Add support for X-AB-EDIT field upon user request 2011-05-23 14:22:32 +00:00
thomascube
000fe38c71 Flip field type aliases (#1487910) 2011-05-18 14:06:31 +00:00
thomascube
4e3ec4eca8 Fix vcard value decoding; add setter for individual vcard fields 2011-05-18 10:15:12 +00:00
thomascube
6b19999841 Correctly handle empty contact names when importing 2011-05-13 18:08:37 +00:00
thomascube
e848180aaa Improve display name composition when saving contacts (#1487143), with plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export 2011-05-12 20:18:19 +00:00
alecpl
99fc468d40 - Fix quoting special characters, small optimizations 2011-04-22 08:03:40 +00:00
thomascube
58510fc58f Use CRLF + 1 space for folding 2011-04-15 15:34:05 +00:00
thomascube
569f8306db Fix vcard folding at 75 chars; don't fold vcards for internal storage 2011-04-15 15:26:16 +00:00
alecpl
5c4c06665c - Fixed vcard folding: use one space, use mb_regex_encoding() (#1487868) 2011-04-14 12:46:09 +00:00
alecpl
ae1db2239e - mbstring internal encoding is set in iniset.php 2011-04-14 08:30:37 +00:00
thomascube
bf80b5a237 Fix vcard folding with uncode characters (#1487868) 2011-04-14 08:16:49 +00:00
thomascube
0fbadebe13 Improve vcard import: map more fields, support photo urls, better UTF-16 charset detection 2011-02-27 13:30:34 +00:00
thomascube
3e2637351d Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\! 2011-02-14 20:46:48 +00:00
thomascube
e9aa8c6d30 Improve parsing of vCards exported by MS Outlook (#1487716) 2011-01-22 14:00:22 +00:00
thomascube
0501b637a3 Merge branch devel-addressbook (r4193:4382) back into trunk 2011-01-18 18:00:57 +00:00
thomascube
f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 2011-01-12 18:25:02 +00:00
thomascube
6bdb6102c0 Do charset detection in vcards with encoded values (#1485542) 2011-01-04 22:00:35 +00:00
alecpl
928bcaedc0 - Fix handling of Thunderbird's vCards (#1487024) 2010-10-01 08:08:05 +00:00
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
alecpl
c56f1f5046 - Support vCards without or with an empty FN 2010-08-04 08:15:17 +00:00
thomascube
5570ad60b4 Improved charset detection in vcard import + added unit tests for it 2010-01-26 07:19:56 +00:00
alecpl
1d786c86bf - fixed svn keywords 2010-01-18 19:05:11 +00:00
alecpl
a9bfe21ba6 - Fix importing/sending to email address with whitespace (#1486214) 2009-10-12 09:44:04 +00:00
alecpl
93af155f64 - Fix import of vCard entries with params (#1485453) 2009-07-20 11:09:02 +00:00
alecpl
23a2eec4d5 - ereg -> preg 2009-05-04 08:31:55 +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
5e68157c56 - Pass static method as array to preg_replace_callback (#1485689) 2009-02-09 07:39:01 +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
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
thomascube
ae9124d3a9 Add fallback to default_charset when importing vcards 2008-11-23 15:00:13 +00:00
thomascube
6fa87f3fa5 Improve charset encoding + remove BOM before parsing vcards 2008-11-12 22:36:09 +00:00
thomascube
f45a174ae5 Killed some whitespace 2008-10-21 09:43:21 +00:00
thomascube
b58f118415 Improve vcard import (#1485502); try utf-8 first in charset detection 2008-10-21 09:41:32 +00:00
alecpl
abdc5898b6 - Add support for SJIS, GB2312, BIG5 in rc_detect_encoding()
- Fix vCard file encoding detection for non-UTF-8 strings (#1485410)
2008-10-03 08:05:59 +00:00
thomascube
bb8781c6d7 Improve vcard decoding and import step 2008-09-25 13:51:24 +00:00
thomascube
0dbac32181 Enable export of contacts as vCard + DRY 2008-09-04 18:20:27 +00:00
thomascube
ed132eddea New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation 2008-09-02 17:22:00 +00:00