from_line


Description:

[ Version ( since = "2.22" ) ]
public unowned string? from_line ()

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

a MimeParser

Returns:

The From line, or null if called out of context.