Summary | Using IMAP authentication, the CardDAV function is not working |
Queue | Turba |
Queue Version | 4.1.0 |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | alanl (at) azblink (dot) com |
Created | 06/13/2013 (4377 days ago) |
Due | |
Updated | 06/13/2013 (4377 days ago) |
Assigned | |
Resolved | 06/13/2013 (4377 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
Priority ⇒ 1. Low
Priority ⇒ 3. High
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Due ⇒ 06/20/2013
Summary ⇒ Using IMAP authentication, the CardDAV function is not working
Type ⇒ Bug
State ⇒ Unconfirmed
function CardDAV and CalDAV.
In our test, we are using IMAP to be the User Authentication. To Sync
the Contact from horde Address book, the test has failed with error
message saying that the particular user contact book is not found.
We have search around the horde bug database, and found the followings
are related.
http://bugs.horde.org/ticket/12305
http://horde.690.n7.nabble.com/ ==> if the authentication is IMAP,
then, we have the similar problem.
It seems that CardDAV and CalDAV reply on external components like IMP
to do the user authentication. However, since the return value from
IMP is not correct, therefore, it make the function fail.
We have traced the code up to IMP, however, to understand the logic of
the IMP is more challenge... it should be much efficient to solve the
problem by the original owner.