Removed password variable

This commit is contained in:
mysticbbs 2012-02-27 13:10:05 -05:00
parent f74c99f392
commit 806714a40b
1 changed files with 1 additions and 3 deletions

View File

@ -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