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

The parameters of the read function #1

Open
tahayassine opened this issue Feb 13, 2024 · 0 comments
Open

The parameters of the read function #1

tahayassine opened this issue Feb 13, 2024 · 0 comments

Comments

@tahayassine
Copy link

tahayassine commented Feb 13, 2024

hello,

First of all, thank you for creating this extension. I think she will be able to help me to do tests on the receipt of emails.

Unfortunately, I have a problem with the parameters that the read function can take.
When I want to retrieve an email with just the subject, I have an infinite call when I have several emails that have the same subject.
I would like to filter by the To receiver but when I add this new parameter, as follows:

let [message, err] = client.read({ Subject: ['Subject of email'], To: ['[email protected]'], });

I have the following error:

Command Argument Error. 11

Thank you in advance, if you have the opportunity to answer me.

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