public boolean delete(boolean recurse) throws MessagingException {
   return folder.delete(recurse);
 }