Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
2.0a2
-
None
-
None
-
Operating System: Windows NT/2K
Platform: PC
-
6340
Description
SMTP AUTH with <challenge> will not work
SMTPHandler.parseCommand() divide command like this.
[sample]
AUTH LOGIN challenge-string
command = AUTH
argument = LOGIN challenge-string
argument1 = null