Go to file
2023-07-18 16:16:40 +02:00
back improve add account flow 2023-07-16 16:24:30 +02:00
front add implementation of colors for address in front 2023-07-18 16:16:40 +02:00
.gitignore fix types highestmodseq 2023-05-02 12:12:09 +02:00
.prettierrc fetching mailboxes from api 2023-03-17 13:31:27 +01:00
doc.js started some app structure 2023-03-13 00:13:17 +01:00
README.md load message in page loading 2023-05-08 01:10:13 +02:00

TRIFORM

WORK IN PROGRESS

TRIFORM (Threaded Rooms Interface For Organised Relational Mails) is a mail client which sorts mails into conversations based on the members present in each mails.

Features

  • Multi account (tested only with gmail)
  • Live syncing of mails
  • Live syncing of flags
  • Mark as read/unread
  • Flag important
  • Attachments
  • Send new mails
  • Respond to mails
  • Delete mails
  • Delete rooms
  • Live sync with the ui

Installation

Definitions

  • Room: General space where messages are grouped.
  • Channel: Space use for newsletters or other conversations when there is a low need for reply.
  • Group: Space contening several users that are part of the conversation.
  • DM: Space defining a conversation with only one other member.
  • Thread: Sub-Space generally created when changing the number of member in a space.

Examples