Home
last modified time | relevance | path

Searched refs:CONTACT_ATTRIBUTES (Results 1 – 6 of 6) sorted by relevance

/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/
H A DExchangeSession.java2952 CONTACT_ATTRIBUTES.add("etag");
2959 CONTACT_ATTRIBUTES.add("bday");
2963 CONTACT_ATTRIBUTES.add("cn");
2964 CONTACT_ATTRIBUTES.add("co");
2978 CONTACT_ATTRIBUTES.add("l");
2983 CONTACT_ATTRIBUTES.add("o");
2984 CONTACT_ATTRIBUTES.add("pager");
2991 CONTACT_ATTRIBUTES.add("sn");
2993 CONTACT_ATTRIBUTES.add("st");
2996 CONTACT_ATTRIBUTES.add("title");
[all …]
/dports/mail/davmail/davmail-src-6.0.1-3390/src/test/davmail/exchange/
H A DTestExchangeSessionSearchContact.java36 …ontact> contacts = session.searchContacts(folderPath, ExchangeSession.CONTACT_ATTRIBUTES, null, 0); in testSearchPublicContacts()
45 …ntact> contacts = session.searchContacts(folderPath, ExchangeSession.CONTACT_ATTRIBUTES, null, 10); in testSearchPublicContactsRange()
51 …act> contacts = session.searchContacts(folderPath, ExchangeSession.CONTACT_ATTRIBUTES, session.isT… in testSearchPublicContactsWithPicture()
60 …ts = session.searchContacts(ExchangeSession.CONTACTS, ExchangeSession.CONTACT_ATTRIBUTES, null, 0); in testSearchContacts()
H A DTestExchangeSessionContact.java40 …ontacts = session.searchContacts("testcontactfolder", ExchangeSession.CONTACT_ATTRIBUTES, null, 0); in getCurrentContact()
506 …= session.searchContacts(ExchangeSession.CONTACTS, ExchangeSession.CONTACT_ATTRIBUTES, null, maxCo… in testPagingSearchContacts()
508 …, session.searchContacts(ExchangeSession.CONTACTS, ExchangeSession.CONTACT_ATTRIBUTES, null, 50).s… in testPagingSearchContacts()
509 …, session.searchContacts(ExchangeSession.CONTACTS, ExchangeSession.CONTACT_ATTRIBUTES, null, folde… in testPagingSearchContacts()
636 …act> contacts = session.searchContacts("contacts", ExchangeSession.CONTACT_ATTRIBUTES, session.isE… in testGetAllContacts()
645 …act> contacts = session.searchContacts("contacts", ExchangeSession.CONTACT_ATTRIBUTES, session.isE… in testGetAllDistributionLists()
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/ldap/
H A DLdapConnection.java1356 if (ExchangeSession.CONTACT_ATTRIBUTES.contains(ldapAttributeName)) { in getContactAttributeName()
1397 contactReturningAttributes = ExchangeSession.CONTACT_ATTRIBUTES; in convertLdapToContactReturningAttributes()
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/ews/
H A DEwsExchangeSession.java1266 for (String attributeName : CONTACT_ATTRIBUTES) { in Contact()
2268 return searchContacts(folderPath, ExchangeSession.CONTACT_ATTRIBUTES, condition, 0); in getAllContacts()
2419 Set<String> attributes = CONTACT_ATTRIBUTES; in getItem()
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/dav/
H A DDavExchangeSession.java1192 for (String attributeName : CONTACT_ATTRIBUTES) { in Contact()
2341 List<ExchangeSession.Contact> contacts = searchContacts(folderPath, CONTACT_ATTRIBUTES, in getItem()