bmatthias / kolab-android

Automatically exported from code.google.com/p/kolab-android
Other
0 stars 0 forks source link

Contact photo sync broken #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create an Contact with photo in Horde
2. Synchronize

What is the expected output? What do you see instead?
The contact photo should appear on the phone.

What version of the product are you using? On what operating system?
Froyo with r145

Please provide any additional information below.
I seems that Horde sets the email attachment disposition in upper case. The 
attached fix addresses this issue 
(disposition.equalsIgnoreCase(Part.ATTACHMENT) instead of 
disposition.equals(Part.ATTACHMENT)).

Original issue reported on code.google.com by must...@gmx.de on 20 Dec 2010 at 5:11

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in newest version of froyo branch in gitorious

Original comment by STrille...@googlemail.com on 10 Jan 2011 at 10:08