Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certain Emails Not Being Returned #2722

Open
Sleepingeye opened this issue Aug 29, 2023 · 0 comments
Open

Certain Emails Not Being Returned #2722

Sleepingeye opened this issue Aug 29, 2023 · 0 comments

Comments

@Sleepingeye
Copy link

From manual page: https://php.net/function.imap-search

I've tried on two different servers, and it seems that either:

  1. Emails that were moved from a different server.
    or
  2. Emails that have a different "To" address than currently connected to.

Don't work. I've manually Telnet'd to the servers in question, and copy-pasted the query - the server returns the expected results of the messages.

For example, if I have the message that has the following attributes FROM: abc@abc.com TO xyz@xyz.com SUBJECT test, and the server I'm connected to is "def@def.com", performing an imap_search([def@def.com], 'SUBJECT "TEST"') or imap_search([def@def.com], 'FROM "abc"') returns nothing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant