Search code examples
javaemailqq

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


Solution

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