Uses of Class javax.mail.Session

Uses in package javax.mail.internet

Constructors with parameter type javax.mail.Session

Constructor for an empty message.
MimeMessage.MimeMessage(Session session, InputStream is)
Constructor with an input stream contining an RFC 822 message.

Methods with parameter type javax.mail.Session

MimeMessage
Creates a new MIME message.
InternetAddress
Returns an InternetAddress object representing the current user.

Uses in package gnu.mail.providers.mbox

Constructors with parameter type javax.mail.Session

MboxStore.MboxStore(Session session, URLName urlname)
Constructor.

Uses in package gnu.mail.providers.smtp

Constructors with parameter type javax.mail.Session

Creates a new SMTPTransport instance.

Uses in package gnu.mail.providers.imap

Constructors with parameter type javax.mail.Session

Constructor.

Uses in package gnu.mail.providers.pop3

Constructors with parameter type javax.mail.Session

POP3Store.POP3Store(Session session, URLName urlname)
Constructor.

Uses in package gnu.mail.providers.nntp

Constructors with parameter type javax.mail.Session

Constructor.
Constructor.

Uses in package javax.mail

Constructors with parameter type javax.mail.Session

Constructor with a session.
Service.Service(Session session, URLName url)
Constructor.
Store.Store(Session session, URLName url)
Constructor.
Constructor.

Fields of type javax.mail.Session

Session
The session in scope for this message.
Session
The session context for this service.

Methods with return type javax.mail.Session

Session
Session.getDefaultInstance(Properties props)
Get the default Session object.
Session
Session.getDefaultInstance(Properties props, Authenticator authenticator)
Returns the default session.
Session
Session.getInstance(Properties props)
Returns a new Session.
Session
Session.getInstance(Properties props, Authenticator authenticator)
Returns a new session.
Session
Returns the session context.

Uses in package gnu.mail.providers.maildir

Constructors with parameter type javax.mail.Session

Constructor.

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved