Package overit.geocall.mail
Class Report
java.lang.Object
overit.geocall.mail.Report
This Class implements method and attributes to manage the definitions of a mail Report.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDsn(int i) Returns the dns in a specific positionintGets the dns countprotected static StringparseAddress(InternetHeaders ih, String name1, String name2, String def)
-
Field Details
-
REPORTING_UA
- See Also:
-
DISPOSITION_ORIGINAL_RECIPIENT
- See Also:
-
DISPOSITION_FINAL_RECIPIENT
- See Also:
-
ORIGINAL_MESSAGE_ID
- See Also:
-
DISPOSITION
- See Also:
-
ORIGINAL_ENVELOPE_ID
- See Also:
-
ACTION
- See Also:
-
STATUS
- See Also:
-
ARRIVAL_DATE
- See Also:
-
REPORT_TYPE_DISPOTITION_NOTIFICATION
- See Also:
-
REPORT_TYPE_DELIVERY_STATUS
- See Also:
-
_al
-
-
Constructor Details
-
Report
Creates a new Report- Parameters:
r- TheReport
-
-
Method Details
-
parseAddress
-
getDsnCount
public int getDsnCount()Gets the dns count- Returns:
- The dns count
-
getDsn
Returns the dns in a specific position- Parameters:
i- The position to get- Returns:
- The Dns in the specific posizion
-