I have been looking for and fixing bugs, so I am almost ready to release my extension either late today or tomorrow if everything works out as planned. I’m going to be pretty busy today through Saturday, so I might not be able to respond to comments/bugs until then.
Mozdev
I have a project on mozdev for it now – http://gcontactsync.mozdev.org/ that I still have to update. The source code is available there.
IM bug
I found a bug that might actually be on Google’s side. When you create a new IM address it doesn’t have a default type (says “Choose”), unlike the other typed attributes. The XML it sends to the client is as follows: <gd:im address=”: address” label=”CUSTOM”/> where the screenname is “address”. Notice the “: ” added to it. When this is sent back to Google for the first time, it is accepted, but the IM address has a colon and space added to the front. So, the extension now checks for these IM addresses and removes the “: ” if present. These IM addresses do not show up in Thunderbird since they don’t have a type.
0 Comments