Provided a CMS_EMAIL, and CMS_API.process_email (CMS_EMAIL)

This commit is contained in:
2015-06-30 16:11:49 +02:00
parent 8294a47f17
commit 28ab4786a1
3 changed files with 41 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ feature -- Access
elseif l_output.is_case_insensitive_equal ("@stdout") then
f := io.output
else
create {PLAIN_TEXT_FILE} f.make_with_name (l_output)
create {RAW_FILE} f.make_with_name (l_output)
if not f.exists then
f.create_read_write
f.close