This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


com.sun.mail.smtp
class SMTPSSLTransport

javax.mail.Service extended by javax.mail.Transport extended by com.sun.mail.smtp.SMTPTransport extended by com.sun.mail.smtp.SMTPSSLTransport

public class SMTPSSLTransport
extends SMTPTransport

This class implements the Transport abstract class using SMTP over SSL for message submission and transport.


Field Summary
 
Fields inherited from class javax.mail.Service
debug, session, url
 
Constructor Summary
SMTPSSLTransport(Session session, URLName urlname)

          Constructor
 
Method Summary
 
Methods inherited from class com.sun.mail.smtp.SMTPTransport
checkConnected, close, connect, data, ehlo, finalize, finishData, getExtensionParameter, getLastReturnCode, getLastServerResponse, getLocalHost, getReportSuccess, getSASLRealm, getStartTLS, getUseRset, helo, isConnected, issueCommand, mailFrom, protocolConnect, rcptTo, readServerResponse, sendCommand, sendMessage, setLocalHost, setReportSuccess, setSASLRealm, setStartTLS, setUseRset, simpleCommand, simpleCommand, startTLS, supportsAuthentication, supportsExtension, xtext
 
Methods inherited from class javax.mail.Transport
addTransportListener, notifyTransportListeners, removeTransportListener, send, send, sendMessage
 
Methods inherited from class javax.mail.Service
addConnectionListener, close, connect, connect, connect, connect, finalize, getURLName, isConnected, notifyConnectionListeners, protocolConnect, queueEvent, removeConnectionListener, setConnected, setURLName, toString
 

Constructor Detail

SMTPSSLTransport

public SMTPSSLTransport(Session session,
                        URLName urlname)
Constructor

Parameters:
session
urlname


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention. The official Sun™ documentation can be found here at http://java.sun.com/products/javamail/javadocs/index.html.