Within the getMessageList request I'm trying this pattern:
filter: {
inMailboxes: [5],
after: [lastMsgDate]
}
but I get an error.
isn't "after" parameter supported yet?
if No, how can I retreive only new records without download whole list and checkdates with a loop?