Uses of Class javax.mail.Session

Uses in package gnu.mail.providers.pop3

Constructors with parameter type javax.mail.Session

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

Uses in package javax.mail

Constructors with parameter type javax.mail.Session

Constructor that takes 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 object for this Message
Session
The session from which this service was created.

Methods with return type javax.mail.Session

Session
Session.getDefaultInstance(Properties props)
Get the default Session object.
Session
Session.getDefaultInstance(Properties props, Authenticator authenticator)
Get the default Session object.
Session
Session.getInstance(Properties props)
Get a new Session object.
Session
Session.getInstance(Properties props, Authenticator authenticator)
Get a new Session object.
Session
Return the Session we're operating in.

Uses in package gnu.mail.providers.imap

Constructors with parameter type javax.mail.Session

Constructor.

Uses in package javax.mail.internet

Constructors with parameter type javax.mail.Session

Default constructor.
MimeMessage.MimeMessage(Session session, InputStream is)
Constructs a MimeMessage by reading and parsing the data from the specified MIME InputStream.

Methods with parameter type javax.mail.Session

InternetAddress
Return an InternetAddress object representing the current user.

Uses in package gnu.mail.providers.maildir

Constructors with parameter type javax.mail.Session

Constructor.

Uses in package gnu.mail.providers.nntp

Constructors with parameter type javax.mail.Session

Constructor.
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.mbox

Constructors with parameter type javax.mail.Session

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

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