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

Method getPermanentFlags

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

Get the permanent flags supported by this Folder. Returns a Flags object that contains all the flags supported. The special flag Flags.Flag.USER indicates that this Folder supports arbitrary user-defined flags. The supported permanent flags for a folder may not be available u

()

Source from the content-addressed store, hash-verified

681 * @return permanent flags, or null if not known
682 */
683 public abstract Flags getPermanentFlags();
684
685 /**
686 * Get total number of messages in this Folder. <p>

Callers 12

monitorAccountMethod · 0.95
runMethod · 0.95
onSetFlagMethod · 0.45
onAnsweredMethod · 0.45
onKeywordMethod · 0.45
onAddMethod · 0.45
onMoveMethod · 0.45
onReportMethod · 0.45
onSynchronizeMessagesMethod · 0.45
synchronizeMessageMethod · 0.45
load_serverMethod · 0.45
searchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected