Hi Jaakko, > TODO | 11 +++++++++++ > 1 files changed, 11 insertions(+), 0 deletions(-) > > diff --git a/TODO b/TODO > index bf2305b..9dcb43f 100644 > --- a/TODO > +++ b/TODO > @@ -496,3 +496,14 @@ Miscellaneous > > Priority: Low > Complexity: C4 > + > +- Enable exporting contact information from vCard data to SM and ME stores. > + Need to implement a robust vCard parser that can extract at least the > + fields supported by the existing phonebook module. Functionality should > + be analoguous to existing import functionality.
and you will not be able to write a robust vCard parser that we can safely run as root or with any kind of ofonod privileges. It is just way too risky from a security point of view. To support this feature then first we need to convert the current feature into returning a dict. And then have this feature using a dict as input. Regards Marcel _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
