Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
/ ox-coi Public archive

OX COI Messenger - a Flutter app for the COI (Chat Over IMAP) standard

License

Notifications You must be signed in to change notification settings

coi-dev/ox-coi

Repository files navigation

Project on hold for now

Please note that the OX COI Messenger project is currently not active. In the past this project was hindered by the lack of Rust expertise on side of the project maintainers. Work is underway to create a new approach which also allows users to manage normal email messages. If and when we have something to announce, we will update this section. For now, we keep this reference for interested developers.

OX COI Messenger

OX COI Messenger is a mail based chat app. This app provides the user interface for an IMAP / SMTP based chat on Android and iOS.

Information

Requirements

  • Flutter 1.17.2 is used
  • Android setup
  • iOS setup
  • The Flutter Delta Chat Core Plugin needs to be checked out right beside the OX COI Messenger app (the repositories should be located in the same folder)
    • Please follow the requirements given by the plugin project before building the app project

Execution

  • Fullfil all requirements
  • Connect a smartphone to your PC or start an emulator / a simulator
  • Enable Dart and Flutter support within your IDE
  • Build and run the project via your IDE / Flutter CLI

Development

To be able to edit / extend this project the following steps are important:

Flutter

For help getting started with Flutter, view our online documentation.

Dart

Flutter is based on Dart, more information regarding Dart can be found on the official website.