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

Method getMessage

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

Get the Message object corresponding to the given message number. A Message object's message number is the relative position of this Message in its Folder. Messages are numbered starting at 1 through the total number of message in the folder. Note that the message number for a particular Message ca

(int msgnum)

Source from the content-addressed store, hash-verified

876 * @exception MessagingException for other failures
877 */
878 public abstract Message getMessage(int msgnum)
879 throws MessagingException;
880
881 /**
882 * Get the Message objects for message numbers ranging from start

Callers 5

getNewMessageCountMethod · 0.95
getUnreadMessageCountMethod · 0.95
getMessagesMethod · 0.95
setFlagsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected