public abstract class EmailConnection extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
EmailConnection(String userName,
String password)
Initializes a new instance of the
EmailConnection class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Gets the password.
|
String |
getUserName()
Gets the user name.
|
protected EmailConnection(String userName, String password)
EmailConnection class.userName - The user name.password - The password.Copyright © 2026. All rights reserved.