summaryrefslogtreecommitdiff
path: root/win32/sendmail.c
Commit message (Collapse)AuthorAgeFilesLines
* Oops. Last commit reverted some of sebastians changes.Frank M. Kromann2002-07-021-10/+9
|
* Switch from imap_sendmail.* to sendmail.c under Win32Frank M. Kromann2002-07-021-7/+56
|
* Remove unused local variables.Sebastian Bergmann2002-06-141-1/+1
|
* - We don't need the check here because the regex makes sure we never have \r\nMarkus Fischer2002-06-131-6/+0
| | | | | at the end of the header.
* Typo: == instead of =Stefan Esser2002-06-131-1/+1
|
* - should fix bug#17753Stefan Esser2002-06-131-2/+8
|
* - Headers are now rewritten to always have \r\n line endings for SMTP.Markus Fischer2002-06-051-5/+92
| | | | | | | Also automatically removes superflous line breaks at the start and end of the header. # http://cr.yp.to/docs/smtplf.html is a good read about this topic.
* - Fix a leak and a crash.Markus Fischer2002-06-031-7/+6
|
* - Only add the To: field with the $to parameter if we don't have it in theMarkus Fischer2002-06-021-2/+7
| | | | | | | custom header. This was the behaviour < 4.2.x (but it was broken, this one isn't). # last commit for today, promised.
* - Revert fix for #14407. The From: header field IS different from theMarkus Fischer2002-06-021-30/+7
| | | | | sendmail_from field which is in fact the retturn path.
* - Try to fix most of the buffer overflows and dynamically allocate memory whereMarkus Fischer2002-06-021-13/+38
| | | | | applicable.
* - Finish implementation of custom smtp port (introduces "smtp_port" ini config).Markus Fischer2002-06-021-2/+5
|
* - Rephrase commentMarkus Fischer2002-06-021-1/+1
|
* - Classig problem: right idea, wrong pointer ...Markus Fischer2002-06-021-1/+1
|
* - Win32 mail() is no longer case-sensitive when it comes to match for any ↵Markus Fischer2002-05-171-61/+116
| | | | | | | | headers (e.g. from:, cc:, etc). # Fixed also a crash I introduced earlier, which tells me no one tested it :)
* Fixing line breaksFrank M. Kromann2002-05-151-1/+0
|
* - Add support for Bcc in w32/sendmail code.Markus Fischer2002-05-151-8/+71
|
* - Improve code so errors returned from the server are reported back to the user.Markus Fischer2002-05-141-30/+77
| | | | | # Testers, testers, testers!
* - Do not include the Cc: for the first Cc'd recipient (spotted by Richard).Markus Fischer2002-05-141-0/+1
|
* - Convert unix to dos line endings.Markus Fischer2002-05-141-0/+7
| | | | | # This is *really* annoying ... can only be an advantage for windows users imho.
* - Try to find From: field in header, fallback to sendmail_from php.ini settingMarkus Fischer2002-05-141-3/+29
| | | | | | (Original patch by Michael Sisolak <msisolak@yahoo.com>, enhanced a bit). @- Win32 mail() supports parsing 'From:' field from header (msisolak@yahoo.com, Markus).
* - Fix win32 sendmail bug with Cc: in custom header not terminated with \r\nMarkus Fischer2002-05-141-14/+20
| | | | | - Fix some obvious errors returned by the module, little cleanup.
* Adding cvs IDFrank M. Kromann2001-12-201-0/+2
|
* 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