summaryrefslogtreecommitdiff
path: root/win32/sendmail.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove check for "To:" in headers. If "Reply-To:" exists the the To: entry ↵Frank M. Kromann2001-12-041-7/+7
| | | | | | | was not created. This is WIn32 only.
* modified to enable imap_mail() on win32Frank M. Kromann2001-12-041-3/+5
|
* - Fix for bug 8909 and 12680 (timezone problem)Derick Rethans2001-11-301-1/+1
|
* This should fix the multiple-line problem.Sterling Hughes2000-09-051-2/+5
|
* Fix warningZeev Suraski2000-08-061-2/+2
|
* Fix & optimizeZeev Suraski2000-08-061-4/+3
|
* Add Joey Smith's sendmail_port patchStanislav Malyshev2000-08-061-1/+8
|
* Geez, you'd think English wasn' tmy native tongue.Joey Smith2000-08-041-2/+2
|
* Outdated URL, link to the master site instead.Joey Smith2000-08-041-2/+2
|
* should fix bug #5729Hartmut Holzgraefe2000-07-281-1/+3
| | | | | | # I'm unable to test, as I still haven't got working Windows # Please check that it compiles.
* fix warning in VC6Thies C. Arntzen2000-07-111-1/+1
|
* - Oops, missed two GLOBAL()'s.Jouni Ahto2000-07-101-2/+2
|
* - Another attempt to sync with PHP3 and handle multiple recipients.Jouni Ahto2000-07-101-11/+41
| | | | | | | | - Change all \'s to \r\n. - It's now PHP 4.0 WIN32 -mailer. # I'm unable to test, I haven't got Windows. Please check that it compiles.
* Revert the sendmail.c patch - it uses 4 different variables that aren't ↵Zeev Suraski2000-06-271-30/+12
| | | | | | | defined, and breaks the Win32 build
* should now get multiple To: and Cc: recievers rightHartmut Holzgraefe2000-06-271-12/+30
| | | | | (code taken from php3 version)
* - Make Windows compileAndi Gutmans2000-06-171-1/+1
| | | | | - Windows doesn't support LC_MESSAGES
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-161-50/+53
|
* Use php.ini instead of php3.iniZeev Suraski1999-06-191-1/+1
|
* Sync. with php3. Only add Date: and From: if not supplied by userFrank M. Kromann1999-06-101-13/+15
|
* A lot of cleanups... Removed old thread-safe code and other redundant code ↵Zeev Suraski1999-04-241-32/+23
| | | | and files
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+0
|
* A lot of php3_ini -> php_ini workZeev Suraski1999-04-101-3/+3
|
* PHP 4.0Zeev Suraski1999-04-071-0/+511