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

Method getUID

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

Get the UID for the specified message. Note that the message must belong to this folder. Otherwise java.util.NoSuchElementException is thrown. @param message Message from this folder @return UID for this message @exception NoSuchElementException if the given Message is not in th

(Message message)

Source from the content-addressed store, hash-verified

185 * @exception MessagingException for other failures
186 */
187 public long getUID(Message message) throws MessagingException;
188
189 /**
190 * Returns the predicted UID that will be assigned to the

Callers 14

fetchMethod · 0.65
findUidMethod · 0.65
findMessagesMethod · 0.65
onAddMethod · 0.65
onDeleteMethod · 0.65
onExistsMethod · 0.65
onReportMethod · 0.65
onPurgeFolderMethod · 0.65
onSynchronizeMessagesMethod · 0.65
compareMethod · 0.65
synchronizeMessageMethod · 0.65
expungeMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected