Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

evolution-addressbook-export(1) [sunos man page]

evolution-addressbook-export(1) 				   User Commands				   evolution-addressbook-export(1)

NAME
evolution-addressbook-export - export local address book from Ximian Evolution, Sun Microsystems Edition SYNOPSIS
evolution-addressbook-export [--async] [--format=[vcard|csv]] [--help] [--list-addressbook-folders] [--output=output-file] [--size=number] [--usage] [--version] DESCRIPTION
Export the local address book to a file. OPTIONS
The following options are supported: --async Export in asynchronous mode. You can also use -a to specify this option. --format=[vcard|csv] Specify the export format: virtual card (vcard) or comma-separated value (csv). --help Display help text. You can also use -? to specify this option. --list-addressbook-foldeList the local address-book folders. You can also use -l to specify this option. --output=output-file Specify the name of the output file to store the exported information. If no output file is specified, the exported information is sent to standard output. --size=number Specify the number of cards in one output file in asychronous mode. The default value is 100. --usage Display brief usage text. --version Display version information. EXAMPLES
Example 1: Exporting Local Address Book in Asynchronous Mode and Vcard Format to contacts.vcf example% evolution-addressbook-export -a --format=vcard --output=contacts.vcf EXIT STATUS
The following exit values are returned: 0 Application exited successfully 1 Application exited with failure FILES
The following files are used by this application: /usr/bin/evolution-addressbook-export Executable to export Evolution local address book $HOME/evolution Per-user configuration files and local storage for Evolution $HOME/evolution/mail/account/folders Temporary files for Evolution mail $HOME/evolution/sunone/account/folders Temporary files for Evolution Sun ONE account ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |SPARC | +-----------------------------+-----------------------------+ |Availability |SUNWevo | +-----------------------------+-----------------------------+ |CSI |Enabled | +-----------------------------+-----------------------------+ |Interface stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT safe with Exceptions | +-----------------------------+-----------------------------+ SEE ALSO
Ximian Evolution Sun Microsystems Edition User Guide evolution(1), evolution-address-import(1) NOTES
Written by Steven Zhang, Sun Microsystems Inc., 2004. SunOS 5.10 15 Apr 2004 evolution-addressbook-export(1)

Check Out this Related Man Page

libebook-1.2(3) 						   User Commands						   libebook-1.2(3)

NAME
libebook-1.2, libedata-book-1.2 - addressbook library, backend library for Evolution addressbook DESCRIPTION
libebook-1.2 provides classes for client interactions. It relies on the classes in libedata-book which runs in an instance of Evolution Data Server to provide the data. libedata-book-1.2 provides classes for backend implementation. Writing an address book backend for the Evolution Data Server involves extending the EBookBackend class and implementing its virtual methods. Backends that require network communication generally extend the EBookBackend class. This class makes sure the backend return the results of its operations asynchronously. Other backends, including the file and vcf ones, extend EBookBackendSync, which is derived from EBookBackend and provides wrappers around its virtual functions to facil- itate backend implementation when network performance is not of concern. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWevolution | +-----------------------------+-----------------------------+ |Interface stability |Private | +-----------------------------+-----------------------------+ SEE ALSO
evolution(1), libecal(3), libedataserver(3), attributes(5), gnome-interfaces(5) NOTES
Sun does not guarantee the stability of these interfaces and does not recommend their use. API documentation for these interfaces is pro- vided by the Evolution free software community for those who wish to develop using these interfaces. However, you can visit the following URL for more information: http://www.gnome.org/projects/evolution/developer-doc/libebook/EBook.html Written by Nancy Cai, Sun Microsystems Inc., 2006. SunOS 5.11 11 Oct 2006 libebook-1.2(3)
Man Page