Constuctor.
()
| 8 | |
| 9 | /** Constuctor. */ |
| 10 | public MessageHeader() { |
| 11 | setupNative(); |
| 12 | } |
| 13 | |
| 14 | /** The constructor will parse the data encoded using RFC 822 and initializes |
| 15 | the content using those data. */ |
nothing calls this directly
no test coverage detected