barbushin / php-imap

Manage mailboxes, filter/get/delete emails in PHP (supports IMAP/POP3/NNTP)
MIT License
1.65k stars 459 forks source link

Couldn't open stream #701

Open applibs opened 1 year ago

applibs commented 1 year ago

Environment (please complete the following information):

Your Text With this setting:

$mailbox->setConnectionArgs(
    CL_EXPUNGE // expunge deleted mails upon mailbox close
    | OP_SECURE // don't do non-secure authentication
);

I always got error: imap_open(): Couldn't open stream

Without that is all good.