summaryrefslogtreecommitdiff
path: root/win32/sendmail.c
Commit message (Expand)AuthorAgeFilesLines
* - MFH: It's 2006 and PHP 5Johannes Schlüter2006-02-081-2/+2
* MFHfoobar2006-01-061-23/+29
* - Fixed bug #29334 (mail() provides incorrect message time header)foobar2005-08-071-47/+21
* NetWare cleanupAnantha Kesari H Y2005-07-281-22/+1
* FR 32275 - fifth parameter to preg_replace() to count number of replacesAndrey Hristov2005-03-121-2/+4
* time.h is available in NetWare LibC.Anantha Kesari H Y2005-02-251-2/+2
* Stricter cc header check.Ilia Alshanetsky2005-01-191-1/+1
* - Fixed bug #28976 (use From: from headers if sendmail_from is empty)foobar2005-01-191-2/+15
* Exporting symbols used in the imap extensionFrank M. Kromann2003-12-081-3/+3
* Fixed bug #25333 (Possible body corruption & crash in win32 mail()).Ilia Alshanetsky2003-09-081-23/+18
* Fixed bug #22947 (Ack() inside win32/sendmail.c may stall in certainIlia Alshanetsky2003-08-111-5/+5
* Fixed bug #25037 (Possible infinite loop inside SendText())Ilia Alshanetsky2003-08-111-0/+1
* Fixed bug #23798 (Spaces were not being stripped from Bcc header)Ilia Alshanetsky2003-07-231-17/+47
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-1/+1
* MFB:Edin Kadribasic2003-01-071-2/+6
* NetWare related changes/modifications.Anantha Kesari H Y2003-01-031-0/+35
* Typo.Sara Golemon2002-12-281-1/+1
* When scanning for cc: headers, make sure the header is JUST cc: and not bcc: ...Sara Golemon2002-12-281-1/+1
* Removing unused code and making sure headers are send when called from imap_m...Frank M. Kromann2002-12-061-18/+11
* Dont scan headers for cc abd bcc if extra parameters are used for theseFrank M. Kromann2002-11-301-29/+27
* - Forgot to add an extra space.Markus Fischer2002-09-211-1/+1
* 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
* 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
* - 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
* - Revert fix for #14407. The From: header field IS different from theMarkus Fischer2002-06-021-30/+7
* - Try to fix most of the buffer overflows and dynamically allocate memory whereMarkus Fischer2002-06-021-13/+38
* - 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 hea...Markus Fischer2002-05-171-61/+116
* 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
* - 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
* - Try to find From: field in header, fallback to sendmail_from php.ini settingMarkus Fischer2002-05-141-3/+29
* - Fix win32 sendmail bug with Cc: in custom header not terminated with \r\nMarkus Fischer2002-05-141-14/+20
* Adding cvs IDFrank M. Kromann2001-12-201-0/+2
* Remove check for "To:" in headers. If "Reply-To:" exists the the To: entry wa...Frank M. Kromann2001-12-041-7/+7
* 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