赵春宇
赵春宇

Reputation: 11

how can i get QQMail Starred folder with java mail

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

Upvotes: 0

Views: 61

Answers (1)

赵春宇
赵春宇

Reputation: 11

"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"

Upvotes: 0

Related Questions