From lfarkas at lfarkas.org Mon Dec 1 05:15:02 2008 From: lfarkas at lfarkas.org (Farkas Levente) Date: Mon, 01 Dec 2008 14:15:02 +0100 Subject: [Synckolab] duplicate entry Message-ID: <4933E356.3060607@lfarkas.org> hi, we use synckolab. one of our biggest problem which happened again is that there are many entry in thunderbird addressbook which is duplicated ie. one contact listed 7-10 times. i don't know how this could be happened. my the only tip that it's a common addressbook and there are 3 thunderbird running on 3 different pc which run periodic automatic sync and the sync can happened at the same time. is it allowed? ie. synckolab is prepared to parallel sync on the same imap server? is there any way to remove duplicate entry? if not, it'd be useful if it'd be a configuration parameter that clean up both in the thunderbird addressbook and on the imap server those entries where all fields are the same. another problem is some kind of char encoding. if these entries has any accented chars like: ????? in the name. then there are 7-10 entry with good accent and one with "?" at place of the accented chars. is there any way to set the used encoding? which kind of encoding used by synckolab? thanks in advance. yours. -- Levente "Si vis pacem para bellum!" From lfarkas at lfarkas.org Mon Dec 1 08:01:08 2008 From: lfarkas at lfarkas.org (Farkas Levente) Date: Mon, 01 Dec 2008 17:01:08 +0100 Subject: [Synckolab] one bad entry example Message-ID: <49340A44.9050203@lfarkas.org> hi, here is one entry example for bad encoding chars. the attached file copied from the imap server. in the plain text part the accent are good (if you open the file with eg. vim) i don't know how the quoted-printable should have to looks like, but if you put this entry into the imap folder which you syncronize with: win xp (hungarian) thundebird-2.0.0.18 (20081105) synckolab 1.0.2 (or even nightly) the address book entry will contain: F?es G?r so what can i do? or how's fault is it? thanks in advance. -- Levente "Si vis pacem para bellum!" -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: entry.txt URL: From lfarkas at lfarkas.org Mon Dec 1 08:05:24 2008 From: lfarkas at lfarkas.org (Farkas Levente) Date: Mon, 01 Dec 2008 17:05:24 +0100 Subject: [Synckolab] about the duplicate entries Message-ID: <49340B44.60208@lfarkas.org> hi, the most strange thing is that in the duplicate entry the Subject or uid are the same eg: pas-id-877CF89626BDCF23. how can it possible that it one thunderbird addressbook which is syncronized with synckolab there are more entry with the same uid? yours. -- Levente "Si vis pacem para bellum!" From catacombae at gmail.com Mon Dec 1 17:40:49 2008 From: catacombae at gmail.com (Erik Larsson) Date: Tue, 02 Dec 2008 02:40:49 +0100 Subject: [Synckolab] one bad entry example In-Reply-To: <49340A44.9050203@lfarkas.org> References: <49340A44.9050203@lfarkas.org> Message-ID: <49349221.8050706@gmail.com> Hi Farkas. I have also got entries corrupted by synckolab... one example is the task entry: not-started 0 Synckolab 1.0.1, Calendar Sync 2e376eaa-0189-304d-9432-8eeb5ec29699 Kolla upp augustitentor 2008-08-03T10:10:11Z 2008-08-03T10:10:31Z public KTH busy 0 0 Seems that some characters have been skipped over for some reason (the 'U' in UTF-8 for instance). The corruption in your file isn't really similar, but even so, your xml header was corrupted like mine so I suspect that it might be the same issue. I made a post about this a few months ago if I remember correctly... I haven't been able to use synckolab since, as I've been worried that it might corrupt my data. I'm not sure if anyone has picked up the thread on this. - Erik Farkas Levente wrote: > hi, > here is one entry example for bad encoding chars. > the attached file copied from the imap server. in the plain text part > the accent are good (if you open the file with eg. vim) i don't know how > the quoted-printable should have to looks like, but if you put this > entry into the imap folder which you syncronize with: > win xp (hungarian) > thundebird-2.0.0.18 (20081105) > synckolab 1.0.2 (or even nightly) > the address book entry will contain: > F?es G?r > so what can i do? or how's fault is it? > thanks in advance. > > > ------------------------------------------------------------------------ > > _______________________________________________ > Synckolab mailing list > Synckolab at mozdev.org > https://www.mozdev.org/mailman/listinfo/synckolab From niko.berger at corinis.com Mon Dec 1 16:38:33 2008 From: niko.berger at corinis.com (Niko Berger) Date: Tue, 02 Dec 2008 00:38:33 +0000 Subject: [Synckolab] one bad entry example In-Reply-To: <49349221.8050706@gmail.com> References: <49340A44.9050203@lfarkas.org> <49349221.8050706@gmail.com> Message-ID: <51f3fb006ba8bb709c76f0001629aa1c@mail.corinis.net> Hi, this used to be a problem due to a bug in the uudecode function - that has been fixed. so this shouldnt be a problem any more. Niko On Tue, 02 Dec 2008 02:40:49 +0100, Erik Larsson wrote: > Hi Farkas. > > I have also got entries corrupted by synckolab... one example is the > task entry: > > > > not-started > 0 > Synckolab 1.0.1, Calendar Sync > 2e376eaa-0189-304d-9432-8eeb5ec29699 > > > Kolla upp augustitentor > 2008-08-03T10:10:11Z > 2008-08-03T10:10:31Z > public > KTH > busy > 0 > 0 > > > Seems that some characters have been skipped over for some reason (the > 'U' in UTF-8 for instance). The corruption in your file isn't really > similar, but even so, your xml header was corrupted like mine so I > suspect that it might be the same issue. > I made a post about this a few months ago if I remember correctly... I > haven't been able to use synckolab since, as I've been worried that it > might corrupt my data. > I'm not sure if anyone has picked up the thread on this. > > - Erik > > Farkas Levente wrote: >> hi, >> here is one entry example for bad encoding chars. >> the attached file copied from the imap server. in the plain text part >> the accent are good (if you open the file with eg. vim) i don't know how >> the quoted-printable should have to looks like, but if you put this >> entry into the imap folder which you syncronize with: >> win xp (hungarian) >> thundebird-2.0.0.18 (20081105) >> synckolab 1.0.2 (or even nightly) >> the address book entry will contain: >> F?es G?r >> so what can i do? or how's fault is it? >> thanks in advance. >> >> >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Synckolab mailing list >> Synckolab at mozdev.org >> https://www.mozdev.org/mailman/listinfo/synckolab > > _______________________________________________ > Synckolab mailing list > Synckolab at mozdev.org > https://www.mozdev.org/mailman/listinfo/synckolab From catacombae at gmail.com Mon Dec 1 18:44:44 2008 From: catacombae at gmail.com (Erik Larsson) Date: Tue, 02 Dec 2008 03:44:44 +0100 Subject: [Synckolab] one bad entry example In-Reply-To: <51f3fb006ba8bb709c76f0001629aa1c@mail.corinis.net> References: <49340A44.9050203@lfarkas.org> <49349221.8050706@gmail.com> <51f3fb006ba8bb709c76f0001629aa1c@mail.corinis.net> Message-ID: <4934A11C.5040705@gmail.com> Hi Niko, Unfortunately I can still reproduce this error as of 1.0.2. The first version of synckolab I installed was 1.0.1, and that's when I first got the error (with Lightning 0.8... nowadays I use 0.9). I'm using Thunderbird 2.0.0.18 on Mac OS X 10.5.5 (intel). I'm attaching the corrupted xml file from my latest sync (just a few minutes ago). - Erik Niko Berger wrote: > Hi, > this used to be a problem due to a bug in the uudecode function - that has > been fixed. so this shouldnt be a problem any more. > > Niko > > On Tue, 02 Dec 2008 02:40:49 +0100, Erik Larsson > wrote: > >> Hi Farkas. >> >> I have also got entries corrupted by synckolab... one example is the >> task entry: >> >> >> >> not-started >> 0 >> Synckolab 1.0.1, Calendar Sync >> 2e376eaa-0189-304d-9432-8eeb5ec29699 >> >> >> Kolla upp augustitentor >> 2008-08-03T10:10:11Z >> 2008-08-03T10:10:31Z >> public >> KTH >> busy >> 0 >> 0 >> >> >> Seems that some characters have been skipped over for some reason (the >> 'U' in UTF-8 for instance). The corruption in your file isn't really >> similar, but even so, your xml header was corrupted like mine so I >> suspect that it might be the same issue. >> I made a post about this a few months ago if I remember correctly... I >> haven't been able to use synckolab since, as I've been worried that it >> might corrupt my data. >> I'm not sure if anyone has picked up the thread on this. >> >> - Erik >> >> Farkas Levente wrote: >> >>> hi, >>> here is one entry example for bad encoding chars. >>> the attached file copied from the imap server. in the plain text part >>> the accent are good (if you open the file with eg. vim) i don't know how >>> the quoted-printable should have to looks like, but if you put this >>> entry into the imap folder which you syncronize with: >>> win xp (hungarian) >>> thundebird-2.0.0.18 (20081105) >>> synckolab 1.0.2 (or even nightly) >>> the address book entry will contain: >>> F?es G?r >>> so what can i do? or how's fault is it? >>> thanks in advance. >>> >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Synckolab mailing list >>> Synckolab at mozdev.org >>> https://www.mozdev.org/mailman/listinfo/synckolab >>> >> _______________________________________________ >> Synckolab mailing list >> Synckolab at mozdev.org >> https://www.mozdev.org/mailman/listinfo/synckolab >> > _______________________________________________ > Synckolab mailing list > Synckolab at mozdev.org > https://www.mozdev.org/mailman/listinfo/synckolab > -------------- next part -------------- A non-text attachment was scrubbed... Name: kolab.xml Type: text/xml Size: 621 bytes Desc: not available URL: From niko.berger at corinis.com Mon Dec 1 17:05:13 2008 From: niko.berger at corinis.com (Niko Berger) Date: Tue, 02 Dec 2008 01:05:13 +0000 Subject: [Synckolab] one bad entry example In-Reply-To: <4934A11C.5040705@gmail.com> References: <49340A44.9050203@lfarkas.org> <49349221.8050706@gmail.com> <51f3fb006ba8bb709c76f0001629aa1c@mail.corinis.net> <4934A11C.5040705@gmail.com> Message-ID: Did you try the nightly yet? (if it works I will try and get 1.0.3 out asap) On Tue, 02 Dec 2008 03:44:44 +0100, Erik Larsson wrote: > Hi Niko, > > Unfortunately I can still reproduce this error as of 1.0.2. The first > version of synckolab I installed was 1.0.1, and that's when I first got > the error (with Lightning 0.8... nowadays I use 0.9). > I'm using Thunderbird 2.0.0.18 on Mac OS X 10.5.5 (intel). > > I'm attaching the corrupted xml file from my latest sync (just a few > minutes ago). > > - Erik > > Niko Berger wrote: >> Hi, >> this used to be a problem due to a bug in the uudecode function - that >> has >> been fixed. so this shouldnt be a problem any more. >> >> Niko >> >> On Tue, 02 Dec 2008 02:40:49 +0100, Erik Larsson >> wrote: >> >>> Hi Farkas. >>> >>> I have also got entries corrupted by synckolab... one example is the >>> task entry: >>> >>> >>> >>> not-started >>> 0 >>> Synckolab 1.0.1, Calendar Sync >>> 2e376eaa-0189-304d-9432-8eeb5ec29699 >>> >>> >>> Kolla upp augustitentor >>> 2008-08-03T10:10:11Z >>> 2008-08-03T10:10:31Z >>> public >>> KTH >>> busy >>> 0 >>> 0 >>> >>> >>> Seems that some characters have been skipped over for some reason (the >>> 'U' in UTF-8 for instance). The corruption in your file isn't really >>> similar, but even so, your xml header was corrupted like mine so I >>> suspect that it might be the same issue. >>> I made a post about this a few months ago if I remember correctly... I >>> haven't been able to use synckolab since, as I've been worried that it >>> might corrupt my data. >>> I'm not sure if anyone has picked up the thread on this. >>> >>> - Erik >>> >>> Farkas Levente wrote: >>> >>>> hi, >>>> here is one entry example for bad encoding chars. >>>> the attached file copied from the imap server. in the plain text part >>>> the accent are good (if you open the file with eg. vim) i don't know >>>> how >>>> the quoted-printable should have to looks like, but if you put this >>>> entry into the imap folder which you syncronize with: >>>> win xp (hungarian) >>>> thundebird-2.0.0.18 (20081105) >>>> synckolab 1.0.2 (or even nightly) >>>> the address book entry will contain: >>>> F?es G?r >>>> so what can i do? or how's fault is it? >>>> thanks in advance. >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> _______________________________________________ >>>> Synckolab mailing list >>>> Synckolab at mozdev.org >>>> https://www.mozdev.org/mailman/listinfo/synckolab >>>> >>> _______________________________________________ >>> Synckolab mailing list >>> Synckolab at mozdev.org >>> https://www.mozdev.org/mailman/listinfo/synckolab >>> >> _______________________________________________ >> Synckolab mailing list >> Synckolab at mozdev.org >> https://www.mozdev.org/mailman/listinfo/synckolab >> From catacombae at gmail.com Mon Dec 1 19:02:07 2008 From: catacombae at gmail.com (Erik Larsson) Date: Tue, 02 Dec 2008 04:02:07 +0100 Subject: [Synckolab] one bad entry example In-Reply-To: References: <49340A44.9050203@lfarkas.org> <49349221.8050706@gmail.com> <51f3fb006ba8bb709c76f0001629aa1c@mail.corinis.net> <4934A11C.5040705@gmail.com> Message-ID: <4934A52F.4090108@gmail.com> Niko, The nightly does fix the issue! Thanks a lot for that. However, I noticed another odd thing... the encoding for the XML-document saved in my kolab folder is set to UTF-8 (in the XML header). However, the document is actually ISO-8859-1 encoded... You might want to fix that or international users won't be able to sync contacts. - Erik Niko Berger wrote: > Did you try the nightly yet? (if it works I will try and get 1.0.3 out > asap) > > On Tue, 02 Dec 2008 03:44:44 +0100, Erik Larsson > wrote: > >> Hi Niko, >> >> Unfortunately I can still reproduce this error as of 1.0.2. The first >> version of synckolab I installed was 1.0.1, and that's when I first got >> the error (with Lightning 0.8... nowadays I use 0.9). >> I'm using Thunderbird 2.0.0.18 on Mac OS X 10.5.5 (intel). >> >> I'm attaching the corrupted xml file from my latest sync (just a few >> minutes ago). >> >> - Erik >> >> Niko Berger wrote: >> >>> Hi, >>> this used to be a problem due to a bug in the uudecode function - that >>> has >>> been fixed. so this shouldnt be a problem any more. >>> >>> Niko >>> >>> On Tue, 02 Dec 2008 02:40:49 +0100, Erik Larsson >>> wrote: >>> >>> >>>> Hi Farkas. >>>> >>>> I have also got entries corrupted by synckolab... one example is the >>>> task entry: >>>> >>>> >>>> >>>> not-started >>>> 0 >>>> Synckolab 1.0.1, Calendar Sync >>>> 2e376eaa-0189-304d-9432-8eeb5ec29699 >>>> >>>> >>>> Kolla upp augustitentor >>>> 2008-08-03T10:10:11Z >>>> 2008-08-03T10:10:31Z >>>> public >>>> KTH >>>> busy >>>> 0 >>>> 0 >>>> >>>> >>>> Seems that some characters have been skipped over for some reason (the >>>> 'U' in UTF-8 for instance). The corruption in your file isn't really >>>> similar, but even so, your xml header was corrupted like mine so I >>>> suspect that it might be the same issue. >>>> I made a post about this a few months ago if I remember correctly... I >>>> haven't been able to use synckolab since, as I've been worried that it >>>> might corrupt my data. >>>> I'm not sure if anyone has picked up the thread on this. >>>> >>>> - Erik >>>> >>>> Farkas Levente wrote: >>>> >>>> >>>>> hi, >>>>> here is one entry example for bad encoding chars. >>>>> the attached file copied from the imap server. in the plain text part >>>>> the accent are good (if you open the file with eg. vim) i don't know >>>>> how >>>>> the quoted-printable should have to looks like, but if you put this >>>>> entry into the imap folder which you syncronize with: >>>>> win xp (hungarian) >>>>> thundebird-2.0.0.18 (20081105) >>>>> synckolab 1.0.2 (or even nightly) >>>>> the address book entry will contain: >>>>> F?es G?r >>>>> so what can i do? or how's fault is it? >>>>> thanks in advance. >>>>> >>>>> >>>>> >>>>> > ------------------------------------------------------------------------ > >>>>> _______________________________________________ >>>>> Synckolab mailing list >>>>> Synckolab at mozdev.org >>>>> https://www.mozdev.org/mailman/listinfo/synckolab >>>>> >>>>> >>>> _______________________________________________ >>>> Synckolab mailing list >>>> Synckolab at mozdev.org >>>> https://www.mozdev.org/mailman/listinfo/synckolab >>>> >>>> >>> _______________________________________________ >>> Synckolab mailing list >>> Synckolab at mozdev.org >>> https://www.mozdev.org/mailman/listinfo/synckolab >>> >>> > _______________________________________________ > Synckolab mailing list > Synckolab at mozdev.org > https://www.mozdev.org/mailman/listinfo/synckolab > From catacombae at gmail.com Mon Dec 1 19:28:36 2008 From: catacombae at gmail.com (Erik Larsson) Date: Tue, 02 Dec 2008 04:28:36 +0100 Subject: [Synckolab] Sync Kolab icon size In-Reply-To: References: <49340A44.9050203@lfarkas.org> <49349221.8050706@gmail.com> <51f3fb006ba8bb709c76f0001629aa1c@mail.corinis.net> <4934A11C.5040705@gmail.com> Message-ID: <4934AB64.4050309@gmail.com> While I'm at bug reporting, I thought I'd send you an image of what the "Sync Kolab" icon looks like in Mac OS X. Its size (or alignment) doesn't match the other icons... just a bit annoying, but could it be fixed easily? - Erik -------------- next part -------------- A non-text attachment was scrubbed... Name: synckolab_icon.png Type: image/png Size: 14954 bytes Desc: not available URL: From lfarkas at lfarkas.org Tue Dec 2 01:25:17 2008 From: lfarkas at lfarkas.org (Farkas Levente) Date: Tue, 02 Dec 2008 10:25:17 +0100 Subject: [Synckolab] one bad entry example In-Reply-To: <51f3fb006ba8bb709c76f0001629aa1c@mail.corinis.net> References: <49340A44.9050203@lfarkas.org> <49349221.8050706@gmail.com> <51f3fb006ba8bb709c76f0001629aa1c@mail.corinis.net> Message-ID: <4934FEFD.3010006@lfarkas.org> so if i download the latest nightly than this problem goes away? o should i've to wait for the next release? imho this case the duplicates too:-( Niko Berger wrote: > Hi, > this used to be a problem due to a bug in the uudecode function - that has > been fixed. so this shouldnt be a problem any more. > > Niko > > On Tue, 02 Dec 2008 02:40:49 +0100, Erik Larsson > wrote: >> Hi Farkas. >> >> I have also got entries corrupted by synckolab... one example is the >> task entry: >> >> >> >> not-started >> 0 >> Synckolab 1.0.1, Calendar Sync >> 2e376eaa-0189-304d-9432-8eeb5ec29699 >> >> >> Kolla upp augustitentor >> 2008-08-03T10:10:11Z >> 2008-08-03T10:10:31Z >> public >> KTH >> busy >> 0 >> 0 >> >> >> Seems that some characters have been skipped over for some reason (the >> 'U' in UTF-8 for instance). The corruption in your file isn't really >> similar, but even so, your xml header was corrupted like mine so I >> suspect that it might be the same issue. >> I made a post about this a few months ago if I remember correctly... I >> haven't been able to use synckolab since, as I've been worried that it >> might corrupt my data. >> I'm not sure if anyone has picked up the thread on this. >> >> - Erik >> >> Farkas Levente wrote: >>> hi, >>> here is one entry example for bad encoding chars. >>> the attached file copied from the imap server. in the plain text part >>> the accent are good (if you open the file with eg. vim) i don't know how >>> the quoted-printable should have to looks like, but if you put this >>> entry into the imap folder which you syncronize with: >>> win xp (hungarian) >>> thundebird-2.0.0.18 (20081105) >>> synckolab 1.0.2 (or even nightly) >>> the address book entry will contain: >>> F?es G?r >>> so what can i do? or how's fault is it? >>> thanks in advance. >>> >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> Synckolab mailing list >>> Synckolab at mozdev.org >>> https://www.mozdev.org/mailman/listinfo/synckolab >> _______________________________________________ >> Synckolab mailing list >> Synckolab at mozdev.org >> https://www.mozdev.org/mailman/listinfo/synckolab > _______________________________________________ > Synckolab mailing list > Synckolab at mozdev.org > https://www.mozdev.org/mailman/listinfo/synckolab -- Levente "Si vis pacem para bellum!" From lfarkas at lfarkas.org Tue Dec 2 02:44:12 2008 From: lfarkas at lfarkas.org (Farkas Levente) Date: Tue, 02 Dec 2008 11:44:12 +0100 Subject: [Synckolab] one bad entry example In-Reply-To: <4934FEFD.3010006@lfarkas.org> References: <49340A44.9050203@lfarkas.org> <49349221.8050706@gmail.com> <51f3fb006ba8bb709c76f0001629aa1c@mail.corinis.net> <4934FEFD.3010006@lfarkas.org> Message-ID: <4935117C.7070101@lfarkas.org> ok the situation is even worst:-( after i manually clean up the whole addressbook there are 764 entry in it, then i remove every file from the imap server and use synckolab to upload the new enties. the result is: # grep uid ./ -rh|wc -l 764 # grep uid ./ -rh|sort -u|wc -l 764 which seems ok. but after from another client i try to download the given set. i've got only 489. the other even bigger problem that after a synckolab sync the addressbook become fulled with strange characters in the middle of all kind of data (like email address) after which the whole addressbook become unusable:-( Farkas Levente wrote: > so if i download the latest nightly than this problem goes away? > o should i've to wait for the next release? > > imho this case the duplicates too:-( > > Niko Berger wrote: >> Hi, >> this used to be a problem due to a bug in the uudecode function - that has >> been fixed. so this shouldnt be a problem any more. >> >> Niko >> >> On Tue, 02 Dec 2008 02:40:49 +0100, Erik Larsson >> wrote: >>> Hi Farkas. >>> >>> I have also got entries corrupted by synckolab... one example is the >>> task entry: >>> >>> >>> >>> not-started >>> 0 >>> Synckolab 1.0.1, Calendar Sync >>> 2e376eaa-0189-304d-9432-8eeb5ec29699 >>> >>> >>> Kolla upp augustitentor >>> 2008-08-03T10:10:11Z >>> 2008-08-03T10:10:31Z >>> public >>> KTH >>> busy >>> 0 >>> 0 >>> >>> >>> Seems that some characters have been skipped over for some reason (the >>> 'U' in UTF-8 for instance). The corruption in your file isn't really >>> similar, but even so, your xml header was corrupted like mine so I >>> suspect that it might be the same issue. >>> I made a post about this a few months ago if I remember correctly... I >>> haven't been able to use synckolab since, as I've been worried that it >>> might corrupt my data. >>> I'm not sure if anyone has picked up the thread on this. >>> >>> - Erik >>> >>> Farkas Levente wrote: >>>> hi, >>>> here is one entry example for bad encoding chars. >>>> the attached file copied from the imap server. in the plain text part >>>> the accent are good (if you open the file with eg. vim) i don't know how >>>> the quoted-printable should have to looks like, but if you put this >>>> entry into the imap folder which you syncronize with: >>>> win xp (hungarian) >>>> thundebird-2.0.0.18 (20081105) >>>> synckolab 1.0.2 (or even nightly) >>>> the address book entry will contain: >>>> F?es G?r >>>> so what can i do? or how's fault is it? >>>> thanks in advance. >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> _______________________________________________ >>>> Synckolab mailing list >>>> Synckolab at mozdev.org >>>> https://www.mozdev.org/mailman/listinfo/synckolab >>> _______________________________________________ >>> Synckolab mailing list >>> Synckolab at mozdev.org >>> https://www.mozdev.org/mailman/listinfo/synckolab >> _______________________________________________ >> Synckolab mailing list >> Synckolab at mozdev.org >> https://www.mozdev.org/mailman/listinfo/synckolab > > -- Levente "Si vis pacem para bellum!" From niko.berger at corinis.com Tue Dec 2 09:45:05 2008 From: niko.berger at corinis.com (Niko Berger) Date: Tue, 02 Dec 2008 09:45:05 -0800 Subject: [Synckolab] one bad entry example In-Reply-To: <4935117C.7070101@lfarkas.org> References: <49340A44.9050203@lfarkas.org> <49349221.8050706@gmail.com> <51f3fb006ba8bb709c76f0001629aa1c@mail.corinis.net> <4934FEFD.3010006@lfarkas.org> <4935117C.7070101@lfarkas.org> Message-ID: <49357421.5010409@corinis.com> Farkas Levente wrote: > ok the situation is even worst:-( > after i manually clean up the whole addressbook there are 764 entry in > it, then i remove every file from the imap server and use synckolab to > upload the new enties. the result is: > # grep uid ./ -rh|wc -l > 764 > # grep uid ./ -rh|sort -u|wc -l > 764 > which seems ok. but after from another client i try to download the > given set. i've got only 489. > > the other even bigger problem that after a synckolab sync the > addressbook become fulled with strange characters in the middle of all > kind of data (like email address) after which the whole addressbook > become unusable:-( > > > Farkas Levente wrote: > >> so if i download the latest nightly than this problem goes away? >> o should i've to wait for the next release? >> >> imho this case the duplicates too:-( >> >> Niko Berger wrote: >> >>> Hi, >>> this used to be a problem due to a bug in the uudecode function - that has >>> been fixed. so this shouldnt be a problem any more. >>> >>> Niko >>> >>> On Tue, 02 Dec 2008 02:40:49 +0100, Erik Larsson >>> wrote: >>> >>>> Hi Farkas. >>>> >>>> I have also got entries corrupted by synckolab... one example is the >>>> task entry: >>>> >>>> >>>> >>>> not-started >>>> 0 >>>> Synckolab 1.0.1, Calendar Sync >>>> 2e376eaa-0189-304d-9432-8eeb5ec29699 >>>> >>>> >>>> Kolla upp augustitentor >>>> 2008-08-03T10:10:11Z >>>> 2008-08-03T10:10:31Z >>>> public >>>> KTH >>>> busy >>>> 0 >>>> 0 >>>> >>>> >>>> Seems that some characters have been skipped over for some reason (the >>>> 'U' in UTF-8 for instance). The corruption in your file isn't really >>>> similar, but even so, your xml header was corrupted like mine so I >>>> suspect that it might be the same issue. >>>> I made a post about this a few months ago if I remember correctly... I >>>> haven't been able to use synckolab since, as I've been worried that it >>>> might corrupt my data. >>>> I'm not sure if anyone has picked up the thread on this. >>>> >>>> - Erik >>>> >>>> Farkas Levente wrote: >>>> >>>>> hi, >>>>> here is one entry example for bad encoding chars. >>>>> the attached file copied from the imap server. in the plain text part >>>>> the accent are good (if you open the file with eg. vim) i don't know how >>>>> the quoted-printable should have to looks like, but if you put this >>>>> entry into the imap folder which you syncronize with: >>>>> win xp (hungarian) >>>>> thundebird-2.0.0.18 (20081105) >>>>> synckolab 1.0.2 (or even nightly) >>>>> the address book entry will contain: >>>>> F?es G?r >>>>> so what can i do? or how's fault is it? >>>>> thanks in advance. >>>>> >>>>> Ok. please one problem at a time. and please open a bug for whats going on. It's reallz hard to keep track via email. Please first open one bug for the "weird character" problem. Please include an example (xml+what should be there) so I can take a closer look and try to reproduce it. For the duplicate entry stuff: please also try and give me exact steps on how to reproduce it, because I am currently not able to see this problem (newest nightly) Niko From ddauphin at iasinc.com Wed Dec 10 12:53:20 2008 From: ddauphin at iasinc.com (Donnie Dauphin) Date: Wed, 10 Dec 2008 15:53:20 -0500 Subject: [Synckolab] Bynari Connector in Outlook SyncKolab in thunderbird issue Message-ID: <49402C40.8030908@iasinc.com> Hello all. I am trying to use SyncKolab to sync contacts between Outlook and Thunderbird. I have a courier imap server on suse 11. Bynari Connector will create a contact list there using kolab format and SyncKolab will connect to it and import contacts into Thunderbird but not vise versa. The Bynari Connector appears not to recognize the enclosures. I think I have found what is different about the enclosures but don't know how to fix it. Please see the attached message sources below. One created in Bynari Connector and the other with SynKolab in Thunderbird. If I select 'Edit as new' in Thunderbird and save it back into the same folder it works. Thank you for any help you can provide. And thanks for SyncKoLab! Donnie Working contact created using Bynari Connector: *********************** Date: Wed, 10 Dec 2008 12:19:59 -0500 From: Donnie Dauphin Sender: Donnie Dauphin Subject: Test Person Message-ID: <878c100c.1c95aeb.4d32fa4.866 at iasinc.com> X-Priority: 3 X-MS-TNEF-Correlator: Cact-0wocahjX-UZHyCNqqZPhJDkZv0ZOYBFCKBmMsYaxb X-Mailer: Bynari Insight Connector 3.1.7-0610270 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=117843-4508-1228929599-2400 --117843-4508-1228929599-2400 Content-Type: text/PLAIN; charset=us=ascii --117843-4508-1228929599-2400 Content-Type: application/x-vnd.kolab.contact; name="Kolab.xml" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Kolab.xml" PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPGNvbnRh Y3QgdmVyc2lvbj0iMS4wIj4KCTx1aWQ+MUY3MUVDMTJGNjYzMzA0NjlENkI0 NkVFMkMwODU1OEE8L3VpZD4KCTxjcmVhdGlvbi1kYXRlPjIwMDgtMTItMTBU MTc6MTk6NDhaPC9jcmVhdGlvbi1kYXRlPgoJPGxhc3QtbW9kaWZpY2F0aW9u LWRhdGU+MjAwOC0xMi0xMFQxNzoxOTo1OVo8L2xhc3QtbW9kaWZpY2F0aW9u LWRhdGU+Cgk8c2Vuc2l0aXZpdHk+cHVibGljPC9zZW5zaXRpdml0eT4KCTxw cm9kdWN0LWlkPkJ5bmFyaSBJbnNpZ2h0IENvbm5lY3RvciAzLjA8L3Byb2R1 Y3QtaWQ+Cgk8bmFtZT4KCQk8Z2l2ZW4tbmFtZT5UZXN0PC9naXZlbi1uYW1l PgoJCTxsYXN0LW5hbWU+UGVyc29uPC9sYXN0LW5hbWU+CgkJPGluaXRpYWxz PlQuUC48L2luaXRpYWxzPgoJCTxmdWxsLW5hbWU+VGVzdCBQZXJzb248L2Z1 bGwtbmFtZT4KCTwvbmFtZT4KCTxlbWFpbD4KCQk8ZGlzcGxheS1uYW1lPlRl c3QgUGVyc29uICh0cGVyc29uQGFwbGFjZS5jb20pPC9kaXNwbGF5LW5hbWU+ CgkJPHNtdHAtYWRkcmVzcz50cGVyc29uQGFwbGFjZS5jb208L3NtdHAtYWRk cmVzcz4KCQk8cHJpb3JpdHk+MTwvcHJpb3JpdHk+Cgk8L2VtYWlsPgo8L2Nv bnRhY3Q+ --117843-4508-1228929599-2400-- ************************************************************* Non functional in Bynari connector created by SyncKolab: *** From: ddauphin at iasinc.com Reply-To: Bcc: To: synckolab at no.tld Subject: pas-id-2AE21F3679B2F8D4 Date: Wed, 10 Dec 2008 14:18:19 -0500 Content-Type: Multipart/Mixed;boundary="Boundary-00=319C9666D3A83EC8" User-Agent: SyncKolab 1.0.2 X-Kolab-Type: application/x-vnd.kolab.contact --Boundary-00=319C9666D3A83EC8 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This is a Kolab Groupware object. To view this object you will need an email client that can understand the Kolab Groupware format. For a list of such email clients please visit http://www.kolab.org/kolab2-clients.html --- Name: AAAAAAAA E-Mail:aaa at aaa.com --- Notice: The information above is only valid, if no other client than synckolab updated this message. (ie. a client that updates the attachment but not the message) --Boundary-00=319C9666D3A83EC8 Content-Type: application/x-vnd.kolab.contact; name="kolab.xml" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="kolab.xml" SyncKolab, Kolab resource pas-id-2AE21F3679B2F8D4 2008-12-10T14:18:19Z 2008-12-10T14:18:19Z public AAAAAAAA AAAAAAAA AAAAAAAA aaa=40aaa.com --Boundary-00=319C9666D3A83EC8-- **************************************************** From skipper at f2s.com Thu Dec 18 07:31:47 2008 From: skipper at f2s.com (Simon Strutt) Date: Thu, 18 Dec 2008 15:31:47 +0000 Subject: [Synckolab] Calendar categories don't sync Message-ID: <494A6CE3.80806@f2s.com> Calendar categories don't seem to get synced, they're not visible in the generated xml files suggesting the field doesn't get parsed - could this be added (or is there a problem with my set-up)? Thunderbird v 2.0.0.18 (20081105) Lightning v 0.9 SyncKolab v1.0.3.0.200811072136 (using xml/kolab2 format) Cheers Simon Thomson Financial Limited, a Thomson Reuters company, is a company incorporated under the laws of England and Wales (registered number 2012235) having its registered office and address for service at Aldgate House, 33 Aldgate High Street, London, EC3N 1DL, UK. This e-mail is for the sole use of the intended recipient and contains information that may be privileged and/or confidential. If you are not an intended recipient, please notify the sender by return e-mail and delete this e-mail and any attachments. From seandarcy2 at gmail.com Mon Dec 29 13:37:04 2008 From: seandarcy2 at gmail.com (sean darcy) Date: Mon, 29 Dec 2008 16:37:04 -0500 Subject: [Synckolab] 12/29 nightly: how to setup imap with 1and1? Message-ID: Using today's nightly, I'm trying to sync with my business 1and1 imap account. The username is sean at mydomain.com , the server is imap.1and1.com. The account works fine on TB both home ( linux) and at the office ( Windows XP). When I start synckolab I get an Alert: Folder 'imap://sean%40mydomain.com at imap.1and1.com' not found! Now TB sync's my mail folders with this user name and server. Anybody else using 1and1 with synckolab? Who do you do it? sean