rapp-project / rapp-platform

RAPP Platform is a collection of ROS nodes and back-end processes that aim to deliver ready-to-use generic services to robots
Other
28 stars 20 forks source link

Email_fetch is not working #351

Closed MariaRamos89 closed 8 years ago

MariaRamos89 commented 8 years ago

Hi,

I've implemented email_fetch class in C++ API and the response from the server was

{"emails" : [], "error": ""}

I don't know why is returned this when I know that I have some mails in the account. I tried changing status_email, dates, etc. but it didn't work.

Thanks in advances

klpanagi commented 8 years ago

Check on the parameters of this integration test. The only reason, i can think of returning no entries is either having none unread emails in your email inbox or passing a small value for the date_to and/or date_from parameters

etsardou commented 8 years ago

Is this resolved? Any status updates?

MariaRamos89 commented 8 years ago

Now it's working, thanks