Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vCard continuation lines ignored #38

@andy-bower

Description

@andy-bower

A vCard line may be 'folded' across multiple continuation lines by inserting CRLF WSP (in the syntax of RFC6350). If this sequence features in a vCard retrieved by mcds, only data from the first line is used. This is likely to be relevant when postal addresses are retrieved on the command line for convenience, e.g.:

BEGIN:VCARD
VERSION:3.0
PRODID:-//Sabre//Sabre VObject 4.5.4//EN
UID:95d439db-4c43-47d3-99d8-ca286c61a2aa
FN:Test Contact
ADR;TYPE=HOME:A very long address;Requiring multiple continuation lines;Tak
 ing several lines and;In a very very big city somewhere;in a huge ginormou
 s province;DSFH324324HFDSH 43432;of the land over the water\, up in the sk
 y and millions of light years away
END:VCARD

Regex for query term: ^FN([A-Za-z;=])*:(.*test.*)
Regex for search term: ADR(.*):(.*)
A very long address;Requiring multiple continuation lines;Tak	Test Contact

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions