Uses of Interface
javax.mail.MultipartDataSource
-
Packages that use MultipartDataSource Package Description com.sun.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.javax.mail The Jakarta Mail API provides classes that model a mail system. -
-
Uses of MultipartDataSource in com.sun.mail.imap
Classes in com.sun.mail.imap that implement MultipartDataSource Modifier and Type Class Description class
IMAPMultipartDataSource
This class -
Uses of MultipartDataSource in javax.mail
Methods in javax.mail with parameters of type MultipartDataSource Modifier and Type Method Description protected void
Multipart. setMultipartDataSource(MultipartDataSource mp)
Setup this Multipart object from the given MultipartDataSource.
-