Uses of Interface
alt.javax.mail.Session
Packages that use Session
Package
Description
-
Uses of Session in alt.javax.mail
Classes in alt.javax.mail that implement SessionMethods in alt.javax.mail that return SessionModifier and TypeMethodDescriptionSession.getDefaultInstance
(Properties props) Session.getDefaultInstance
(Properties props, Authenticator authenticator) SessionImpl.getDefaultInstance
(Properties props) SessionImpl.getDefaultInstance
(Properties props, Authenticator authenticator) Session.getInstance
(Properties props) Session.getInstance
(Properties props, Authenticator authenticator) SessionImpl.getInstance
(Properties props) SessionImpl.getInstance
(Properties props, Authenticator authenticator) -
Uses of Session in alt.javax.mail.internet
Methods in alt.javax.mail.internet with parameters of type SessionModifier and TypeMethodDescriptionMimeMessageFactory.createMimeMessage
(Session session) MimeMessageFactoryImpl.createMimeMessage
(Session session) Constructors in alt.javax.mail.internet with parameters of type Session -
Uses of Session in com.mockobjects.mail
Classes in com.mockobjects.mail that implement SessionMethods in com.mockobjects.mail that return SessionModifier and TypeMethodDescriptionMockSession.getDefaultInstance
(Properties props) MockSession.getDefaultInstance
(Properties props, Authenticator authenticator) MockSession.getInstance
(Properties props) MockSession.getInstance
(Properties props, Authenticator authenticator) -
Uses of Session in com.mockobjects.mail.internet
Methods in com.mockobjects.mail.internet with parameters of type SessionModifier and TypeMethodDescriptionMockMimeMessageFactory.createMimeMessage
(Session aSession) void
MockMimeMessageFactory.setExpectedSession
(Session aSession)