AFAIK it is just for development/testing. Here's some stuff from Andy a month or so ago:
WeÂll need to create a Âinjbosstest target soon. IÂm working on a script runner which will let us write branched conditional scripts like below inside of unit tests. IÂm also writing a Âserver side one which will let us debug things easier. S: 220 %ANYTHING% C: EHLO noone.nowhere.com END S: 250-%ANYTHING% Hello noone.nowhere.com (localhost.localdomain [127.0.0.1]) C: %NOTHING% END S: 250 AUTH LOGIN PLAIN C: AUTH LOGIN END S: 334 VXNlcm5hbWU6 C: %encode(test) END S: 334 UGFzc3dvcmQ6 C: %encode(testpw) END S: 235 Authentication Successful C: MAIL FROM: <[EMAIL PROTECTED]> END S: 250 Sender <[EMAIL PROTECTED]> OK C: RCPT TO: <[EMAIL PROTECTED]> END S: 250 Recipient <[EMAIL PROTECTED]> OK C: DATA END S: 354 Ok Send data ending with . C: bla bla . END View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828124#3828124 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828124 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
