note description: "[ Constants for Mail messages. GENERATED DO NOT MODIFY! ]" author: "Origo Team " date: "$Date$" revision: "$Revision$" class A_MAIL_CONSTANTS feature {NONE} -- Namespace mail_namespace: STRING = "aranea.mail" feature {NONE} -- Message types mail_send_type: STRING = "send" end