Package overit.geocall.mail
Class Dsn
java.lang.Object
overit.geocall.mail.Dsn
Class used to manage the Domain Name System
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the string containing for messageReturns the string containing the for receptionistReturns the string containing the notificationimply()Returns the state
-
Field Details
-
DISPOSITION_NOTIFICATION_DISPLAYED
- See Also:
-
DISPOSITION_NOTIFICATION_DELETED
- See Also:
-
DELIVERY_ACTION_FAILED
- See Also:
-
DELIVERY_ACTION_DELAYED
- See Also:
-
DELIVERY_ACTION_DELIVERED
- See Also:
-
DELIVERY_ACTION_RELAYED
- See Also:
-
DELIVERY_ACTION_EXPANDED
- See Also:
-
_forMessage
-
_forReceptionist
-
_notification
-
_status
-
-
Constructor Details
-
Dsn
Constructor for the Dns- Parameters:
forMessage- String for messageforReceptionist- String for receptionistnotification- Notification stringstatus- String containing the status
-
-
Method Details
-
getForMessage
Returns the string containing for message- Returns:
- The string containing for message
-
getForReceptionist
Returns the string containing the for receptionist- Returns:
- The string containing the fot receptionist
-
getNotification
Returns the string containing the notification- Returns:
- The string containing the notification
-
imply
Returns the state- Returns:
- The state
-