Path to this page:
./
mail/roundcube-plugin-carddav,
CardDAV adapter for Roundcube
Branch: CURRENT,
Version: 4.4.3,
Package name: php74-roundcube-plugin-carddav-4.4.3,
Maintainer: triaxxThis is a plugin for the Roundcube webmailer to access CardDAV servers like
owncloud, davical, a Google addressbook or a davmail server.
RCMCardDAV supports autodiscovery of your addressbook url via .well-known URLs
so you can just point it to your servers base url.
Required to run:[
mail/roundcube]
Master sites:
Filesize: 630.214 KB
Version history: (Expand)
- (2022-09-29) Updated to version: php74-roundcube-plugin-carddav-4.4.3
- (2022-07-11) Updated to version: php74-roundcube-plugin-carddav-4.4.2
- (2021-12-29) Updated to version: php74-roundcube-plugin-carddav-4.2.0
- (2021-05-18) Updated to version: php74-roundcube-plugin-carddav-4.1.1
- (2021-05-14) Updated to version: php74-roundcube-plugin-carddav-4.0.4nb1
- (2021-03-11) Updated to version: php73-roundcube-plugin-carddav-4.0.4nb1
CVS history: (Expand)
2022-09-29 19:55:49 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (4) |
Log message:
roundcube-plugin-carddav: Update to 4.4.3
pkgsrc changes:
---------------
* Remove use of composer.
upstream changes:
-----------------
* Properly set and interpret TYPE parameters, especially for TEL (Fixes #390)
* RCMCardDAV now sets the PRODID property when it creates or modifies a vcard
|
2022-07-13 19:55:19 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1) |
Log message:
roundcube-plugin-carddav: Mark this package incompatible with PHP 5.6
|
2022-07-11 11:59:06 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (4) |
Log message:
commit.msg
|
2022-01-09 00:01:30 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(mail/roundcube-plugin-carddav) regen distinfo
|
2021-12-29 07:05:19 by Takahiro Kambe | Files touched by this commit (16) |
Log message:
Retire of php73, PHP 7.3.x.
|
2021-10-26 12:54:34 by Nia Alarie | Files touched by this commit (356) |
Log message:
mail: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles were unfetchable (possibly fetched
conditionally?):
./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
|
2021-10-07 16:25:52 by Nia Alarie | Files touched by this commit (357) |
Log message:
mail: Remove SHA1 hashes for distfiles
|
2021-05-18 09:13:26 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (5) | |
Log message:
rouncube-plugin-carddarv: Update to 4.1.1
pkgsrc changes:
---------------
* Change HOMEPAGE since the development lead is now on Github.
* Add a composer.lock file to avoid PLIST breaking each time a dependency
is updated.
upstream changes:
-----------------
Version 4.1.1 (to 4.1.0)
o Fix: A fatal error would be raised when a password could not be decrypted,
only on photo download. This would not be notable to the user (except for
the photo not being displayed), but show up in the logs.
o Fix #339: Allow adding public/shared addressbooks by giving full URL.
Discovery is still used if the given URL does not point to an addressbook
directly, or points to an addressbook inside the user's addressbook home.
Version 4.1.0 (to 4.0.4)
o Fix: Prefer labels from X-ABLabel extension if available over standard
labels
o Fix #317: Support specification of department with empty organization
o Support several levels of departments separated by semicolon that end up as
structured value in the VCard
o Fix #318: Some attributes (e.g. gender) could not be deleted when updating
a contact
o Fix #53: Only create displayname when not present in VCard / not provided
by roundcube
o Fix #325: Roundcube setting for contact sorting field was not used
o Fix #279: More specific error message when syntactically wrong URL is
entered for new addressbook
o Fix #328: Contact search with MySQL might not have returned all results
o Fix #332: When adding a new contact via "add to addressbook" from mail
view, the email address was missing in the new card
o New: Download externally referenced photos on demand, drastically speeding
up sync with when photos are stored separately from the VCard (e.g.
iCloud). For details see #247.
o New: Support for instant messaging data fields and maiden name (resolves
#46). Interoperability with other CardDAV clients suffers some caveats, but
I tried my best to achieve maximum possible interoperability. See IMPP.md
for the gory details.
o Removed a workaround that appears to be needed in the part to provide
address data to the calendar plugin. It seems this is no longer the case
for current versions of calendar.
|