Doesn't play well with google apps. It's taking the contacts from my regular gmail account and using my google apps account to send emails. Can't access google app contacts at all.
getGmailContacts() used by noun_type_contact doesn't handle quoted names.
Simple quoted values can be handled by changing the splitLine to:
var splitLine = line.split(/"([^"]*)",|([^,]+),/).filter(function(str){ return str.length != 0; });