Support icewarp:default-contacts-URL property In the icewarp namespace Used by eM client
Wiki: EMClient
def get_property_icewarp_default_contacts_url(self): if self.entity.is_account: if self.entity.object_id == self.context.account_id: return u'<D:href>/dav/Contacts/Favorites/</D:href>' self.no_such_path( )
stub added in r4430 (30df948c1127) possible still not really the correct behavior - especially since the workings of this property are not documented
Log in to post a comment.
stub added in r4430 (30df948c1127)
possible still not really the correct behavior - especially since the workings of this property are not documented