{% extends "base.html" %} {% block title %} Aerogramme - Resilient open-source IMAP server with built-in encryption {% endblock title %} {% block content %}

{{config.extra.organization.name}}

{{config.extra.organization.name}}

{{ config.extra.organization.description }}

A more resilient & private mailbox design

Each mailbox is represented as an encrypted, sequential log of events

Add or remove an email
Add or remove a flag (like seen/unseen)

Goals

Aerogramme log design enables the following properties:

  • Privacy friendly

    Encrypted at the user level

  • Compatible

    Compatibility with existing protocols is kept.

  • Easy to operate

    Running mutliple instance is easy, no possible mailbox conflicts

  • Highly resilient
    datacenter failures, sysadmin failures,

Keeping requirements low

We worked hard to keep requirements as low as possible:

  • CPU
    Any x86_64 CPU from the last 10 years, ARMv7 or ARMv8
  • RAM
    1 GB
  • Disk space
    At least 16 GB
  • Network
    200 ms or less, 50 Mbps or more
  • Heterogeneous hardware
    Build a cluster with whatever second-hand machines are available

It works with your email client

Aerogramme integrates into your existing workflow:

Aerogramme implements the IMAP protocol
and thus is already compatible with many applications.

Sponsors and funding

A member of the Deuxfleurs association has received a grant from NLnet, to fund his working on Aerogramme full-time for a year : from March 2023 to February 2024.

If you want to fund Aerogramme development past its initial grant, either through donation or support contract, please get in touch with us

NLnet logo NGI Assure logo

This project was funded through the NGI Assure Fund, a fund established by NLnet with financial support from the European Commission's Next Generation Internet programme, under the aegis of DG Communications Networks, Content and Technology under grant agreement No 957073.

{% endblock %}