X7ROOT File Manager
Current Path:
/opt/alt/tests/alt-php84-pecl-imap_1.0.3-1.el8/tests/setup
opt
/
alt
/
tests
/
alt-php84-pecl-imap_1.0.3-1.el8
/
tests
/
setup
/
ðŸ“
..
📄
clean.inc
(969 B)
📄
dovecot.conf
(1.33 KB)
📄
dovecotpass
(109 B)
📄
imap_include.inc
(6.63 KB)
📄
setup.sh
(282 B)
📄
skipif.inc
(364 B)
Editing: skipif.inc
<?php include __DIR__ . '/imap_include.inc'; $options = OP_HALFOPEN; // this should be enough to verify server present $retries = 0; // don't retry connect on failure $mbox = @imap_open(IMAP_SERVER, IMAP_MAILBOX_USERNAME, IMAP_MAILBOX_PASSWORD, $options, $retries); if (!$mbox) { die("skip could not connect to mailbox " . IMAP_SERVER); } imap_close($mbox);
Upload File
Create Folder