Parser blows up on PHOTO tags
Status: Beta
Brought to you by:
duponchel
Address book vCard files ala OS X often have PHOTO;
BASE64: tags with a picture folded in. vCard4j is not
prepared for these to exist within a vCard.
Here is a patch to allow the parser to work, and simply
ignore the photo data and go to the next element. The
bigger fix would be to also have a type for PHOTO, but
but parsing of this special case requires a change to
the nextLine function in the DomParser.java
patch for 1.1.3 PHOTO bug