Get the Flags for this message.
()
| 1089 | * Get the Flags for this message. |
| 1090 | */ |
| 1091 | @Override |
| 1092 | public synchronized Flags getFlags() throws MessagingException { |
| 1093 | checkExpunged(); |
| 1094 | loadFlags(); |
| 1095 | return super.getFlags(); |
| 1096 | } |
| 1097 | |
| 1098 | /** |
| 1099 | * Test if the given Flags are set in this message. |
no test coverage detected