¡Hola Webmail!

Description

Django webmail app, easy to extend, with security and privacy features. The purpose of this project is to protect people and help to have privacy.

The idea is to provide a simple and minimal user interface to make easy the integration with other projects and to extend the initial funcionality with plugins.

Features

  • Login using SRP authentication
  • Webmail users have different database table for login credentials and sessions than admin staff
  • Safe upload of big file during email composition using upload sessions
  • Markdown editor for sending emails
  • Logging of all authentication attempts.
  • Logging control session
  • Export/Import emails
  • Hook system to extend easily the webmail
  • Multiconfigurable
  • Save mails to draft store
  • Enable or disable autodraft
  • Search text in mails
  • Add star to interesting mails
  • Show original email headers
  • Minimal dependencies (only Django)
  • Responsive and clean UI design
  • Automatic generation of fake data for testing purposes

Requirements

  • Python 3
  • Django >= 2.1

Screenshots