PHP Classes

File: CHANGELOG

Recommend this page to a friend!
  Classes of Tanase Laurentiu Iulian   XPertMailer   CHANGELOG   Download  
File: CHANGELOG
Role: Documentation
Content type: text/plain
Description: CHANGELOG
Class: XPertMailer
Send and receive e-mail with SMTP and POP3
Author: By
Last change: New Major Version
Date: 16 years ago
Size: 1,161 bytes
 

Contents

Class file image Download
XPertMailer v.4 ChangeLog ========================= [Thursday, August 16, 2007] Version 4.0.2 - Updated Documentation - Fixed <period> in data() on SMTP Class (RFC2821 section 4.5.2) - Changed default <line end> value from LF to CRLF in MIME Class (RFC2821 section 2.3.7) - Fixed <new line> in qp_encode() on MIME Class - Fixed send QUIT response (SSL encryption bug) to be not read in disconnect() on SMTP Class [Sunday, July 01, 2007] Version 4.0.1 - Added Documentation for all public functions - Fixed AddHeader() in MAIL Class - Fixed EOL in MIME class for mail body message - Added auto select authentication type for SMTP - Added MD5-CRAM authentication support for SMTP - Changed the license from GPL to LGPL [Sunday, June 03, 2007] Beta Version - Added new features on MAIL class to use "SendMail" or "QMail" Unix program - Added example howto use step-by-step SMTP commands - Added new features on SMTP class (for basic SMTP commands) - Changed trace method for results using variable "$_RESULT" - Changed syntax on SMTP class (return value from functions) - Added examples howto use POP3 class - Added POP3 Class