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:27:25 UTC

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

    [ https://issues.apache.org/jira/browse/GERONIMO-6552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15246248#comment-15246248 ] 

Alexei Osipov commented on GERONIMO-6552:
-----------------------------------------

Some SMTP servers add significant information on additional lines

Example of first line of error message from Google mail:
{quote}550-The message has been rejected by spam filtering engine. Please visit):{quote}
Without additional lines this error message is not very useful.

> 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)