jmapio / jmap-demo-webmail

Demo JMAP Webmail Client
MIT License
103 stars 20 forks source link

JMAP.mail.setFlagged is not a function #11

Closed s77rt closed 4 years ago

s77rt commented 4 years ago

Hi, Thanks for your work :)

Seems that the demo is trying to call a function that does not even exist in the library ? JMAP.mail.setFlagged is not a function TypeError: JMAP.mail.setFlagged is not a function happens when trying to star/flag an email

neilj commented 4 years ago

Fixed; the library API changed and the demo needed to be updated.