You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Stefano Bagnara (JIRA)" <se...@james.apache.org> on 2006/05/15 16:06:07 UTC

[jira] Created: (JAMES-498) Convert smtp and pop3 tests to use commons-net instead of ristretto.

Convert smtp and pop3 tests to use commons-net instead of ristretto.
--------------------------------------------------------------------

         Key: JAMES-498
         URL: http://issues.apache.org/jira/browse/JAMES-498
     Project: James
        Type: Sub-task

    Versions: 2.4.0    
    Reporter: Stefano Bagnara
 Assigned to: Stefano Bagnara 
    Priority: Minor
     Fix For: 2.4.0


As we already depends on commons-net we should migrate also smpt and pop3 test clients from ristretto to commons-net: ristretto is for sure more stable and high quality than commons-net client libraries, but they are junit tests, so we can safely switch.

I just did a test with the commons-net SMTP class, and excluding I had to parse the ehlo result I had no problem...


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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Updated: (JAMES-498) Convert smtp and pop3 tests to use commons-net instead of ristretto.

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-498?page=all ]

Stefano Bagnara updated JAMES-498:
----------------------------------

    Fix Version/s:     (was: 3.0)

> Convert smtp and pop3 tests to use commons-net instead of ristretto.
> --------------------------------------------------------------------
>
>                 Key: JAMES-498
>                 URL: http://issues.apache.org/jira/browse/JAMES-498
>             Project: James
>          Issue Type: Sub-task
>    Affects Versions: 2.3.0a1
>            Reporter: Stefano Bagnara
>         Assigned To: Stefano Bagnara
>            Priority: Minor
>             Fix For: 2.3.0b1
>
>
> As we already depends on commons-net we should migrate also smpt and pop3 test clients from ristretto to commons-net: ristretto is for sure more stable and high quality than commons-net client libraries, but they are junit tests, so we can safely switch.
> I just did a test with the commons-net SMTP class, and excluding I had to parse the ehlo result I had no problem...

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Resolved: (JAMES-498) Convert smtp and pop3 tests to use commons-net instead of ristretto.

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-498?page=all ]
     
Stefano Bagnara resolved JAMES-498:
-----------------------------------

    Resolution: Fixed

I did mainly a search&replace task. All the tasks pass again but any review is welcome!

> Convert smtp and pop3 tests to use commons-net instead of ristretto.
> --------------------------------------------------------------------
>
>          Key: JAMES-498
>          URL: http://issues.apache.org/jira/browse/JAMES-498
>      Project: James
>         Type: Sub-task

>     Versions: 2.4.0
>     Reporter: Stefano Bagnara
>     Assignee: Stefano Bagnara
>     Priority: Minor
>      Fix For: 2.4.0

>
> As we already depends on commons-net we should migrate also smpt and pop3 test clients from ristretto to commons-net: ristretto is for sure more stable and high quality than commons-net client libraries, but they are junit tests, so we can safely switch.
> I just did a test with the commons-net SMTP class, and excluding I had to parse the ehlo result I had no problem...

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Commented: (JAMES-498) Convert smtp and pop3 tests to use commons-net instead of ristretto.

Posted by "Bernd Fondermann (JIRA)" <se...@james.apache.org>.
    [ http://issues.apache.org/jira/browse/JAMES-498?page=comments#action_12402320 ] 

Bernd Fondermann commented on JAMES-498:
----------------------------------------

great. hopefully i find the time to actively support  the migration!

> Convert smtp and pop3 tests to use commons-net instead of ristretto.
> --------------------------------------------------------------------
>
>          Key: JAMES-498
>          URL: http://issues.apache.org/jira/browse/JAMES-498
>      Project: James
>         Type: Sub-task

>     Versions: 2.4.0
>     Reporter: Stefano Bagnara
>     Assignee: Stefano Bagnara
>     Priority: Minor
>      Fix For: 2.4.0

>
> As we already depends on commons-net we should migrate also smpt and pop3 test clients from ristretto to commons-net: ristretto is for sure more stable and high quality than commons-net client libraries, but they are junit tests, so we can safely switch.
> I just did a test with the commons-net SMTP class, and excluding I had to parse the ehlo result I had no problem...

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] Updated: (JAMES-498) Convert smtp and pop3 tests to use commons-net instead of ristretto.

Posted by "Stefano Bagnara (JIRA)" <se...@james.apache.org>.
     [ http://issues.apache.org/jira/browse/JAMES-498?page=all ]

Stefano Bagnara updated JAMES-498:
----------------------------------

    Fix Version: 2.3.0b1
        Version: 2.3.0a1
                     (was: 2.4.0)

> Convert smtp and pop3 tests to use commons-net instead of ristretto.
> --------------------------------------------------------------------
>
>          Key: JAMES-498
>          URL: http://issues.apache.org/jira/browse/JAMES-498
>      Project: James
>         Type: Sub-task

>     Versions: 2.3.0a1
>     Reporter: Stefano Bagnara
>     Assignee: Stefano Bagnara
>     Priority: Minor
>      Fix For: 2.4.0, 2.3.0b1

>
> As we already depends on commons-net we should migrate also smpt and pop3 test clients from ristretto to commons-net: ristretto is for sure more stable and high quality than commons-net client libraries, but they are junit tests, so we can safely switch.
> I just did a test with the commons-net SMTP class, and excluding I had to parse the ehlo result I had no problem...

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org