elie222 / inbox-zero

Open source email app to reach inbox zero fast.
https://www.getinboxzero.com
GNU Affero General Public License v3.0
2.21k stars 206 forks source link

Mark emails as read #81

Closed elie222 closed 2 months ago

elie222 commented 6 months ago
elie222 commented 6 months ago

UNREAD label: https://developers.google.com/gmail/api/guides/labels https://developers.google.com/gmail/api/reference/rest/v1/users.messages/modify

See labelling in: apps/web/utils/gmail/label.ts Can add a function to this file: markRead(read: boolean)

In Gmail, messages receive labels. When a thread receives a label it's like applying it to every message in the thread.

ThisIsRahmat commented 6 months ago

Hi @elie222 can I work on this?

elie222 commented 5 months ago

Hi @elie222 can I work on this?

Hey, I missed this. It's been half done now. The other part is marking as unread. Although probably better to take a different issue. I'll probably add this myself soon.