1: package javax.mail.internet; 2: 3: public class MimePartDataSource { 4: public MimePartDataSource(MimePart part) { 5: } 6: }