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
{{ message }}
This repository was archived by the owner on Mar 30, 2022. It is now read-only.
Dear sir,
I am using your API to develop my probject about Email Client.
When I use your API, I can easy to get data( ex: method "ListFolder" "ListMessage" "GetUserData"), but I can not write or send data to yahoo, I always get error 500.
Here are my cmd:
jc.call("SendMessage",params=[{"savecopy": true,"message": {"to": {"email": "test@yahoo.com","name": "SendMessage Test User" },"from": {"email": "ctest@yahoo.com","name": "SendMessage Test User"},"replyto": {"email": "test@yahoo.com","name": "SendMessage Test User"},"inreplyto": "SendMessage InReplyTo Value","mailer": "YahooMailRC","subject": "Message with Stationery","simplebody": {"text": "Let it snow\n","html": "your html page"}}}]);
jc.call("CreateFolder",params=[{"name": "TestFolder"}]})