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

Method getMessageByUID

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

Get the Message corresponding to the given UID. If no such message exists, null is returned. @param uid UID for the desired message @return the Message object. null is returned if no message corresponding to this UID is obtained. @exception MessagingException for failur

(long uid)

Source from the content-addressed store, hash-verified

137 * @exception MessagingException for failures
138 */
139 public Message getMessageByUID(long uid) throws MessagingException;
140
141 /**
142 * Get the Messages specified by the given range. The special

Callers 15

onAnsweredMethod · 0.65
onKeywordMethod · 0.65
onLabelMethod · 0.65
onAddMethod · 0.65
onMoveMethod · 0.65
onFetchMethod · 0.65
onDeleteMethod · 0.65
onHeadersMethod · 0.65
onRawMethod · 0.65
onBodyMethod · 0.65
onAttachmentMethod · 0.65
onDetachMethod · 0.65

Implementers 1

IMAPFolderapp/src/main/java/com/sun/mail/imap/IM

Calls

no outgoing calls

Tested by

no test coverage detected