History | View | Annotate | Download (6.8 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_2'.
Fix trailing , on email addresses
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Ok this is just me being anal again... No code changes, just file headers..
Stop being too paranoid about hacking of includes containing only fully inclusive functions
Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)
Fix for various smtp issues reported in bugtracker
doh, left existing HELO in place ...
Updated ESMTP AUTH as indicated by SirSir
Added AUTH LOGIN support for smtp ... requires smtp_username and smtp_password fields in config ... this DOESN'T support CRAM-MD5 or ODMR type authentication
Increased the length of return codes allowed from smtp server to 256..
This should fix bug #500134 and adds some additional error checking on smtp email sends...
This should fix Bug #498451.. Keep it from including smtp.php more than once..
fix for mass mail bug, plus some cleanups for php3 compatibility..CC and BCC headers are now handled properly, and there is no longer any foreach statments used.
Fixed bug 481943. Regexp that normalized linebreaks to \r\n was fucked, so it was changing (char)\n to \r\n and dropping (char). Hence we lost the char before every single linebreak in every email sent thru SMTP. yay. ALso fixed so it gets the FROM address from the right place.
Re-added GPL disclaimers
Modified header comments
Something is definitely screwy with sourceforge right now
New file for smtp mail