Append given Messages to this folder. This method can be invoked on a closed Folder. An appropriate MessageCountEvent is delivered to any MessageCountListener registered on this folder when the messages arrive in the folder. Folder implementations must not abort this operation if a Message in t
(Message[] msgs)
| 989 | * @exception MessagingException if the append failed. |
| 990 | */ |
| 991 | public abstract void appendMessages(Message[] msgs) |
| 992 | throws MessagingException; |
| 993 | |
| 994 | /** |
| 995 | * Prefetch the items specified in the FetchProfile for the |
no outgoing calls
no test coverage detected