0

i have try this val f = store.defaultFolder.list("*") but just get : INBOX, Sent Messages, Drafts, Deleted Messages, Junk,

how to access QQMail or other Mail "Starred" folder

4

1 回答 1

0

"starred" is not a folder is a flag , and i get it by this line code message.flags.systemFlags.contains(Flags.Flag.FLAGGED) if get true means this message belong to "starred folder"

于 2021-01-28T09:55:40.763 回答