-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
feat: Parsing vCards for contacts sharing #5482
Conversation
Can we use https://crates.io/crates/ical instead of rolling out our own parsing? It was tested a bit already and is maintained, see #5202 EDIT: I see, there is a comment in #5422 (comment) |
def137c
to
4e0fbff
Compare
18d131d
to
bf7f8c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (I can't approve my own PRs unfortunately, but consider it approved). There are some small TODOs in the code, but I'll write myself a note to care about them later (they can be resolved after we shipped the feature).
Other fields of `VcardContact` are named like in the DC code, let's do the same for `profile_image`. See `Contact::get_profile_image()` for the reference.
Also rename `test_android_contact_export` to `test_vcard_android` for uniformity with `test_thunderbird`.
bf7f8c5
to
f4af046
Compare
No description provided.