Removed unwanted committed files.

This commit is contained in:
Jocelyn Fiat
2017-05-12 14:55:02 +02:00
parent fb9af26d32
commit 7028892374
26 changed files with 0 additions and 15043 deletions

View File

@@ -1,41 +0,0 @@
note
description: "[
Notification mailer based on STMP protocol.
Note: it is based on EiffelNet {SMTP_PROTOCOL} implementation, and may not be complete.
]"
author: "$Author: jfiat $"
date: "$Date: 2015-06-30 11:07:17 +0200 (mar., 30 juin 2015) $"
revision: "$Revision: 97586 $"
class
NOTIFICATION_SSL_SMTP_MAILER
inherit
NOTIFICATION_SMTP_MAILER
redefine
smtp_protocol
end
create
make,
make_with_user
feature {NONE} -- Initialization
smtp_protocol: SSL_SMTP_PROTOCOL
-- SMTP protocol.
invariant
note
copyright: "2011-2017, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software
5949 Hollister Ave., Goleta, CA 93117 USA
Telephone 805-685-1006, Fax 805-685-6869
Website http://www.eiffel.com
Customer support http://support.eiffel.com
]"
end

View File

@@ -1,36 +0,0 @@
note
description: "Summary description for {SSL_SMTP_PROTOCOL}."
author: ""
date: "$Date$"
revision: "$Revision$"
class
SSL_SMTP_PROTOCOL
inherit
SMTP_PROTOCOL
redefine
socket
end
create
make
feature -- Access
socket: detachable SSL_NETWORK_STREAM_SOCKET
-- Socket use to communicate
invariant
note
copyright: "2011-2017, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[
Eiffel Software
5949 Hollister Ave., Goleta, CA 93117 USA
Telephone 805-685-1006, Fax 805-685-6869
Website http://www.eiffel.com
Customer support http://support.eiffel.com
]"
end