from_line
Description:
Get the last scanned "From " line, from a recently scanned from.
This should only be called in the CAMEL_MIME_PARSER_STATE_FROM state. The from line will include the closing \n found (if there was one).
The return value will remain valid while in the CAMEL_MIME_PARSER_STATE_FROM state, or any deeper state.
Parameters:
this |
Returns:
The From line, or null if called out of context. |