emailhistory.php
来自「Software Testing Automation Framework (S」· PHP 代码 · 共 177 行
PHP
177 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head> <title>Software Testing Automation Framework (STAF)</title></head><body><?phprequire "top.php";require "navigate.php";?><!-- Insert text for page here --><tr><td><center><h1>Email Service History</h1></center><PRE>-------------------------------------------------------------------------------History Log for Email Service Legend: - Fixes + Features = Internal changes * Changes required to migrate from one release to another-------------------------------------------------------------------------------Version 3.2.0: 11/28/2006 + Added RESOLVEMESSAGE and NORESOLVEMESSAGE options to the service configuration PARMS and the SEND request to indicate whether the MESSAGE option should be resolved for STAF variables (Feature #1246356) - Updated to resolve PARMS values for STAF variables (Bug #1546244) + Added a SET request to allow modification of the Email service parameters (Feature #1591616) + Added a CONTENTTYPE option to support both text/plain and text/html content types in the message body (Feature #1249651) - Return an error if the FS GET for a SEND FILE request fails (Bug #1604077)-------------------------------------------------------------------------------Version 3.1.4: 08/16/2006 - Fixed problem where on some SMTP servers an extra attachment called "att000xx.txt" would be included in the Email message (Bug #1541600)-------------------------------------------------------------------------------Version 3.1.3: 02/27/2006 - Added a LINEEND configuration parameter to allow additional line ending characters required by some mail servers (Bug #1398788)-------------------------------------------------------------------------------Version 3.1.2: 11/29/2005 - Fixed multi-threading problem in Email service (Bug #1368689)-------------------------------------------------------------------------------Version 3.1.1: 08/25/2005 - Fixed problem where emails were not being sent when using certain SMTP servers (Bug #1160687)-------------------------------------------------------------------------------Version 3.1.0: 06/11/2005 + Added LIST SETTINGS request to show the service settings such as mail server and port (Feature #989754) + Added support for text and binary attachments (Feature #627800) + Added a NOHEADER option for the SEND request to indicate that the "Do not respond" header should not be included at the beginning of the email body (Feature #1215947) + Added a FROM option for the SEND request to allow specification of the sender of the email (Feature #944426) + Added logging to the Email service (Feature #1155343) + Added a 4001 return code for IOExceptions and 44xx/45xx SMTP return codes (Feature #1017852) -------------------------------------------------------------------------------Version 3.0.0: 04/21/2005 - Improved error message provided for RC 25 (Access Denied) for all requests (Bug #1054858) - Changed to use STAFUtil's common resolve variable methods (Bug #1151440) - Changed to use requester's endpoint instead of machine as the default location for submitting a FS GET FILE request (Bug #1153649) - Changed license from GPL to CPL for all source code (Bug #1149491) -------------------------------------------------------------------------------Version 3.0.0 Beta 7a: 02/02/2005 - Fixed problem where emails were no longer being sent (Bug #1115008) - Fixed problem where the email delivery message was not being written to the JVM log (Bug #1115028)-------------------------------------------------------------------------------Version 3.0.0 Beta 7: 12/13/2004 = Recompiled -------------------------------------------------------------------------------Version 3.0.0 Beta 5: 10/30/2004 + Changed to return STAFResult from init/term methods (Feature #584049) + Changed to use new STAFServiceInterfaceLevel30 (Feature #550251)-------------------------------------------------------------------------------Version 3.0.0 Beta 4: 09/29/2004 - Fixed additional problems where SEND requests would fail if the MAILSERVER was using strict checking (Bug #1032993)-------------------------------------------------------------------------------Version 3.0.0 Beta 3: 06/28/2004 - Fixed problem where SEND requests would fail if the MAILSERVER was using strict checking (Bug #972876)-------------------------------------------------------------------------------Version 3.0.0 Beta 2: 04/29/2004 + Updated to use STAFServiceInterfaceLevel5, only supported in STAF V3.0.0, and to use new syntax for the VAR service (Feature #464843) -------------------------------------------------------------------------------Version 1.1.0: 08/23/2003 - Send complete FROM address in Email service (Bug #791638, available in Email service V1.1.0) + Added a FILE option to the Email service, to email the contents of a text file (Feature #792897, available in Email service V1.1.0) - Fixed problem where Email service was not correctly resolving option variables (Bug #787072, available in Email service V1.1.0)-------------------------------------------------------------------------------Version 1.0.1: 05/02/2003-------------------------------------------------------------------------------Version 1.0.0: 10/07/2002 + Initial release-------------------------------------------------------------------------------</PRE></td></tr><!-- end of text for page --><?phprequire "bottom.php";?></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?