Uses of Interface
javax.mail.MultipartDataSource
-
Packages that use MultipartDataSource Package Description gnu.mail.providers.imap This is a provider for the Internet Message Access Protocol, version 4rev1 (IMAP4rev1), as detailed in RFC 3501.javax.mail Classes modelling a mail system. -
-
Uses of MultipartDataSource in gnu.mail.providers.imap
Classes in gnu.mail.providers.imap that implement MultipartDataSource Modifier and Type Class Description class
IMAPMultipartDataSource
An IMAP multipart component. -
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)
Configures this multipart from the given data source.
-