* New MailToolAgent is included: -in Shark.conf file you have some settings for MailToolAgent (in fact for the DefaultMailMessageHandler) - when calling this tool agent, AppMode 0 means sending and 1 means receiving mail - when calling this tool agent, AppName is the name of MailMessageHandler class to use. We have default implementation of thisinterface called DefaultMailMessageHandler which needs 3 String IN parameters (destination address, mail subject and mail content) when sending mails, and 1 OUT or INOUT type parameter (message subject) when receiving mails. The example of usage forthis tool agent isin test-JavaScript.xpdl -> Mail Handling process.