MCPcopy Create free account
hub / github.com/M66B/FairEmail / getMessageCount

Method getMessageCount

app/src/main/java/javax/mail/Folder.java:706–706  ·  view source on GitHub ↗

Get total number of messages in this Folder. This method can be invoked on a closed folder. However, note that for some folder implementations, getting the total message count can be an expensive operation involving actually opening the folder. In such cases, a provider can choose not to suppor

()

Source from the content-addressed store, hash-verified

704 * @exception MessagingException for other failures
705 */
706 public abstract int getMessageCount() throws MessagingException;
707
708 /**
709 * Get the number of new messages in this Folder. <p>

Callers 4

getNewMessageCountMethod · 0.95
getUnreadMessageCountMethod · 0.95
getMessagesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected