[ http://issues.apache.org/jira/browse/GERONIMO-1530?page=all ]

Rick McGuire updated GERONIMO-1530:
-----------------------------------

    Attachment: Service.patch

> javax.mail.Service does not properly implement the protocol between javamail 
> infrastructure and transport handlers.
> -------------------------------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1530
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1530
>      Project: Geronimo
>         Type: Bug
>   Components: mail
>     Versions: 1.0
>     Reporter: Rick McGuire
>  Attachments: Service.patch
>
> The javamail spec defines a Service.connect() method that performs a number 
> of setup functions (including authentication) before doing a mail transport 
> operation by calling a transport's protocolConnect() method. .  Currently, 
> the Geronimo javamail implementation has very incomplete implementation of 
> the connect method, and the SMTP transport implementation directly overrides 
> connect rather than perform the connection operation in protocolConnect().  
> Implementation of SMTP authentication is dependent on a more complete 
> implementation. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to