16 lines
No EOL
504 B
Markdown
16 lines
No EOL
504 B
Markdown
# Roundcube-export-contacts
|
|
|
|
Script to export Roundcube user's address book from command line in vCard format.
|
|
|
|
## Installation
|
|
Put *export-contacts.sh* file in *bin* directory in the web root directory of your Roundcube instance and make it executable (if not).
|
|
|
|
## Usage
|
|
```
|
|
Usage: export-contact.sh -u username -m mailhost.fqdn
|
|
-u / --user User name
|
|
-m / --mailhost Mailhost (optional)
|
|
-o / --output Output file
|
|
-v / --verbose Enable verbose mode
|
|
-d / --debug Enable debug mode
|
|
``` |