syntax mail

state bol text
	char ">" quote
	noeat text

state text
	char "\n" bol
	eat text

state quote
	char "\n" bol
	eat quote

default comment quote
