Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - bump minimum version, no more XP/2003 | Pierre Joye | 2012-03-04 | 1 | -0/+1 |
| | |||||
* | - silent warning (fix for #28038) | Pierre Joye | 2009-08-26 | 1 | -1/+1 |
| | |||||
* | Fixed a compiler warning (variable clobbering) | Ilia Alshanetsky | 2009-08-25 | 1 | -3/+3 |
| | |||||
* | - Fixed bug #28038 (Sent incorrect RCPT TO commands to SMTP server) | Garrett Serack | 2009-08-18 | 1 | -6/+33 |
| | |||||
* | MFH: Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo) | Kalle Sommer Nielsen | 2009-06-30 | 1 | -4/+42 |
| | | | | | # Note, this does not go in 5.2 because the inet ports for VC6 are not in that branch | ||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -6/+3 |
| | |||||
* | - MFH: It's 2006 and PHP 5 | Johannes Schlüter | 2006-02-08 | 1 | -2/+2 |
| | |||||
* | MFH | foobar | 2006-01-06 | 1 | -23/+29 |
| | |||||
* | - Fixed bug #29334 (mail() provides incorrect message time header) | foobar | 2005-08-07 | 1 | -47/+21 |
| | |||||
* | NetWare cleanup | Anantha Kesari H Y | 2005-07-28 | 1 | -22/+1 |
| | | | | | --Kamesh | ||||
* | FR 32275 - fifth parameter to preg_replace() to count number of replaces | Andrey Hristov | 2005-03-12 | 1 | -2/+4 |
| | | | | | | made. #it would be nice if someone of the doc team documents it. thanks! | ||||
* | time.h is available in NetWare LibC. | Anantha Kesari H Y | 2005-02-25 | 1 | -2/+2 |
| | | | | | path sperator has been changed from \ to / while including netware\sendmail_nw.h | ||||
* | Stricter cc header check. | Ilia Alshanetsky | 2005-01-19 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #28976 (use From: from headers if sendmail_from is empty) | foobar | 2005-01-19 | 1 | -2/+15 |
| | |||||
* | Exporting symbols used in the imap extension | Frank M. Kromann | 2003-12-08 | 1 | -3/+3 |
| | |||||
* | Fixed bug #25333 (Possible body corruption & crash in win32 mail()). | Ilia Alshanetsky | 2003-09-08 | 1 | -23/+18 |
| | |||||
* | Fixed bug #22947 (Ack() inside win32/sendmail.c may stall in certain | Ilia Alshanetsky | 2003-08-11 | 1 | -5/+5 |
| | | | | | situations). | ||||
* | Fixed bug #25037 (Possible infinite loop inside SendText()) | Ilia Alshanetsky | 2003-08-11 | 1 | -0/+1 |
| | |||||
* | Fixed bug #23798 (Spaces were not being stripped from Bcc header) | Ilia Alshanetsky | 2003-07-23 | 1 | -17/+47 |
| | | | | | Fixed bug #24663 (\n. sequences were not being escaped) | ||||
* | A add much more useful select(2) implementation than is provided by | Wez Furlong | 2003-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | windows sockets. The winsock implementation will only work with sockets; our implementation works with sockets and file descriptors. By association, stream_select() will now operate correctly with files, pipes and sockets. This change required linking against the winsock2 library. In terms of compatibility, only older versions of windows 95 do not have winsock2 installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user. Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x. | ||||
* | MFB: | Edin Kadribasic | 2003-01-07 | 1 | -2/+6 |
| | | | | | | Fixed bug #21442 (Crash of mail() on Windows when the first parameter is empty). | ||||
* | NetWare related changes/modifications. | Anantha Kesari H Y | 2003-01-03 | 1 | -0/+35 |
| | |||||
* | Typo. | Sara Golemon | 2002-12-28 | 1 | -1/+1 |
| | |||||
* | When scanning for cc: headers, make sure the header is JUST cc: and not bcc: ↵ | Sara Golemon | 2002-12-28 | 1 | -1/+1 |
| | | | | | | | or original-cc: or <anything-printable>cc: See Bugs # 21036 and # 20707 | ||||
* | Removing unused code and making sure headers are send when called from ↵ | Frank M. Kromann | 2002-12-06 | 1 | -18/+11 |
| | | | | imap_mail() | ||||
* | Dont scan headers for cc abd bcc if extra parameters are used for these | Frank M. Kromann | 2002-11-30 | 1 | -29/+27 |
| | |||||
* | - Forgot to add an extra space. | Markus Fischer | 2002-09-21 | 1 | -1/+1 |
| | |||||
* | 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 |
| |