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
()
| 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> |
no outgoing calls
no test coverage detected