@Override
 public void removeBodyPart(int index) throws MessagingException {
   if (ZPARSER) {
     removePart(index);
   } else {
     super.removeBodyPart(index);
   }
 }