|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 Service 的软件包 | |
|---|---|
| com.sun.mail.imap | An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store. |
| com.sun.mail.pop3 | A POP3 protocol provider for the JavaMail API that provides access to a POP3 message store. |
| com.sun.mail.smtp | An SMTP protocol provider for the JavaMail API that provides access to an SMTP server. |
| javax.mail | The JavaMailTM API provides classes that model a mail system. |
| com.sun.mail.imap 中 Service 的使用 |
|---|
| com.sun.mail.imap 中 Service 的子类 | |
|---|---|
class |
IMAPSSLStore
This class provides access to an IMAP message store over SSL. |
class |
IMAPStore
This class provides access to an IMAP message store. |
| com.sun.mail.pop3 中 Service 的使用 |
|---|
| com.sun.mail.pop3 中 Service 的子类 | |
|---|---|
class |
POP3SSLStore
A POP3 Message Store using SSL. |
class |
POP3Store
A POP3 Message Store. |
| com.sun.mail.smtp 中 Service 的使用 |
|---|
| com.sun.mail.smtp 中 Service 的子类 | |
|---|---|
class |
SMTPSSLTransport
This class implements the Transport abstract class using SMTP over SSL for message submission and transport. |
class |
SMTPTransport
This class implements the Transport abstract class using SMTP for message submission and transport. |
| javax.mail 中 Service 的使用 |
|---|
| javax.mail 中 Service 的子类 | |
|---|---|
class |
Store
An abstract class that models a message store and its access protocol, for storing and retrieving messages. |
class |
Transport
An abstract class that models a message transport. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||