All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.network.mail.pop3.TransientUserOptions

java.lang.Object
   |
   +----com.ibm.network.mail.pop3.UserOptions
           |
           +----com.ibm.network.mail.pop3.TransientUserOptions

public class TransientUserOptions
extends UserOptions
The class is used if the password of the POP3 user is not to be remembered.

Author:
Mohit M Sant
See Also:
UserOptions, PersistantUserOptions

Constructor Index

 o TransientUserOptions(String, int, boolean, String)
Constructor for TransientUserOptions.

Method Index

 o getUserPassword()
Returns login password of user.

Constructors

 o TransientUserOptions
 public TransientUserOptions(String loginId,
                             int delOpt,
                             boolean displayAllHeaders,
                             String pass)
Constructor for TransientUserOptions. Constructs a user option where password will not be remembered.

Parameters:
loginId - login ID of POP3 user.
delOpt - UserOptions.DELETE_NEVER if messages are to be left on server or UserOptions.DELETE_AT_END if messages are to deleted from the server.
displayAllHeaders - if all headers of a message are to be displayed.
pass - login password of the user.

Methods

 o getUserPassword
 public String getUserPassword()
Returns login password of user.

Returns:
password of user.
Overrides:
getUserPassword in class UserOptions

All Packages  Class Hierarchy  This Package  Previous  Next  Index