History log of /PHP-8.1/ext/imap/tests/setup/imap_include.inc (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-8.1.7RC1, php-8.1.4RC1, php-8.1.3, php-8.1.2RC1, php-8.1.0, php-7.3.33, php-7.3.32, php-7.3.31, php-7.3.30, php-7.3.29, php-7.3.28
# 1ee6aad2 26-Feb-2021 George Peter Banyard

Fix Bug #80800 imap_open() fails when the flags parameter includes CL_EXPUNGE

This also affected imap_reopen().
Add a supplementary test that the CL_EXPUNGE flag does have
the intend

Fix Bug #80800 imap_open() fails when the flags parameter includes CL_EXPUNGE

This also affected imap_reopen().
Add a supplementary test that the CL_EXPUNGE flag does have
the intended effect.

Closes GH-6732

show more ...

Revision tags: php-7.3.27, php-7.3.26, php-7.3.26RC1
# e45cc31c 30-Nov-2020 George Peter Banyard

Add tests for passing a UID instead of a message number

# 5aaffc80 01-Dec-2020 George Peter Banyard

Backport IMAP test modernization to PHP-8.0 branch

Closes GH-6476