History log of /PHP-8.0/ext/imap/tests/setup/imap_include.inc (Results 1 – 3 of 3)
Revision Date Author Comments
# 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 ...


# 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