RETR command only fetch 1 line of message
-----------------------------------------
Key: JAMES-973
URL: https://issues.apache.org/jira/browse/JAMES-973
Project: JAMES Server
Issue Type: Bug
Components: POP3Server
Affects Versions: 3.0, 3.0-M1, Trunk
Reporter: Norman Maurer
Assignee: Norman Maurer
Fix For: 3.0-M1
>From ML:
Good day.
My MUA began fetching only one line after I upgraded to 3.0-M1 Trunk.
Upon investagation, I discovered during a telnet session with the POP3 server
that when the"RETR" command is entered only one line is retrieved.
"TOP" works fine, though.
To reproduce, at a console session:
----------------------------------------------------------------------
# telnet [POPSERVER] [PORT]
Trying [POPSERVER IP NO.]...
Connected to [POPSERVER IP NO.].
Escape character is '^]'.
+OK [SERVERNAME]. POP3 server (JAMES POP3 Server @@VERSION@@) ready
USER [USERNAME]
+OK
PASS [PASSWORD]
+OK Welcome [USERNAME]
STAT
+OK 1 742
RETR 1
+OK Message follows
[ONLY ONE LINE IS RETRIEVED]
TOP 1 10000
+OK Message follows
[FULL MESSAGE IS RETRIEVED]
----------------------------------------------------------------------
Any ideas?
Thank you.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]