From b20e782ddc2c4b564a899f9206bc6efbbb263a67 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Tue, 14 Feb 2012 11:07:26 -0500 Subject: [PATCH] Addtional comments --- mystic/mis_client_http.pas | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mystic/mis_client_http.pas b/mystic/mis_client_http.pas index 226267e..29bea86 100644 --- a/mystic/mis_client_http.pas +++ b/mystic/mis_client_http.pas @@ -1,6 +1,9 @@ {$I M_OPS.PAS} -Unit MIS_Client_POP3; +Unit MIS_Client_HTTP; + +// placeholder for HTTP server if Mystic needs one? +// based off off initial POP3 server footprint Interface