Aleksander Machniak
|
ee6b5e9e58
|
Fix PHP 7.2 error: count(): Parameter must be an array or an object that implements Countable
|
7 years ago |
Aleksander Machniak
|
81f67a4de2
|
Don't use each() deprecated in PHP 7.2
|
8 years ago |
Aleksander Machniak
|
348ec70f12
|
Export vCard PHOTO with "ENCODING=b" (instead of "ENCODING=B") as specified in RFC2426
|
9 years ago |
Aleksander Machniak
|
7e3298753a
|
Use ternary operator where aplicable
|
9 years ago |
Thomas B.
|
cf69daf896
|
Merge pull request #288 from ThijsFeryn/fnnonempty
Emptying the display name when the display name is the main e-mail ad…
|
9 years ago |
ThijsFeryn
|
58f6f19505
|
Emptying the display name when the display name is the main e-mail address contradicts lines 731 till 734
|
9 years ago |
Aleksander Machniak
|
a958748947
|
CS fixes
|
10 years ago |
Aleksander Machniak
|
bd82526e41
|
Fix missing or not up-to-date CATEGORIES entry in vCard export (#1490277)
|
10 years ago |
Aleksander Machniak
|
9e4246d957
|
Code improvements and fixes (mostly unused variables and methods)
|
10 years ago |
Aleksander Machniak
|
fcb7d4fc03
|
Fix various iCloud vCard issues, added fallback for external photos (#1489993)
|
10 years ago |
Aleksander Machniak
|
b231c8f6ac
|
Fix images import from various vCard formats (#1489977)
|
10 years ago |
Thomas Bruederli
|
f0405b4bae
|
Accept broken vcards from Outlook that only supply ORG but not the required N or FN properties
|
11 years ago |
Aleksander Machniak
|
5983ee0f18
|
Fix categories/groups import from csv
|
11 years ago |
Aleksander Machniak
|
a649e0488a
|
Fix failing vCard import when email address field contains spaces (#1489386)
|
11 years ago |
Aleksander Machniak
|
99d59620e1
|
Join many preg_replace() calls into one
|
11 years ago |
Thomas Bruederli
|
52830ea605
|
Improve handling of date strings and DateTime values in contacts
|
11 years ago |
Thomas Bruederli
|
79367a5631
|
Save groups membership in VCard export (#1488509)
|
11 years ago |
Aleksander Machniak
|
428764bf34
|
Fix so exported vCard specifies encoding in v3-compatible format (#1489183)
|
12 years ago |
Aleksander Machniak
|
3725cfb245
|
Avoid uninitialized/unused variables
|
12 years ago |
Aleksander Machniak
|
c027ba7709
|
Fix bugs caught by static analysis
|
12 years ago |
Aleksander Machniak
|
3a0dc87856
|
Fix backslash character handling on vCard import (#1489085)
|
12 years ago |
Aleksander Machniak
|
38c1951266
|
Be less restrictive on vCard import, do not require FN when N exists
|
12 years ago |
Aleksander Machniak
|
1961146227
|
Make cleanup() method public
|
12 years ago |
Aleksander Machniak
|
21106b3d1c
|
Fix handling of escaped separator in vCard file (#1488896)
|
12 years ago |
Aleksander Machniak
|
8cacecb2ff
|
CS fixes
|
12 years ago |
Aleksander Machniak
|
d2534c63f2
|
Cleanup, remove file paths from doc
|
12 years ago |
Aleksander Machniak
|
a92beb6bdb
|
Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency
|
12 years ago |
Aleksander Machniak
|
922a1fb714
|
Add lost rcube_vcard.php file
|
12 years ago |