blob: fac0bef6f8f9e3aa7346d942a1ff444004d2209c [file] [log] [blame]
package javax.mail.internet;
import javax.mail.Part;
/**
* Mock class providing the declarations required to compile the Cocoon code when
* the actual library is not present.
*
* @version CVS $Id: MimePart.java,v 1.1 2003/03/10 16:35:44 stefano Exp $
*/
public interface MimePart extends Part {
}