Skip to content
asm99 edited this page Oct 7, 2015 · 2 revisions

Welcome to the muami wiki!

What is MuaMi?

MuaMi is a collaborative project written by two students for a CS course. It's an e-mail client written in C++ aiming to provide:

  • a friendly GUI, based on Qt5,
  • a multi-account management,
  • secure I/O with servers on top of OpenSSL.

What does 'MuaMi' stands for?

MuaMi is an alias for "My MUA". MUA stands for "Mail User Agent", which is a general category name for email management softwares (like Mozilla Thunderbird, Apple Mail and Microsoft Outlook among many others).

What can Muami do?

In its first beta version, MuaMi should provide the basic functionalities needed by an e-mail client to be useful. This includes:

  • retrieving, replying to, composing, forwarding and deleting e-mails,
  • fetching, saving and joinig attachments,
  • managing contacts with an addressbook,
  • opening a web browser to see HTML parts.

Installation

Dependencies

MuaMi needs some extra-packages to be compiled.

In Debian-based distros, these are:

  • libssl-dev (OpenSSL)
  • qt5-default (Qt5).

Compilation

Usage