Better EMAIL.message computing.

Send end of input file for stdin mode.
This commit is contained in:
2016-01-12 16:04:24 +01:00
parent d20c377580
commit 1b2496b7f0
2 changed files with 15 additions and 8 deletions

View File

@@ -3,7 +3,6 @@ note
Component responsible to send email using an external mailer
i.e: an external tool such as sendmail or a script, ...
]"
author: "$Author$"
date: "$Date$"
revision: "$Revision$"
@@ -103,6 +102,7 @@ feature -- Basic operation
if attached stdin_termination_sequence as v then
p.put_string (v)
end
p.put_string ("%N") -- End Of Input file.
end
else
if attached arguments as l_args then