public interface DClient
| Modifier and Type | Method and Description |
|---|---|
jakarta.mail.Session |
connect()
Connects to the email server.
|
EmailParticipant |
getPrincipal()
Returns name and email address used for connection.
|
String |
getProtocolName()
Returns a using protocol name.
|
jakarta.mail.Session connect()
throws SessionException
Session objectSessionException - The connection to the server has failed. The properties are broken.String getProtocolName()
EmailParticipant getPrincipal()
Copyright © 2023. All rights reserved.