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
Original issue reported on code.google.com by
must...@gmx.de
on 20 Dec 2010 at 5:11Attachments: