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

Method getUID

app/src/main/java/com/sun/mail/imap/IMAPMessage.java:200–202  ·  view source on GitHub ↗

Return the UID for this message. Returns -1 if not known; use UIDFolder.getUID() in this case. @return the UID @see javax.mail.UIDFolder#getUID

()

Source from the content-addressed store, hash-verified

198 * @see javax.mail.UIDFolder#getUID
199 */
200 protected long getUID() {
201 return uid;
202 }
203
204 protected void setUID(long uid) {
205 this.uid = uid;

Callers 5

toUIDSetMethod · 0.95
expungeMethod · 0.95
getUIDMethod · 0.95
processFetchResponseMethod · 0.95
setFlagsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected