0

Messages from Spam folder request.

Hi guys,

I am trying to retrieve message info for messages in Spam folder. A query to ymail.folders shows that there's a folder with id = '%40B%40Bulk' to represent my Spam folder. But unfortunately, the messages are simply ignored, and not only when I apply filtering (select * from ymail.messages where fid = 'Inbox') but with general request, too.

Is my task feasible with the means of YQL at all?

Thanks.

by
2 Replies
  • No way, I am returning to Yahoo Mail Api Services.

    0
  • select * from ymail.messages where fid='@B@Bulk' works for me.

    1

Recent Posts

in YQL