Files
ROC/src/service/cms_email.e

19 lines
390 B
Plaintext

note
description: "CMS interface representing an email to be used with {CMS_API}.process_email (e: CMS_EMAIL)."
date: "$Date$"
revision: "$Revision$"
class
CMS_EMAIL
inherit
NOTIFICATION_EMAIL
create
make
note
copyright: "2011-2015, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
end