home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / CMS / xoops-2.0.18.1.exe / xoops-2.0.18.1 / htdocs / class / mail / phpmailer / ChangeLog.txt next >
Encoding:
Text File  |  2006-05-27  |  6.6 KB  |  185 lines

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