Home
last modified time | relevance | path

Searched refs:currentMailboxPath (Results 1 – 2 of 2) sorted by relevance

/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/ews/
H A DEwsExchangeSession.java269 currentMailboxPath = "/users/" + email.toLowerCase(); in buildSessionInfo()
2620 … return folderPath.startsWith("/") && !folderPath.toLowerCase().startsWith(currentMailboxPath); in isSharedFolder()
2747 if (lowerCaseFolderPath.equals(currentMailboxPath)) { in getFolderIdIfExists()
2749 } else if (lowerCaseFolderPath.startsWith(currentMailboxPath + '/')) { in getFolderIdIfExists()
2750 … return getSubFolderIdIfExists(null, folderPath.substring(currentMailboxPath.length() + 1)); in getFolderIdIfExists()
/dports/mail/davmail/davmail-src-6.0.1-3390/src/java/davmail/exchange/
H A DExchangeSession.java104 protected String currentMailboxPath; field in ExchangeSession