![]() getSendToUser | This class method takes a String, a user, and removes the special header characters, such as (Comment) and [domain-literal]. It also does not check after the characters have been removed that it is a valid address. This is the same as getSendToUsers(String) method except this only expects one user. |
![]() getSendToUsers | This class method takes a String, a list of users separated by comments, and removes the special header characters, such as (Comment) or [domain-literal]. It also does not check to make sure after these have been removed, or that the addresses are somewhat valid (a valid address must contain an \"@\" and at least one \".\"). |
![]() removeWhiteSpace |
EmailHeader Constructor
|
Initializes a new instance of the EmailHeader class. |
Equals (inherited from Object) | |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
ToString (inherited from Object) |
Finalize (inherited from Object) | |
MemberwiseClone (inherited from Object) |
EmailHeader Class | com.neokernel.email Namespace