Minor fixes

This commit is contained in:
jrmdev 2015-07-28 10:48:21 +10:00
commit a882d397a8
13 changed files with 20 additions and 121 deletions

View file

@ -51,11 +51,6 @@ class POP3(BaseRequestHandler):
'fullhash': User+":"+Pass,
})
#print text("[POP3] Address : %s" % color(self.client_address[0], 3))
#print text("[POP3] Username : %s" % color(User, 3))
#print text("[POP3] Password : %s" % color(Pass, 3))
#WriteData(settings.Config.POP3Log % self.client_address[0], User+":"+Pass, User+":"+Pass)
data = self.SendPacketAndRead()
else: