From 806714a40bacfb89b673a324a64a142687acb6b2 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Mon, 27 Feb 2012 13:10:05 -0500 Subject: [PATCH] Removed password variable --- mystic/mis_client_pop3.pas | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mystic/mis_client_pop3.pas b/mystic/mis_client_pop3.pas index 524109d..28429f3 100644 --- a/mystic/mis_client_pop3.pas +++ b/mystic/mis_client_pop3.pas @@ -40,8 +40,7 @@ Type TPOP3Server = Class(TServerClient) Server : TServerManager; - UserName : String[40]; - Password : String[20]; + UserName : String[30]; LoggedIn : Boolean; GotQuit : Boolean; Cmd : String; @@ -112,7 +111,6 @@ Begin LoggedIn := False; GotQuit := False; UserName := ''; - Password := ''; UserPos := -1; For Count := 1 to MailSize Do