Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VCardRawWriter: Conditionally allow invalid groups. #3

Closed
wants to merge 1 commit into from

Commits on Mar 8, 2016

  1. VCardRawWriter: Be more permissive about group names.

    Something (possibly Busy Contacts) added the following properties to an
    iCloud vcard, which iCloud happily accepts, and EZ-VCard actually
    parses:
    ```
    COM \NWWW.COLPATRIA.COM <HTTP://www.colpatria.com>\n
    COM\NWWW.COLPATRIA.COM <HTTP://www.colpatria.com>\n\n\n\n
    ```
    
    This extends the `propertyValidationEnabled` option to also disable
    validation of group names, on the assumption that if something got into
    iCloud or some other service, that service also will accept the same
    thing back. (And if we were able to parse it, it obviously doesn't break
    the syntax outright.)
    AltSysrq committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    46fb5e8 View commit details
    Browse the repository at this point in the history