Thanks for the bug report! I just committed a patch to CVS that should
fix this. Please checkout the latest from CVS and test if you can (it's
such a simple patch, hopefully I can get away without direct testing).
:)
Serge Knystautas
Loki Technologies
http://www.lokitech.com/
Gautam Mani wrote:
>
> Hi,
> There's a small but important bug to be fixed in the POP3 Server. The POP3Handler
>splits up the command line into arguments before processing them. In the case of the
>PASS command, we cannot use this argument (as we do currently); as a space could also
>be a part of the password.
> So, the fix is to do a substring from 5 to the end of the commandString in the case
>of PASS.
>
> Bye.
> Gautam
> --
> To iterate is human, to recurse, divine.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/>
Problems?: [EMAIL PROTECTED]