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

18
src/service/cms_email.e Normal file
View File

@@ -0,0 +1,18 @@
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