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.