phpBB
Statistics
| Revision:

root / tags / release_2_0_2 / phpBB / includes / smtp.php

History | View | Annotate | Download (6.8 kB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
2845 08/08/2002 08:06 pm

This commit was manufactured by cvs2svn to create tag
'release_2_0_2'.

2715 07/19/2002 03:48 pm psotfx

Fix trailing , on email addresses

2483 04/04/2002 04:47 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.

2467 04/02/2002 11:13 pm the_systech

Ok this is just me being anal again... No code changes, just file headers..

2328 03/19/2002 12:53 am psotfx

Stop being too paranoid about hacking of includes containing only fully inclusive functions

2304 03/18/2002 02:35 pm psotfx

Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)

2295 03/12/2002 06:36 pm the_systech

Fix for various smtp issues reported in bugtracker

2074 02/10/2002 02:04 pm psotfx

doh, left existing HELO in place ...

2073 02/09/2002 11:08 pm psotfx

Updated ESMTP AUTH as indicated by SirSir

2053 02/04/2002 03:32 pm psotfx

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

2030 01/31/2002 10:16 pm the_systech

Increased the length of return codes allowed from smtp server to 256..

2008 01/28/2002 10:56 pm the_systech

This should fix bug #500134 and adds some additional error checking on smtp email sends...

2007 01/28/2002 10:03 pm the_systech

This should fix Bug #498451.. Keep it from including smtp.php more than once..

1799 01/04/2002 06:25 pm the_systech

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.

1443 11/26/2001 01:50 am natec

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.

943 08/31/2001 12:20 am thefinn

Re-added GPL disclaimers

933 08/26/2001 04:04 pm psotfx

Modified header comments

555 07/04/2001 11:49 pm uid42062

Something is definitely screwy with sourceforge right now

266 05/09/2001 11:47 pm the_systech

New file for smtp mail