Invalid date format: email module reads no emails

:bullseye: What is your goal?

To get Emails from Yandex.Mail (with an app password to a certain box through IMAP). From default /INBOX folder, all other default settings etc

:thinking: What is the problem & what have you tried?

I get an error about invalid date format. Even when i try to select “The first email” in “Choose where to start” menu - I get no items. UPD; Email module is the first module in my scenario, where i READ emails. So I map nothing to it. It is an internal error somewhere.

:clipboard: Error messages or input/output bundles

UID SEARCH Invalid input formatinvalid date format sc=************_2025-12-11-11-48_imap-production-main-117

1 Like

When Gmail throws “Invalid date format” and reads no emails, it almost always means the value you mapped into the Gmail module is not in a format the Gmail API accepts.

My advice would be to open your scenario’s run log, inspect the bundle before Gmail, and look at the exact value you are mapping into your fields.

I hope this helps you!

1 Like

Thank you for the answer. Email module is the first module in my scenario, where i READ emails. So I map nothing to it :slight_smile:

2 Likes

You can try changing “Choose where to start” to something like “From now on” or “All emails,” then recreate the connection and run the module once on its own to see if the behavior changes.

Check whether it still throws the same IMAP error even with no mapped inputs.

If it does, the next step is to contact Make support with your scenario details so they can check it on their side.

Hi BiM,

I noticed that Yandex.Mail doesn’t have a built-in module in Make. If you’re using the HTTP module, please double-check the format of the Date parameter expected in the HTTP call. To help you find a better solution, could you provide more details about the specific call you’re working with?

Thank You