Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops. Last commit reverted some of sebastians changes. | Frank M. Kromann | 2002-07-02 | 1 | -10/+9 |
| | |||||
* | Switch from imap_sendmail.* to sendmail.c under Win32 | Frank M. Kromann | 2002-07-02 | 1 | -7/+56 |
| | |||||
* | Remove unused local variables. | Sebastian Bergmann | 2002-06-14 | 1 | -1/+1 |
| | |||||
* | - We don't need the check here because the regex makes sure we never have \r\n | Markus Fischer | 2002-06-13 | 1 | -6/+0 |
| | | | | | at the end of the header. | ||||
* | Typo: == instead of = | Stefan Esser | 2002-06-13 | 1 | -1/+1 |
| | |||||
* | - should fix bug#17753 | Stefan Esser | 2002-06-13 | 1 | -2/+8 |
| | |||||
* | - Headers are now rewritten to always have \r\n line endings for SMTP. | Markus Fischer | 2002-06-05 | 1 | -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 Fischer | 2002-06-03 | 1 | -7/+6 |
| | |||||
* | - Only add the To: field with the $to parameter if we don't have it in the | Markus Fischer | 2002-06-02 | 1 | -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 the | Markus Fischer | 2002-06-02 | 1 | -30/+7 |
| | | | | | sendmail_from field which is in fact the retturn path. | ||||
* | - Try to fix most of the buffer overflows and dynamically allocate memory where | Markus Fischer | 2002-06-02 | 1 | -13/+38 |
| | | | | | applicable. | ||||
* | - Finish implementation of custom smtp port (introduces "smtp_port" ini config). | Markus Fischer | 2002-06-02 | 1 | -2/+5 |
| | |||||
* | - Rephrase comment | Markus Fischer | 2002-06-02 | 1 | -1/+1 |
| | |||||
* | - Classig problem: right idea, wrong pointer ... | Markus Fischer | 2002-06-02 | 1 | -1/+1 |
| | |||||
* | - Win32 mail() is no longer case-sensitive when it comes to match for any ↵ | Markus Fischer | 2002-05-17 | 1 | -61/+116 |
| | | | | | | | | headers (e.g. from:, cc:, etc). # Fixed also a crash I introduced earlier, which tells me no one tested it :) | ||||
* | Fixing line breaks | Frank M. Kromann | 2002-05-15 | 1 | -1/+0 |
| | |||||
* | - Add support for Bcc in w32/sendmail code. | Markus Fischer | 2002-05-15 | 1 | -8/+71 |
| | |||||
* | - Improve code so errors returned from the server are reported back to the user. | Markus Fischer | 2002-05-14 | 1 | -30/+77 |
| | | | | | # Testers, testers, testers! | ||||
* | - Do not include the Cc: for the first Cc'd recipient (spotted by Richard). | Markus Fischer | 2002-05-14 | 1 | -0/+1 |
| | |||||
* | - Convert unix to dos line endings. | Markus Fischer | 2002-05-14 | 1 | -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 setting | Markus Fischer | 2002-05-14 | 1 | -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\n | Markus Fischer | 2002-05-14 | 1 | -14/+20 |
| | | | | | - Fix some obvious errors returned by the module, little cleanup. | ||||
* | Adding cvs ID | Frank M. Kromann | 2001-12-20 | 1 | -0/+2 |
| | |||||
* | Remove check for "To:" in headers. If "Reply-To:" exists the the To: entry ↵ | Frank M. Kromann | 2001-12-04 | 1 | -7/+7 |
| | | | | | | | was not created. This is WIn32 only. | ||||
* | modified to enable imap_mail() on win32 | Frank M. Kromann | 2001-12-04 | 1 | -3/+5 |
| | |||||
* | - Fix for bug 8909 and 12680 (timezone problem) | Derick Rethans | 2001-11-30 | 1 | -1/+1 |
| | |||||
* | This should fix the multiple-line problem. | Sterling Hughes | 2000-09-05 | 1 | -2/+5 |
| | |||||
* | Fix warning | Zeev Suraski | 2000-08-06 | 1 | -2/+2 |
| | |||||
* | Fix & optimize | Zeev Suraski | 2000-08-06 | 1 | -4/+3 |
| | |||||
* | Add Joey Smith's sendmail_port patch | Stanislav Malyshev | 2000-08-06 | 1 | -1/+8 |
| | |||||
* | Geez, you'd think English wasn' tmy native tongue. | Joey Smith | 2000-08-04 | 1 | -2/+2 |
| | |||||
* | Outdated URL, link to the master site instead. | Joey Smith | 2000-08-04 | 1 | -2/+2 |
| | |||||
* | should fix bug #5729 | Hartmut Holzgraefe | 2000-07-28 | 1 | -1/+3 |
| | | | | | | # I'm unable to test, as I still haven't got working Windows # Please check that it compiles. | ||||
* | fix warning in VC6 | Thies C. Arntzen | 2000-07-11 | 1 | -1/+1 |
| | |||||
* | - Oops, missed two GLOBAL()'s. | Jouni Ahto | 2000-07-10 | 1 | -2/+2 |
| | |||||
* | - Another attempt to sync with PHP3 and handle multiple recipients. | Jouni Ahto | 2000-07-10 | 1 | -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 Suraski | 2000-06-27 | 1 | -30/+12 |
| | | | | | | | defined, and breaks the Win32 build | ||||
* | should now get multiple To: and Cc: recievers right | Hartmut Holzgraefe | 2000-06-27 | 1 | -12/+30 |
| | | | | | (code taken from php3 version) | ||||
* | - Make Windows compile | Andi Gutmans | 2000-06-17 | 1 | -1/+1 |
| | | | | | - Windows doesn't support LC_MESSAGES | ||||
* | C++ // comments are evil ... | Hartmut Holzgraefe | 2000-06-16 | 1 | -50/+53 |
| | |||||
* | Use php.ini instead of php3.ini | Zeev Suraski | 1999-06-19 | 1 | -1/+1 |
| | |||||
* | Sync. with php3. Only add Date: and From: if not supplied by user | Frank M. Kromann | 1999-06-10 | 1 | -13/+15 |
| | |||||
* | A lot of cleanups... Removed old thread-safe code and other redundant code ↵ | Zeev Suraski | 1999-04-24 | 1 | -32/+23 |
| | | | | and files | ||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+0 |
| | |||||
* | A lot of php3_ini -> php_ini work | Zeev Suraski | 1999-04-10 | 1 | -3/+3 |
| | |||||
* | PHP 4.0 | Zeev Suraski | 1999-04-07 | 1 | -0/+511 |