Searched refs:and (Results 1 - 1 of 1) sorted by relevance

/javamail/mail/src/main/java/com/sun/mail/imap/protocol/
H A DSearchSequence.java4 * Copyright (c) 1997-2015 Oracle and/or its affiliates. All rights reserved.
8 * and Distribution License("CDDL") (collectively, the "License"). You
13 * language governing permissions and limitations under the License.
16 * file and include the License file at packager/legal/LICENSE.txt.
36 * and therefore, elected the GPL Version 2 license, then the option applies
54 * This class traverses a search-tree and generates the
81 return and((AndTerm)term, charset);
185 protected Argument and(AndTerm term, String charset) method in class:SearchSequence
375 // GT and LT is all we get from IMAP for size
386 // "<" (BEFORE), "=" (ON), and ">
[all...]

Completed in 7 milliseconds