Class MessageFlags


  • public class MessageFlags
    extends java.lang.Object
    The set of flags associated with a message. TODO - why not use javax.mail.Flags instead of having our own.

    Reference: RFC 2060 - para 2.3

    Version:
    0.1 on 14 Dec 2000
    Author:
    Charles Benett
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javax.mail.Flags ALL_FLAGS  
      static java.lang.String ANSWERED  
      static java.lang.String DELETED  
      static java.lang.String DRAFT  
      static java.lang.String FLAGGED  
      static java.lang.String SEEN  
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageFlags()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String format​(javax.mail.Flags flags)
      Returns IMAP formatted String of MessageFlags for named user
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MessageFlags

        public MessageFlags()
    • Method Detail

      • format

        public static java.lang.String format​(javax.mail.Flags flags)
        Returns IMAP formatted String of MessageFlags for named user