-
Notifications
You must be signed in to change notification settings - Fork 0
Home
asm99 edited this page Oct 7, 2015
·
2 revisions
Welcome to the muami wiki!
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.
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).
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.
MuaMi needs some extra-packages to be compiled.
In Debian-based distros, these are:
- libssl-dev (OpenSSL)
- qt5-default (Qt5).