History log of /PHP-8.2/ext/standard/tests/mail/bug80706.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 8e2c08c5 31-May-2022 Christoph M. Becker

Mark Windows mail tests as conflicting

These tests are not (yet) supposed to be run in parallel.

# d2bb59cc 12-May-2022 Christoph M. Becker

Test standard mail and imap on Windows CI

We setup the currently latest version of hMailServer[1] as mail server,
and configure according to imap_include.inc. To not require further

Test standard mail and imap on Windows CI

We setup the currently latest version of hMailServer[1] as mail server,
and configure according to imap_include.inc. To not require further
configuration, we adapt mail_skipif.inc and mail_include.inc to match
that configuration. However, we also change the default domain to the
reserved `example.com`.

We also update the standard mail tests to use the `--EXTENSIONS--`
section (instead of skipping the tests if ext/imap is not available).

Finally, we fix bug80751.phpt to expect the configured To and Cc mail
addresses.

[1] <https://www.hmailserver.com/>

Closes GH-8357.

show more ...

# ca7547c9 04-Feb-2021 Christoph M. Becker

Fix #80706: mail(): Headers after Bcc headers may be ignored

We need to handle the case where a CRLF after a Bcc header is not the
beginning of a folding marker, because in that case the

Fix #80706: mail(): Headers after Bcc headers may be ignored

We need to handle the case where a CRLF after a Bcc header is not the
beginning of a folding marker, because in that case the Bcc header was
not the last "thing".

Closes GH-6666.

show more ...