public void fetch(Message[] msgs, FetchProfile fp) throws MessagingException {
   folder.fetch(msgs, fp);
 }