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

Method toSection

app/src/main/java/com/sun/mail/imap/IMAPMessage.java:1710–1715  ·  view source on GitHub ↗
(String what)

Source from the content-addressed store, hash-verified

1708 * section-string for this message.
1709 */
1710 private String toSection(String what) {
1711 if (sectionId == null)
1712 return what;
1713 else
1714 return sectionId + "." + what;
1715 }
1716
1717 /*
1718 * Clone an array of InternetAddresses.

Callers 3

getContentStreamMethod · 0.95
getHeaderMethod · 0.95
loadHeadersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected