Subscribe or unsubscribe this Folder. Not all Stores support subscription. This method can be invoked on a closed Folder. The implementation provided here just throws the MethodNotSupportedException. @param subscribe true to subscribe, false to unsubscribe @exception FolderNotFoundExcept
(boolean subscribe)
| 427 | * @exception MessagingException for other failures |
| 428 | */ |
| 429 | public void setSubscribed(boolean subscribe) |
| 430 | throws MessagingException { |
| 431 | throw new MethodNotSupportedException(); |
| 432 | } |
| 433 | |
| 434 | /** |
| 435 | * Returns true if this Folder has new messages since the last time |
no outgoing calls
no test coverage detected