Exemplo n.º 1
0
 /*
  * Get the enclosing message's Protocol object. Overrides
  * IMAPMessage.getProtocol().
  */
 protected IMAPProtocol getProtocol() throws ProtocolException, FolderClosedException {
   return msg.getProtocol();
 }