Skip to content

chschommer/vCardWriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VCardWriter can "translate" a LDIF File  to a vCard

Export it as a .jar file and run it in a terminal.
You can also use VCardWriter.jar

Options:

VCardWriter[Type. LDIF or N] [input-File] [output-File-Name]


N-Type is a simple Type for Contacts. An Example:

Name: Doe
GivenName: John
Mail: [email protected]

Notes:
- If you're a german user, you can also use "Vorname:" instead of "GivenName:".
- Only tested with LDIF Files created by Mozilla Thunderbird
- Output File will be named to ~.vcf automatically 

Changelog:
- Added Test class for Testing
- Added experimental gui 
- Added VCardWriter_NOGUI.jar 
- Added VCardWriter_GUI.jar 

TODO:
- Refractoring
- Auto verify test .vCards

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages