69 Commits (495a5ab0057504b6719ee5be7462db8fa64a46f2)

Author SHA1 Message Date
Kalle Sommer Nielsen 51f8b64752 MFH: Fixed bug #38091 (Mail() does not use FQDN when sending SMTP helo) 17 years ago
Marcus Boerger 50ea26760d - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 19 years ago
Johannes Schlüter 991c753bc5 - MFH: It's 2006 and PHP 5 20 years ago
foobar 6486069a3f MFH 20 years ago
foobar df5cfe27b4 - Fixed bug #29334 (mail() provides incorrect message time header) 21 years ago
Anantha Kesari H Y 0a89e44ed7 NetWare cleanup 21 years ago
Andrey Hristov 9e939133d2 FR 32275 - fifth parameter to preg_replace() to count number of replaces 21 years ago
Anantha Kesari H Y 147dab1b57 time.h is available in NetWare LibC. 21 years ago
Ilia Alshanetsky e8300c82a0 Stricter cc header check. 21 years ago
foobar 9feb47d70e - Fixed bug #28976 (use From: from headers if sendmail_from is empty) 21 years ago
Frank M. Kromann 819b2e56f9 Exporting symbols used in the imap extension 23 years ago
Ilia Alshanetsky a439221d6e Fixed bug #25333 (Possible body corruption & crash in win32 mail()). 23 years ago
Ilia Alshanetsky 5790626881 Fixed bug #22947 (Ack() inside win32/sendmail.c may stall in certain 23 years ago
Ilia Alshanetsky 6d8305a2d3 Fixed bug #25037 (Possible infinite loop inside SendText()) 23 years ago
Ilia Alshanetsky 9826911139 Fixed bug #23798 (Spaces were not being stripped from Bcc header) 23 years ago
Wez Furlong 0a18a9d744 A add much more useful select(2) implementation than is provided by 23 years ago
Edin Kadribasic 6d55e3456f MFB: 24 years ago
Anantha Kesari H Y a53ff6ff54 NetWare related changes/modifications. 24 years ago
Sara Golemon 45ff90cb18 Typo. 24 years ago
Sara Golemon 072d5c2575 When scanning for cc: headers, make sure the header is JUST cc: and not bcc: or original-cc: or <anything-printable>cc: 24 years ago
Frank M. Kromann ac2f1624d7 Removing unused code and making sure headers are send when called from imap_mail() 24 years ago
Frank M. Kromann 32d7284c52 Dont scan headers for cc abd bcc if extra parameters are used for these 24 years ago
Markus Fischer bcadd534ee - Forgot to add an extra space. 24 years ago
Frank M. Kromann e2c5462d91 Oops. Last commit reverted some of sebastians changes. 24 years ago
Frank M. Kromann 57ec06677f Switch from imap_sendmail.* to sendmail.c under Win32 24 years ago
Sebastian Bergmann 596859eb44 Remove unused local variables. 24 years ago
Markus Fischer d4711e51ae - We don't need the check here because the regex makes sure we never have \r\n 24 years ago
Stefan Esser 6189dac445 Typo: == instead of = 24 years ago
Stefan Esser c3c4c6137a - should fix bug#17753 24 years ago
Markus Fischer 6c6ac37be4 - Headers are now rewritten to always have \r\n line endings for SMTP. 24 years ago
Markus Fischer 44afb19d40 - Fix a leak and a crash. 24 years ago
Markus Fischer 9a97d55647 - Only add the To: field with the $to parameter if we don't have it in the 24 years ago
Markus Fischer d497ca147e - Revert fix for #14407. The From: header field IS different from the 24 years ago
Markus Fischer 1ec78a1e18 - Try to fix most of the buffer overflows and dynamically allocate memory where 24 years ago
Markus Fischer b04656ad40 - Finish implementation of custom smtp port (introduces "smtp_port" ini config). 24 years ago
Markus Fischer c43f813d8e - Rephrase comment 24 years ago
Markus Fischer 05293f09eb - Classig problem: right idea, wrong pointer ... 24 years ago
Markus Fischer aec7987d9e - Win32 mail() is no longer case-sensitive when it comes to match for any headers 24 years ago
Frank M. Kromann bef1729fc6 Fixing line breaks 24 years ago
Markus Fischer 03faaee849 - Add support for Bcc in w32/sendmail code. 24 years ago
Markus Fischer 7a0866ff90 - Improve code so errors returned from the server are reported back to the user. 24 years ago
Markus Fischer b63236bd84 - Do not include the Cc: for the first Cc'd recipient (spotted by Richard). 24 years ago
Markus Fischer e3974c36ba - Convert unix to dos line endings. 24 years ago
Markus Fischer 0815b55950 - Try to find From: field in header, fallback to sendmail_from php.ini setting 24 years ago
Markus Fischer 87286cdb3f - Fix win32 sendmail bug with Cc: in custom header not terminated with \r\n 24 years ago
Frank M. Kromann a0492dc8f4 Adding cvs ID 25 years ago
Frank M. Kromann 66d7578c36 Remove check for "To:" in headers. If "Reply-To:" exists the the To: entry was not created. 25 years ago
Frank M. Kromann 86a884e538 modified to enable imap_mail() on win32 25 years ago
Derick Rethans 2afc5d6924 - Fix for bug 8909 and 12680 (timezone problem) 25 years ago
Sterling Hughes 9a2726e208 This should fix the multiple-line problem. 26 years ago