You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Warner (JIRA)" <de...@geronimo.apache.org> on 2006/09/27 18:31:59 UTC

[jira] Created: (GERONIMO-2439) add secure transport support to POP3 (i.e., SSL)

add secure transport support to POP3 (i.e., SSL)
------------------------------------------------

                 Key: GERONIMO-2439
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2439
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: mail
            Reporter: Jason Warner
            Priority: Minor


SSL authentication added to POP3

-- 
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] Commented: (GERONIMO-2439) add secure transport support to POP3 (i.e., SSL)

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2439?page=comments#action_12456540 ] 
            
Rick McGuire commented on GERONIMO-2439:
----------------------------------------

Jason, there are a couple of problems here that need to be fixed:

1)  Comments in the POP3 files still refer to smtp and smtps.  This really should be cleaned up (nit picking here).
2)  The default port for POP3Store and POP3SSLStore are different.  This really needs to be handled the way SMTPTransport/SMTPSTransport do it, with the default port value specified on the constructor. 

Just attach a new patch when you have these things fixed. 

> add secure transport support to POP3 (i.e., SSL)
> ------------------------------------------------
>
>                 Key: GERONIMO-2439
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2439
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: mail
>            Reporter: Jason Warner
>         Assigned To: Rick McGuire
>            Priority: Minor
>         Attachments: POP3SSLConnection.patch
>
>
> SSL authentication added to POP3

-- 
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-2439) add secure transport support to POP3 (i.e., SSL)

Posted by "Jason Warner (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2439?page=all ]

Jason Warner updated GERONIMO-2439:
-----------------------------------

    Attachment: POP3SSLConnection.patch

New class POP3SSLStore.java can be used in place of POP3Store to create an SSL connection.  No other POP3Store functions are affected.

> add secure transport support to POP3 (i.e., SSL)
> ------------------------------------------------
>
>                 Key: GERONIMO-2439
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2439
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: mail
>            Reporter: Jason Warner
>         Assigned To: Rick McGuire
>            Priority: Minor
>         Attachments: POP3SSLConnection.patch
>
>
> SSL authentication added to POP3

-- 
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-2439) add secure transport support to POP3 (i.e., SSL)

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

Rick McGuire reassigned GERONIMO-2439:
--------------------------------------

    Assignee: Rick McGuire

> add secure transport support to POP3 (i.e., SSL)
> ------------------------------------------------
>
>                 Key: GERONIMO-2439
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2439
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: mail
>            Reporter: Jason Warner
>         Assigned To: Rick McGuire
>            Priority: Minor
>
> SSL authentication added to POP3

-- 
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-2439) add secure transport support to POP3 (i.e., SSL)

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

Rick McGuire closed GERONIMO-2439.
----------------------------------

    Resolution: Fixed

Committed revision 483693.

Thanks for the contribution Jason!

> add secure transport support to POP3 (i.e., SSL)
> ------------------------------------------------
>
>                 Key: GERONIMO-2439
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2439
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: mail
>            Reporter: Jason Warner
>         Assigned To: Rick McGuire
>            Priority: Minor
>         Attachments: POP3SSLConnection.patch, POP3SSLConnection.patch
>
>
> SSL authentication added to POP3

-- 
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-2439) add secure transport support to POP3 (i.e., SSL)

Posted by "Jason Warner (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2439?page=all ]

Jason Warner updated GERONIMO-2439:
-----------------------------------

    Attachment: POP3SSLConnection.patch

Sorry about that, Rick.  I though I had hounded out all those smtp references but I missed a bunch.  Fixed up that port thing as well.  Default for POP3Store is 110 and for POP3SSLStore is 995.

> add secure transport support to POP3 (i.e., SSL)
> ------------------------------------------------
>
>                 Key: GERONIMO-2439
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2439
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: mail
>            Reporter: Jason Warner
>         Assigned To: Rick McGuire
>            Priority: Minor
>         Attachments: POP3SSLConnection.patch, POP3SSLConnection.patch
>
>
> SSL authentication added to POP3

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