jmapio / jmap-perl

JMAP Proxy implemented in Perl
MIT License
152 stars 22 forks source link

getThreadUpdates broken? #40

Closed wolfsage closed 7 years ago

wolfsage commented 7 years ago

getThreadUpdates is returning message ids instead of thread ids.

This also means if you say 'fetchRecords => true', it claims the items are not found (since its looking up thread.id using message.id).

brong commented 7 years ago

Fixed :)

wolfsage commented 7 years ago

Thanks!