Go to file
2023-04-26 17:45:48 +02:00
back sync flags on server start 2023-04-17 13:08:54 +02:00
front change color of flag 2023-04-26 17:45:48 +02:00
.gitignore tests in typescript 2023-04-01 22:36:51 +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 add readme 2023-04-23 19:29:51 +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
  • Live syncing of mails
  • Live syncing of flags
  • Mark as read/unread
  • Attachments
  • Send new mails
  • Respond to mails
  • Delete mails
  • 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