roundcube-export-contacts/README.md

33 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2017-10-12 14:16:54 +02:00
# Roundcube-export-contacts
2017-10-12 14:06:49 +02:00
2017-10-12 14:16:54 +02:00
Script to export Roundcube user's address book from command line in vCard format.
2017-10-12 14:20:05 +02:00
## Installation
Put *export-contacts.sh* file in *bin* directory in the web root directory of your Roundcube instance and make it executable (if not).
2017-10-12 14:16:54 +02:00
## Usage
```
Usage: export-contact.sh -u username -m mailhost.fqdn
2019-01-24 20:23:50 +01:00
-u / --user User name
-m / --mailhost Mailhost (optional)
-o / --output Output file
-l / --last-login-on-duplicated Use last login user on duplicated
-a / --all-on-duplicated Retreive all user contacts on duplicated
-v / --verbose Enable verbose mode
-d / --debug Enable debug mode
```
Copyright
---------
Copyright (c) 2019 Benjamin Renard
License
-------
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more details.
You should have received a copy of the GNU General Public License version 3 along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.