public Folder getFolder(String name) throws MessagingException {
   return folder.getFolder(name);
 }