Uses of Class
com.openexchange.mail.transport.MailTransport

Packages that use MailTransport
com.openexchange.mail.service   
com.openexchange.mail.service.impl   
com.openexchange.mail.transport   
 

Uses of MailTransport in com.openexchange.mail.service
 

Methods in com.openexchange.mail.service that return MailTransport
 MailTransport MailService.getMailTransport(com.openexchange.session.Session session, int accountId)
          Gets an appropriate instance of mail transport parameterized with given session.
 

Uses of MailTransport in com.openexchange.mail.service.impl
 

Methods in com.openexchange.mail.service.impl that return MailTransport
 MailTransport MailServiceImpl.getMailTransport(com.openexchange.session.Session session, int accountId)
           
 

Uses of MailTransport in com.openexchange.mail.transport
 

Methods in com.openexchange.mail.transport that return MailTransport
abstract  MailTransport TransportProvider.createNewMailTransport(com.openexchange.session.Session session)
          Gets a newly created mail transport
abstract  MailTransport TransportProvider.createNewMailTransport(com.openexchange.session.Session session, int accountId)
          Gets a newly created mail transport
static MailTransport MailTransport.getInstance(com.openexchange.session.Session session)
          Gets the proper instance of mail transport parameterized with given session.
static MailTransport MailTransport.getInstance(com.openexchange.session.Session session, int accountId)
          Gets the proper instance of mail transport for session user's default transport account.