javamail - How to check if IMAPFolder is hidden? -
how may check if javax.mail.folder
or com.sun.mail.imap.imapfolder
object in javamail api represents hidden folder?
there's no universal notion of "hidden folder".
if imap server using unix files, can check folder/file name starts dot.
what sort of imap server using? have existing folders "hidden"?
Comments
Post a Comment