broke31 ha scritto:
stò usando la JavaMail e la classe di cui stò parlando è javax.mail.Message ho cercato anche nella documentazione, ma non ho trovato nulla...
Non so se è esattamente quello che stavi cercando: la classe javax.mail.Message ha il metodo
public boolean isSet(Flags.Flag flag)
dove Flags.Flag è una classe simil-enum (non è una
enum di Java 5) che ha diversi valori tra cui SEEN che è descritto
This message is seen. This flag is implicitly set by the implementation when the this Message's content is returned to the client in some form. The getInputStream and getContent methods on Message cause this flag to be set.