Index: C:/Lab/VOID/projects/james-trunk/src/java/org/apache/james/pop3server/POP3Handler.java =================================================================== --- C:/Lab/VOID/projects/james-trunk/src/java/org/apache/james/pop3server/POP3Handler.java (revision 168299) +++ C:/Lab/VOID/projects/james-trunk/src/java/org/apache/james/pop3server/POP3Handler.java (working copy) @@ -106,7 +106,7 @@ /** * The reader associated with incoming characters. */ - private BufferedReader in; + private CRLFTerminatedReader in; /** * The writer to which outgoing messages are written.