You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Alexei Osipov (JIRA)" <ji...@apache.org> on 2016/04/18 20:26:25 UTC

[jira] [Created] (GERONIMO-6552) Javamail module not fully reads SMTP server responses

Alexei Osipov created GERONIMO-6552:
---------------------------------------

             Summary: Javamail module not fully reads SMTP server responses
                 Key: GERONIMO-6552
                 URL: https://issues.apache.org/jira/browse/GERONIMO-6552
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: mail
            Reporter: Alexei Osipov
            Priority: Minor


Method {{sendData(MimeMessage msg)}} of class {{SMTPConnection}} in module {{geronimo-javamail_1.4_provider}} reads only first line of response after sending content.

This causes two problems in case of *multi-line* response:
1) Only the first line of response is received from remote server. So the SMPT session is left in inconsistent state.
2) In case of error only the first line of error message is passed to exception.

The problem is present in geronimo-javamail_1.4_provider version 1.8.4 and in trunk.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)