History log of /PHP-5.5/win32/sendmail.c (Results 26 – 50 of 77)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a53ff6ff 03-Jan-2003 Anantha Kesari H Y

NetWare related changes/modifications.


# 45ff90cb 28-Dec-2002 Sara Golemon

Typo.


# 072d5c25 28-Dec-2002 Sara Golemon

When scanning for cc: headers, make sure the header is JUST cc: and not bcc: or original-cc: or <anything-printable>cc:
See Bugs # 21036 and # 20707


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3
# ac2f1624 06-Dec-2002 Frank M. Kromann

Removing unused code and making sure headers are send when called from imap_mail()


# 32d7284c 30-Nov-2002 Frank M. Kromann

Dont scan headers for cc abd bcc if extra parameters are used for these


Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# bcadd534 21-Sep-2002 Markus Fischer

- Forgot to add an extra space.


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt
# e2c5462d 02-Jul-2002 Frank M. Kromann

Oops. Last commit reverted some of sebastians changes.


# 57ec0667 02-Jul-2002 Frank M. Kromann

Switch from imap_sendmail.* to sendmail.c under Win32


Revision tags: php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0
# 596859eb 14-Jun-2002 Sebastian Bergmann

Remove unused local variables.


# d4711e51 13-Jun-2002 Markus Fischer

- We don't need the check here because the regex makes sure we never have \r\n
at the end of the header.


# 6189dac4 13-Jun-2002 Stefan Esser

Typo: == instead of =


# c3c4c613 13-Jun-2002 Stefan Esser

- should fix bug#17753


Revision tags: RELEASE_0_90
# 6c6ac37b 05-Jun-2002 Markus Fischer

- Headers are now rewritten to always have \r\n line endings for SMTP.
Also automatically removes superflous line breaks at
the start and end of the header.
# http://cr.yp.to/docs/smt

- Headers are now rewritten to always have \r\n line endings for SMTP.
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.

show more ...


# 44afb19d 03-Jun-2002 Markus Fischer

- Fix a leak and a crash.


# 9a97d556 02-Jun-2002 Markus Fischer

- Only add the To: field with the $to parameter if we don't have it in the
custom header. This was the behaviour < 4.2.x (but it was broken, this one
isn't).
# last commit for today,

- Only add the To: field with the $to parameter if we don't have it in the
custom header. This was the behaviour < 4.2.x (but it was broken, this one
isn't).
# last commit for today, promised.

show more ...


# d497ca14 02-Jun-2002 Markus Fischer

- Revert fix for #14407. The From: header field IS different from the
sendmail_from field which is in fact the retturn path.


# 1ec78a1e 02-Jun-2002 Markus Fischer

- Try to fix most of the buffer overflows and dynamically allocate memory where
applicable.


# b04656ad 02-Jun-2002 Markus Fischer

- Finish implementation of custom smtp port (introduces "smtp_port" ini config).


# c43f813d 02-Jun-2002 Markus Fischer

- Rephrase comment


# 05293f09 02-Jun-2002 Markus Fischer

- Classig problem: right idea, wrong pointer ...


Revision tags: php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2
# aec7987d 17-May-2002 Markus Fischer

- Win32 mail() is no longer case-sensitive when it comes to match for any headers
(e.g. from:, cc:, etc).
# Fixed also a crash I introduced earlier, which tells me no one tested it :)


Revision tags: php-4.3.0dev-ZendEngine2-Preview1
# bef1729f 15-May-2002 Frank M. Kromann

Fixing line breaks


# 03faaee8 15-May-2002 Markus Fischer

- Add support for Bcc in w32/sendmail code.


# 7a0866ff 14-May-2002 Markus Fischer

- Improve code so errors returned from the server are reported back to the user.
# Testers, testers, testers!


# b63236bd 14-May-2002 Markus Fischer

- Do not include the Cc: for the first Cc'd recipient (spotted by Richard).


1234