You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <de...@geronimo.apache.org> on 2005/11/21 14:17:42 UTC

[jira] Created: (GERONIMO-1211) Problems with javamail implementation

Problems with javamail implementation
-------------------------------------

         Key: GERONIMO-1211
         URL: http://issues.apache.org/jira/browse/GERONIMO-1211
     Project: Geronimo
        Type: Bug
  Components: specs, mail  
    Versions: 1.0-M5    
 Environment: All
    Reporter: Rick McGuire


There are a couple of problems with the Geronimo javamail implementation:

1)  When adding recipients to the message using the array form, the address list is not updated correctly, resulting in a ClassCastException when the message is sent. 

2)  The MAIL commands used by the SMTP Transport code (currently in the sandbox) is not compatible with all SMTP servers (i.e., the Apache James server).  The email addresses on the commands need to be enclosed in "<" ">" pairs 

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


[jira] Closed: (GERONIMO-1211) Problems with javamail implementation

Posted by "Dain Sundstrom (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1211?page=all ]
     
Dain Sundstrom closed GERONIMO-1211:
------------------------------------

    Fix Version: 1.0
     Resolution: Fixed
      Assign To: Dain Sundstrom  (was: Geir Magnusson Jr)

Sending        specs/trunk/geronimo-spec-javamail/src/java/javax/mail/internet/InternetHeaders.java
Sending        trunk/sandbox/mail/project.xml
Sending        trunk/sandbox/mail/src/java/org/apache/geronimo/mail/smtp/SMTPTransport.java
Transmitting file data ...
Committed revision 351843.


> Problems with javamail implementation
> -------------------------------------
>
>          Key: GERONIMO-1211
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1211
>      Project: Geronimo
>         Type: Bug
>   Components: specs, mail
>     Versions: 1.0-M5
>  Environment: All
>     Reporter: Rick McGuire
>     Assignee: Dain Sundstrom
>      Fix For: 1.0
>  Attachments: javamail.patch, sandbox-mail.patch
>
> There are a couple of problems with the Geronimo javamail implementation:
> 1)  When adding recipients to the message using the array form, the address list is not updated correctly, resulting in a ClassCastException when the message is sent. 
> 2)  The MAIL commands used by the SMTP Transport code (currently in the sandbox) is not compatible with all SMTP servers (i.e., the Apache James server).  The email addresses on the commands need to be enclosed in "<" ">" pairs 

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


[jira] Assigned: (GERONIMO-1211) Problems with javamail implementation

Posted by "Geir Magnusson Jr (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1211?page=all ]

Geir Magnusson Jr reassigned GERONIMO-1211:
-------------------------------------------

    Assign To: Geir Magnusson Jr

> Problems with javamail implementation
> -------------------------------------
>
>          Key: GERONIMO-1211
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1211
>      Project: Geronimo
>         Type: Bug
>   Components: mail, specs
>     Versions: 1.0-M5
>  Environment: All
>     Reporter: Rick McGuire
>     Assignee: Geir Magnusson Jr
>  Attachments: javamail.patch, sandbox-mail.patch
>
> There are a couple of problems with the Geronimo javamail implementation:
> 1)  When adding recipients to the message using the array form, the address list is not updated correctly, resulting in a ClassCastException when the message is sent. 
> 2)  The MAIL commands used by the SMTP Transport code (currently in the sandbox) is not compatible with all SMTP servers (i.e., the Apache James server).  The email addresses on the commands need to be enclosed in "<" ">" pairs 

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


[jira] Updated: (GERONIMO-1211) Problems with javamail implementation

Posted by "Rick McGuire (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1211?page=all ]

Rick McGuire updated GERONIMO-1211:
-----------------------------------

    Attachment: javamail.patch
                sandbox-mail.patch

Two different patch files here:

javamail.patch -- patch file to the geronimo-specs-javamail jar file (part of the specs checkout). 
sandbox-mail.patch -- patch to the SMTP transport code in the sandbox\mail directory. 

> Problems with javamail implementation
> -------------------------------------
>
>          Key: GERONIMO-1211
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1211
>      Project: Geronimo
>         Type: Bug
>   Components: specs, mail
>     Versions: 1.0-M5
>  Environment: All
>     Reporter: Rick McGuire
>  Attachments: javamail.patch, sandbox-mail.patch
>
> There are a couple of problems with the Geronimo javamail implementation:
> 1)  When adding recipients to the message using the array form, the address list is not updated correctly, resulting in a ClassCastException when the message is sent. 
> 2)  The MAIL commands used by the SMTP Transport code (currently in the sandbox) is not compatible with all SMTP servers (i.e., the Apache James server).  The email addresses on the commands need to be enclosed in "<" ">" pairs 

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