You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <se...@james.apache.org> on 2010/02/20 20:22:27 UTC

[jira] Created: (JAMES-973) RETR command only fetch 1 line of message

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JAMES-973) RETR command only fetch 1 line of message

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
     [ https://issues.apache.org/jira/browse/JAMES-973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved JAMES-973.
---------------------------------

    Resolution: Fixed

fixed.. thx

> 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org