From f75c5c31eef3b6de5fb2f62386b98757fd256de1 Mon Sep 17 00:00:00 2001 From: polistern Date: Mon, 20 Jun 2022 13:28:31 +0000 Subject: [PATCH] chore: Updated index page. --- docs/docs/about/donations.md | 1 - docs/docs/index.md | 17 ++++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/docs/docs/about/donations.md b/docs/docs/about/donations.md index 66b4f2c..fcfc5d4 100644 --- a/docs/docs/about/donations.md +++ b/docs/docs/about/donations.md @@ -1,6 +1,5 @@ # Donations - **BTC**: `bc1qans7ukm5t62mjcuhl3rpzxml05etyljhjt7w76` -- **DASH**: `XfeBg9i7MwbW2X1y1HpgHZ4sB7jqxhSfta` - **GST**: `GatPEoV4uK2z1mgbph577Tv1WavrL5vmSE` - **XMR**: `85P3aEXrYMn1YxnQaZSBWy6Ur6j9PVRxmCd3Ey1UanKAdKnhd2iYNdrEhNJ2JeUdcC8otSHogRTnydn4aMh8DwbSMs4N13Z` diff --git a/docs/docs/index.md b/docs/docs/index.md index 58bb73b..50180e4 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -8,13 +8,21 @@ You can find more details it [Bote](bote/v5/version5.md) section. Interaction with the I2P network occurs through the [SAMv3](https://geti2p.net/ru/docs/api/samv3) interface. Tested with [i2pd](https://github.com/PurpleI2P/i2pd) and [Java I2P](https://github.com/i2p/i2p.i2p). +## Alpha + +Please note that **pboted** version **0.7.X** is still in **alpha**. +During this period, there may be significant changes in the application. + +Transition to **beta** planned in version **0.9.X** + ## Features - Sending and receiving emails -- Basic support for short recipient names -- Elliptic Curve encryption (ECDH-256/ECDSA-256/AES-256/SHA-256) -- Runnable as daemon or as user service -- SMTP / POP3 (basic support, work in progress) +- Support for short recipient names (alias) +- End-to-End encryption ([details](bote/v5/cryptography/)) +- Runnable as daemon +- [CLI utility](https://github.com/polistern/pbotectl) (work in progress) +- SMTP / POP3 support (tested with [Mozilla Thunderbird](https://www.thunderbird.net/en-US/)) ## Planned Features @@ -22,7 +30,6 @@ Tested with [i2pd](https://github.com/PurpleI2P/i2pd) and [Java I2P](https://git - Sending email anonymously - Delivery confirmation - Sending and receiving via relays, similar to Mixmaster -- CLI interface and tools - Interfaces for interaction with third-party applications (IMAP, etc.) ## Resources