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