All Versions
105
Latest Version
Avg Release Cycle
48 days
Latest Release
539 days ago

Changelog History
Page 10

  • v1.28 Changes

    July 30, 2001
    • ๐Ÿ›  Fixed a typo in SMTP class
    • ๐Ÿ›  Fixed header issue with Imail (win32) SMTP server
    • Made fopen() calls for attachments use "rb" to fix win32 error
  • v1.25 Changes

    July 02, 2001
    • โž• Added RFC 822 date fix (Patrice)
    • โž• Added improved error handling by adding a $ErrorInfo variable
    • โœ‚ Removed MailerDebug variable (obsolete with new error handler)
  • v1.20 Changes

    June 25, 2001
    • โž• Added quoted-printable encoding (Patrice)
    • ๐Ÿšš Set Version as public and removed PrintVersion()
    • ๐Ÿ”„ Changed phpdoc to only display public variables and methods
  • v1.19 Changes

    June 21, 2001
    • ๐Ÿ›  Fixed MS Mail header bug
    • Added fix for Bcc problem with mail(). Does not work on Win32 (See PHP bug report: http://www.php.net/bugs.php?id=11616)
    • mail() no longer passes a fifth parameter when not needed
  • v1.15 Changes

    June 15, 2001

    Note: these changes contributed by Patrice Fournier

    • ๐Ÿ”„ Changed all remaining \n to \r\n
    • Bcc: header no longer written to message except when sent directly to sendmail
    • โž• Added a small message to non-MIME compliant mail reader
    • โž• Added Sender variable to change the Sender email used in -f for sendmail/mail and in 'MAIL FROM' for smtp mode
    • ๐Ÿ”„ Changed boundary setting to a place it will be set only once
    • โœ‚ Removed transfer encoding for whole message when using multipart
    • Message body now uses Encoding in multipart messages
    • Can set encoding and type to attachments 7bit, 8bit and binary attachment are sent as is, base64 are encoded
    • Can set Encoding to base64 to send 8 bits body through 7 bits servers
  • v1.10 Changes

    June 12, 2001
    • ๐Ÿ›  Fixed win32 mail header bug (printed out headers in message body)
  • v1.09 Changes

    June 08, 2001
    • ๐Ÿ”„ Changed date header to work with Netscape mail programs
    • ๐Ÿ“š Altered phpdoc documentation
  • v1.08 Changes

    June 05, 2001
    • โž• Added enhanced error-checking
    • โž• Added phpdoc documentation to source
  • v1.06 Changes

    June 01, 2001
    • โž• Added optional name for file attachments
  • v1.05 Changes

    May 29, 2001
    • Code cleanup
    • โš  Eliminated sendmail header warning message
    • ๐Ÿ›  Fixed possible SMTP error