Uses of Class
jakarta.mail.URLName
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
A POP3 protocol provider for the Jakarta Mail API
that provides access to a POP3 message store.
An SMTP protocol provider for the Jakarta Mail API
that provides access to an SMTP server.
-
Uses of URLName in jakarta.mail
Modifier and TypeMethodDescriptionFolder.getURLName()
Return a URLName representing this folder.Service.getURLName()
Return a URLName representing this service.Modifier and TypeMethodDescriptionGet a closed Folder object for the given URLName.abstract Folder
Return a closed Folder object, corresponding to the given URLName.Session.getPasswordAuthentication
(URLName url) Return any saved PasswordAuthentication for this (store or transport) URLName.Get a Store object for the given URLName.Session.getTransport
(URLName url) Get a Transport object for the given URLName.void
Session.setPasswordAuthentication
(URLName url, PasswordAuthentication pw) Save a PasswordAuthentication for this (store or transport) URLName.protected void
Service.setURLName
(URLName url) Set the URLName representing this service. -
Uses of URLName in org.eclipse.angus.mail.gimap
ModifierConstructorDescriptionGmailSSLStore
(Session session, URLName url) Constructor that takes a Session object and a URLName that represents a specific IMAP server.GmailStore
(Session session, URLName url) Constructor that takes a Session object and a URLName that represents a specific IMAP server.protected
GmailStore
(Session session, URLName url, String name, boolean isSSL) Constructor used by GmailSSLStore subclass. -
Uses of URLName in org.eclipse.angus.mail.imap
ModifierConstructorDescriptionIMAPSSLStore
(Session session, URLName url) Constructor that takes a Session object and a URLName that represents a specific IMAP server.Constructor that takes a Session object and a URLName that represents a specific IMAP server.protected
Constructor used by this class and by IMAPSSLStore subclass. -
Uses of URLName in org.eclipse.angus.mail.pop3
-
Uses of URLName in org.eclipse.angus.mail.smtp
ModifierConstructorDescriptionSMTPSSLTransport
(Session session, URLName urlname) Constructor.SMTPTransport
(Session session, URLName urlname) Constructor that takes a Session object and a URLName that represents a specific SMTP server.protected
SMTPTransport
(Session session, URLName urlname, String name, boolean isSSL) Constructor used by this class and by SMTPSSLTransport subclass.