Uses of Class
com.funambol.mail.BodyPart

Uses of BodyPart in com.funambol.mail
 

Methods in com.funambol.mail that return BodyPart
 BodyPart Multipart.getBodyPart(int index)
          Get the BodyPart at the specified index.
 

Methods in com.funambol.mail with parameters of type BodyPart
 void Multipart.addBodyPart(BodyPart part)
          Insert the part at the end of the MultiPart.
 void Multipart.addBodyPart(BodyPart part, int index)
          Insert the part at the specified index.
protected  void MIMEFormatter.formatBodyPartContent(BodyPart bodypart, java.io.OutputStream os, boolean encode)
           
 



Copyright © 2001-2009 Funambol.