Provided a CMS_EMAIL, and CMS_API.process_email (CMS_EMAIL)
This commit is contained in:
18
src/service/cms_email.e
Normal file
18
src/service/cms_email.e
Normal 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
|
||||
Reference in New Issue
Block a user