Import and export user's address book from command line in vCard format
 
 
Aller au fichier
Vincent Adolphe f947ad24dd [enh] option pour ajouter les contacts dans le carnet du plugin "automatic_addressbook" 2019-05-17 11:30:51 +02:00
LICENSE Initial commit 2017-10-12 14:06:49 +02:00
README.md Update doc and usage in README.md 2018-10-23 19:19:17 +02:00
common.php [enh] option pour ajouter les contacts dans le carnet du plugin "automatic_addressbook" 2019-05-17 11:30:51 +02:00
export-contacts.sh Refactor the export and split files 2018-10-23 17:44:00 +02:00
import-contacts.sh [enh] option pour ajouter les contacts dans le carnet du plugin "automatic_addressbook" 2019-05-17 11:30:51 +02:00

README.md

roundcube-contacts-utils

Scripts to import and export Roundcube user's address book from command line in vCard format.

Installation

Clone this repository - or extract a tarball in a directory - at the web root of your Roundcube instance.

Usage

export-contacts.sh

Usage: export-contact.sh [options] username

Options:
    -h, --host=domain Mail host (optional, e.g. example.org)
    -o, --output=path Path to the output file
    -v, --verbose     Enable verbose mode
    -d, --debug       Enable debug mode

import-contacts.sh

Usage: import-contact.sh [options] username

Options:
    -h, --host=domain Mail host (optional, e.g. example.org)
    -i, --input=path  Path to the .vcf file
    -r, --replace     Replace existing contacts
    -v, --verbose     Enable verbose mode
    -d, --debug       Enable debug mode