[PATCH] TODO: Add vCard export to SM/ME stores

2010-11-11 Thread Jaakko Kiviluoto
--- 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 M

RE: [PATCH] TODO: Add vCard export to SM/ME stores

2010-11-15 Thread Bastian, Waldo
Marcel wrote: > > 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 im

RE: [PATCH] TODO: Add vCard export to SM/ME stores

2010-11-15 Thread Marcel Holtmann
Hi Waldo, > > 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. > > Does this mean that support for writing to the phonebook is expected to > be added to the phonebook modem API as part of ofo

RE: [PATCH] TODO: Add vCard export to SM/ME stores

2010-11-21 Thread Kiviluoto, Jaakko J
> > > > 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. > > > > > > Is there already a specification/draft of the format of this dict? > If > > not, I would be tempted to use the 2

RE: [PATCH] TODO: Add vCard export to SM/ME stores

2010-11-21 Thread Marcel Holtmann
Hi Jaako, > > > Is there already a specification/draft of the format of this dict? If > > not, I would be tempted to use the 27.007 +CPBR/W field names as keys > > (e.g. index, number, type, text, adnumber, secondtext, sip_uri, etc.) > > > > there is not. So you need to propose one here. > > For

RE: [PATCH] TODO: Add vCard export to SM/ME stores

2010-11-22 Thread Kiviluoto, Jaakko J
> no index number. We will never use them. It is either the full > phonebook > at once or nothing. The write function has to empty out left over > entries. ... > Actually I prefer we use proper Dict field names. We never use anything > literally from the specifications in this area. So why start no

RE: [PATCH] TODO: Add vCard export to SM/ME stores

2010-11-22 Thread Marcel Holtmann
Hi Jaakko, > > no index number. We will never use them. It is either the full > > phonebook > > at once or nothing. The write function has to empty out left over > > entries. > ... > > Actually I prefer we use proper Dict field names. We never use anything > > literally from the specifications in

RE: [PATCH] TODO: Add vCard export to SM/ME stores

2010-11-23 Thread Kiviluoto, Jaakko J
> To be honest, the more and more I think about this, the more my > conclusion is to not support phonebook export. It is a bad idea. It is > highly complex and it is not a feature that will be used anyway. Ok, got it. Do you have any insight if MeeGo still wants this (http://bugs.meego.com/show_b

RE: [PATCH] TODO: Add vCard export to SM/ME stores

2010-11-23 Thread Marcel Holtmann
Hi Jaakko, > > To be honest, the more and more I think about this, the more my > > conclusion is to not support phonebook export. It is a bad idea. It is > > highly complex and it is not a feature that will be used anyway. > > Ok, got it. Do you have any insight if MeeGo still wants this > (http

Re: [PATCH] TODO: Add vCard export to SM/ME stores

2011-02-09 Thread Aki Niemi
Hi Marcel, 2010/11/23 Marcel Holtmann : >> So the aa{sv} parameter/return value would be of format: >> { >>   'name'    : string, >>   'group'   : string,   // optional, for eg. organization >>   'hidden'  : integer,  // boolean value: defaults to 0 >>   'numbers' : array of dict { >>     'number'

Re: [PATCH] TODO: Add vCard export to SM/ME stores

2010-11-12 Thread Marcel Holtmann
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 infor

RE: [PATCH] TODO: Add vCard export to SM/ME stores

2010-11-12 Thread Kiviluoto, Jaakko J
> > 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 robu

RE: [PATCH] TODO: Add vCard export to SM/ME stores

2010-11-12 Thread Marcel Holtmann
Hi Jaakko, > > 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. > > Is there already a specification/draft of the format of this dict? If not, I > would be tempted to use the 27.007 +CPBR/W

RE: [PATCH] TODO: Add vCard export to SM/ME stores

2010-11-15 Thread Kiviluoto, Jaakko J
> > > 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. > > > > Is there already a specification/draft of the format of this dict? If > not, I would be tempted to use the 27.007 +CPBR/W fi