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

Method setUID

app/src/main/java/com/sun/mail/imap/IMAPMessage.java:204–206  ·  view source on GitHub ↗
(long uid)

Source from the content-addressed store, hash-verified

202 }
203
204 protected void setUID(long uid) {
205 this.uid = uid;
206 }
207
208 /**
209 * Return the modification sequence number (MODSEQ) for this message.

Callers 3

getUIDMethod · 0.95
createMessagesForUIDsMethod · 0.95
processFetchResponseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected