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