You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: