mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-06 03:08:02 -05:00
LDAP: fix regression after EWS refactoring
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1152 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
602b57a8f0
commit
aad346900d
@ -405,6 +405,8 @@ public class DavExchangeSession extends ExchangeSession {
|
||||
operatorMap.put(Operator.IsNull, " is null");
|
||||
operatorMap.put(Operator.IsFalse, " = false");
|
||||
operatorMap.put(Operator.IsTrue, " = true");
|
||||
operatorMap.put(Operator.StartsWith, " = ");
|
||||
operatorMap.put(Operator.Contains, " = ");
|
||||
}
|
||||
|
||||
protected static class AttributeCondition extends ExchangeSession.AttributeCondition {
|
||||
|
@ -28,7 +28,6 @@ import davmail.exception.DavMailException;
|
||||
import davmail.exchange.ExchangeSession;
|
||||
import davmail.exchange.ExchangeSessionFactory;
|
||||
import davmail.ui.tray.DavGatewayTray;
|
||||
import davmail.util.StringUtil;
|
||||
|
||||
import java.io.BufferedInputStream;
|
||||
import java.io.BufferedOutputStream;
|
||||
|
Loading…
Reference in New Issue
Block a user