aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/smtp.php
Commit message (Collapse)AuthorAgeFilesLines
* See previous check-inPaul S. Owen2002-06-291-231/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2651 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok this is just me being anal again... No code changes, just file headers..the_systech2002-04-021-9/+9
| | | | git-svn-id: file:///svn/phpbb/trunk@2467 89ea8834-ac86-4346-8a33-228a782c2dd0
* Stop being too paranoid about hacking of includes containing only fully ↵Paul S. Owen2002-03-181-6/+1
| | | | | | inclusive functions git-svn-id: file:///svn/phpbb/trunk@2328 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updates to overcome security issue + updates of various functions, initial ↵Paul S. Owen2002-03-181-0/+5
| | | | | | version of profile registration include ... not completed but should be functional for obvious reasons(!) git-svn-id: file:///svn/phpbb/trunk@2304 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for various smtp issues reported in bugtrackerthe_systech2002-03-121-8/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@2295 89ea8834-ac86-4346-8a33-228a782c2dd0
* doh, left existing HELO in place ...Paul S. Owen2002-02-101-4/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@2074 89ea8834-ac86-4346-8a33-228a782c2dd0
* Updated ESMTP AUTH as indicated by SirSirPaul S. Owen2002-02-091-35/+39
| | | | git-svn-id: file:///svn/phpbb/trunk@2073 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added AUTH LOGIN support for smtp ... requires smtp_username and ↵Paul S. Owen2002-02-041-6/+18
| | | | | | smtp_password fields in config ... this DOESN'T support CRAM-MD5 or ODMR type authentication git-svn-id: file:///svn/phpbb/trunk@2053 89ea8834-ac86-4346-8a33-228a782c2dd0
* Increased the length of return codes allowed from smtp server to 256..the_systech2002-01-311-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2030 89ea8834-ac86-4346-8a33-228a782c2dd0
* This should fix bug #500134 and adds some additional error checking on smtp ↵the_systech2002-01-281-6/+27
| | | | | | email sends... git-svn-id: file:///svn/phpbb/trunk@2008 89ea8834-ac86-4346-8a33-228a782c2dd0
* This should fix Bug #498451.. Keep it from including smtp.php more than once..the_systech2002-01-281-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@2007 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix for mass mail bug, plus some cleanups for php3 compatibility..CC and BCC ↵the_systech2002-01-041-5/+44
| | | | | | headers are now handled properly, and there is no longer any foreach statments used. git-svn-id: file:///svn/phpbb/trunk@1799 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug 481943. Regexp that normalized linebreaks to \r\n was fucked, so ↵natec2001-11-261-4/+4
| | | | | | 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. git-svn-id: file:///svn/phpbb/trunk@1443 89ea8834-ac86-4346-8a33-228a782c2dd0
* Re-added GPL disclaimersJames Atkinson2001-08-301-12/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
* Modified header commentsPaul S. Owen2001-08-261-11/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@933 89ea8834-ac86-4346-8a33-228a782c2dd0
* Something is definitely screwy with sourceforge right nowuid420622001-07-041-21/+25
| | | | git-svn-id: file:///svn/phpbb/trunk@555 89ea8834-ac86-4346-8a33-228a782c2dd0
* New file for smtp mailthe_systech2001-05-091-0/+154
git-svn-id: file:///svn/phpbb/trunk@266 89ea8834-ac86-4346-8a33-228a782c2dd0