| [ Index ] |
PHP Cross Reference of Limb3 |
[Summary view] [Print] [Text view]
1 ChangeLog 2 3 Version 1.72 (Wed, May 25 2004) 4 * Added Dutch, Swedish, Czech, Norwegian, and Turkish translations. 5 * Received: Removed this method because spam filter programs like 6 SpamAssassin reject this header. 7 * Fixed error count bug. 8 * SetLanguage default is now "language/". 9 * Fixed magic_quotes_runtime bug. 10 11 Version 1.71 (Tue, Jul 28 2003) 12 * Made several speed enhancements 13 * Added German and Italian translation files 14 * Fixed HELO/AUTH bugs on keep-alive connects 15 * Now provides an error message if language file does not load 16 * Fixed attachment EOL bug 17 * Updated some unclear documentation 18 * Added additional tests and improved others 19 20 Version 1.70 (Mon, Jun 20 2003) 21 * Added SMTP keep-alive support 22 * Added IsError method for error detection 23 * Added error message translation support (SetLanguage) 24 * Refactored many methods to increase library performance 25 * Hello now sends the newer EHLO message before HELO as per RFC 2821 26 * Removed the boundary class and replaced it with GetBoundary 27 * Removed queue support methods 28 * New $Hostname variable 29 * New Message-ID header 30 * Received header reformat 31 * Helo variable default changed to $Hostname 32 * Removed extra spaces in Content-Type definition (#667182) 33 * Return-Path should be set to Sender when set 34 * Adds Q or B encoding to headers when necessary 35 * quoted-encoding should now encode NULs \000 36 * Fixed encoding of body/AltBody (#553370) 37 * Adds "To: undisclosed-recipients:;" when all recipients are hidden (BCC) 38 * Multiple bug fixes 39 40 Version 1.65 (Fri, Aug 09 2002) 41 * Fixed non-visible attachment bug (#585097) for Outlook 42 * SMTP connections are now closed after each transaction 43 * Fixed SMTP::Expand return value 44 * Converted SMTP class documentation to phpDocumentor format 45 46 Version 1.62 (Wed, Jun 26 2002) 47 * Fixed multi-attach bug 48 * Set proper word wrapping 49 * Reduced memory use with attachments 50 * Added more debugging 51 * Changed documentation to phpDocumentor format 52 53 Version 1.60 (Sat, Mar 30 2002) 54 * Sendmail pipe and address patch (Christian Holtje) 55 * Added embedded image and read confirmation support (A. Ognio) 56 * Added unit tests 57 * Added SMTP timeout support (*nix only) 58 * Added possibly temporary PluginDir variable for SMTP class 59 * Added LE message line ending variable 60 * Refactored boundary and attachment code 61 * Eliminated SMTP class warnings 62 * Added SendToQueue method for future queuing support 63 64 Version 1.54 (Wed, Dec 19 2001) 65 * Add some queuing support code 66 * Fixed a pesky multi/alt bug 67 * Messages are no longer forced to have "To" addresses 68 69 Version 1.50 (Thu, Nov 08 2001) 70 * Fix extra lines when not using SMTP mailer 71 * Set WordWrap variable to int with a zero default 72 73 Version 1.47 (Tue, Oct 16 2001) 74 * Fixed Received header code format 75 * Fixed AltBody order error 76 * Fixed alternate port warning 77 78 Version 1.45 (Tue, Sep 25 2001) 79 * Added enhanced SMTP debug support 80 * Added support for multiple ports on SMTP 81 * Added Received header for tracing 82 * Fixed AddStringAttachment encoding 83 * Fixed possible header name quote bug 84 * Fixed wordwrap() trim bug 85 * Couple other small bug fixes 86 87 Version 1.41 (Wed, Aug 22 2001) 88 * Fixed AltBody bug w/o attachments 89 * Fixed rfc_date() for certain mail servers 90 91 Version 1.40 (Sun, Aug 12 2001) 92 * Added multipart/alternative support (AltBody) 93 * Documentation update 94 * Fixed bug in Mercury MTA 95 96 Version 1.29 (Fri, Aug 03 2001) 97 * Added AddStringAttachment() method 98 * Added SMTP authentication support 99 100 Version 1.28 (Mon, Jul 30 2001) 101 * Fixed a typo in SMTP class 102 * Fixed header issue with Imail (win32) SMTP server 103 * Made fopen() calls for attachments use "rb" to fix win32 error 104 105 Version 1.25 (Mon, Jul 02 2001) 106 * Added RFC 822 date fix (Patrice) 107 * Added improved error handling by adding a $ErrorInfo variable 108 * Removed MailerDebug variable (obsolete with new error handler) 109 110 Version 1.20 (Mon, Jun 25 2001) 111 * Added quoted-printable encoding (Patrice) 112 * Set Version as public and removed PrintVersion() 113 * Changed phpdoc to only display public variables and methods 114 115 Version 1.19 (Thu, Jun 21 2001) 116 * Fixed MS Mail header bug 117 * Added fix for Bcc problem with mail(). *Does not work on Win32* 118 (See PHP bug report: http://www.php.net/bugs.php?id=11616) 119 * mail() no longer passes a fifth parameter when not needed 120 121 Version 1.15 (Fri, Jun 15 2001) 122 [Note: these changes contributed by Patrice Fournier] 123 * Changed all remaining \n to \r\n 124 * Bcc: header no longer writen to message except 125 when sent directly to sendmail 126 * Added a small message to non-MIME compliant mail reader 127 * Added Sender variable to change the Sender email 128 used in -f for sendmail/mail and in 'MAIL FROM' for smtp mode 129 * Changed boundary setting to a place it will be set only once 130 * Removed transfer encoding for whole message when using multipart 131 * Message body now uses Encoding in multipart messages 132 * Can set encoding and type to attachments 7bit, 8bit 133 and binary attachment are sent as is, base64 are encoded 134 * Can set Encoding to base64 to send 8 bits body 135 through 7 bits servers 136 137 Version 1.10 (Tue, Jun 12 2001) 138 * Fixed win32 mail header bug (printed out headers in message body) 139 140 Version 1.09 (Fri, Jun 08 2001) 141 * Changed date header to work with Netscape mail programs 142 * Altered phpdoc documentation 143 144 Version 1.08 (Tue, Jun 05 2001) 145 * Added enhanced error-checking 146 * Added phpdoc documentation to source 147 148 Version 1.06 (Fri, Jun 01 2001) 149 * Added optional name for file attachments 150 151 Version 1.05 (Tue, May 29 2001) 152 * Code cleanup 153 * Eliminated sendmail header warning message 154 * Fixed possible SMTP error 155 156 Version 1.03 (Thu, May 24 2001) 157 * Fixed problem where qmail sends out duplicate messages 158 159 Version 1.02 (Wed, May 23 2001) 160 * Added multiple recipient and attachment Clear* methods 161 * Added Sendmail public variable 162 * Fixed problem with loading SMTP library multiple times 163 164 Version 0.98 (Tue, May 22 2001) 165 * Fixed problem with redundant mail hosts sending out multiple messages 166 * Added additional error handler code 167 * Added AddCustomHeader() function 168 * Added support for Microsoft mail client headers (affects priority) 169 * Fixed small bug with Mailer variable 170 * Added PrintVersion() function 171 172 Version 0.92 (Tue, May 15 2001) 173 * Changed file names to class.phpmailer.php and class.smtp.php to match 174 current PHP class trend. 175 * Fixed problem where body not being printed when a message is attached 176 * Several small bug fixes 177 178 Version 0.90 (Tue, April 17 2001) 179 * Intial public release
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sat Nov 22 03:48:54 2008 | Cross-referenced by PHPXref 0.7 |