i2pplus

SusiMail (susimail/)

Webmail interface for I2P. Provides POP3/SMTP access to email through I2P, with local caching for privacy and offline access.

Overview

SusiMail bridges traditional email to I2P:

Internet Email --> [SMTP into I2P] --> I2P Router --> [POP3 out] --> Local client

Privacy Features

Email Flow

  1. Inbound (POP3) - External POP3 server fetches → local cache → I2P-deliverable
  2. Outbound (SMTP) - Composes in web UI → encrypts to recipient destination → sends over I2P

Configuration

Requires an external POP3/SMTP server for Internet email. Configure in console:

Use Cases

Packages

Building

# Gradle
./gradlew :apps:susimail:jar

# Ant (from repo root)
ant buildSusiMail