No contacts support. Useful for resolving participant emails when building invitations.
Add:
get_address_books() -> list
search_contacts(text=None, email=None) -> list
New _methods/contact.py following the same pattern as _methods/calendar.py. Capability URN: urn:ietf:params:jmap:contacts. Add to constants.py.
If the server doesn't advertise contacts capability, get_address_books() returns [] with a log warning, not an exception.
No contacts support. Useful for resolving participant emails when building invitations.
Add:
New
_methods/contact.pyfollowing the same pattern as_methods/calendar.py. Capability URN:urn:ietf:params:jmap:contacts. Add toconstants.py.If the server doesn't advertise contacts capability,
get_address_books()returns[]with a log warning, not an exception.