public Folder[] listSubscribed() throws MessagingException {
   return folder.listSubscribed();
 }
 public Folder[] listSubscribed(String pattern) throws MessagingException {
   return folder.listSubscribed(pattern);
 }