parse


Description:

[ CCode ( cname = "internet_address_list_parse" ) ]
public static InternetAddressList? parse (ParserOptions? options, string str)

Construct a list of internet addresses from the given string.

Parameters:

options

a ParserOptions or null

str

a string containing internet addresses

Returns:

a InternetAddressList or null if the input string does not contain any addresses.