Skip to content

Instantly share code, notes, and snippets.

@mabe-at
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mabe-at/d46b3f89263f041f1934 to your computer and use it in GitHub Desktop.
Save mabe-at/d46b3f89263f041f1934 to your computer and use it in GitHub Desktop.
MozContact properties as comment for quick insertion into code
/**
* MozContact.additionalName string array
* MozContact.adr AddressField object array
* type string ("home", "work", ...)
* pref bool
* streetAddress string
* locality string (city)
* region string
* postalCode string
* countryName string
* MozContact.anniversary date
* MozContact.bday date
* MozContact.category string array
* MozContact.email ContactField object array
* type string ("home", "work", ...)
* pref bool
* value string (email)
* MozContact.familyName string array
* MozContact.genderIdentity string
* MozContact.givenName string array
* MozContact.honorificPrefix string array
* MozContact.honorificSuffix string array
* MozContact.id string ro
* MozContact.impp ContactField object array
* type string ("home", "work", ...)
* pref bool
* value string (impp address)
* MozContact.jobTitle string array
* MozContact.key string array (e.g. pgp-public-key)
* MozContact.name string array (vcard fn)
* MozContact.nickname string array
* MozContact.note string array
* MozContact.org string array
* MozContact.photo blob array
* MozContact.published date ro
* MozContact.sex string
* MozContact.tel TelField object array
* type string ("home", "work", ...)
* pref bool
* value string (phone number)
* carrier string (?)
* MozContact.updated date ro
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment