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

/javamail/mail/src/test/java/com/sun/mail/imap/
H A DIMAPCloseFailureTest.java65 public void examine() throws IOException { method in class:IMAPCloseFailureTest.NoIMAPHandler
69 super.examine();
77 public void examine() throws IOException { method in class:IMAPCloseFailureTest.BadIMAPHandler
81 super.examine();
H A DIMAPIdleUntaggedResponseTest.java140 public void examine() throws IOException { method in class:IMAPIdleUntaggedResponseTest.IMAPHandlerIdleExists
142 super.examine();
H A DIMAPMessageNumberOutOfRangeTest.java122 public void examine() throws IOException { method in class:IMAPMessageNumberOutOfRangeTest.IMAPHandlerBad
125 super.examine();
H A DIMAPHandler.java234 examine();
348 public void examine() throws IOException { method in class:IMAPHandler
/javamail/mail/src/main/java/com/sun/mail/imap/
H A DIMAPFolder.java1028 mi = protocol.examine(fullName, rd);
1498 protocol.examine(fullName);
1602 MailboxInfo minfo = p.examine(fullName);
1650 MailboxInfo minfo = p.examine(fullName);
3036 * able to examine the state.
/javamail/mail/src/main/java/com/sun/mail/imap/protocol/
H A DIMAPProtocol.java1196 public MailboxInfo examine(String mbox) throws ProtocolException { method in class:IMAPProtocol
1197 return examine(mbox, null);
1211 public MailboxInfo examine(String mbox, ResyncData rd) method in class:IMAPProtocol
2299 * @param rr the responses to examine

Completed in 32 milliseconds