IMAP extension for PHP | WordPress.org

WordPress is not a mail server. What are you trying to accomplish with IMAP?

Thanks for the quick reply here.

1. We are implementing a simple PHP-IMAP based inbound mail processing module.
2. Sample here https://www.php.net/manual/en/function.imap-open.php

The IMAP extension is not available through the Docker image. Through normal LAMP it can be installed, but not on this PHP-WordPress image given by Docker.

Thanks

This is not a WordPress question, Vilok. You should talk to whomever created this docker image for you.

Ok thanks for the response, Steven. Closing this ticket.

Moderator
Yui

(@fierevere)

ゆい

IMAP can be accessed with CURL, some mail apps can use it as replacement for PHP IMAP. But i dont know why are you asking it for WordPress, WP is not a mail app.



Source link