Searched defs:exists (Results 1 – 5 of 5) sorted by relevance
52 public boolean exists() { in exists() method in MockFolder
103 public abstract boolean exists() throws MessagingException; in exists() method in Folder
309 public boolean exists() { in exists() method in Pop3Store.Pop3Folder
175 public boolean exists() throws MessagingException { in exists() method in ImapFolder
340 public void setProfileExists(boolean exists) { in setProfileExists()