From bc01ae21cc77f39d402d31a6d59b6f8cb084c1e3 Mon Sep 17 00:00:00 2001 From: polistern Date: Tue, 20 Sep 2022 13:26:16 +0000 Subject: [PATCH] chore: Updated information about mail sending. --- docs/docs/user-guide/usage.md | 6 ++---- docs/docs/user-guide/usage.ru.md | 8 +++----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/docs/docs/user-guide/usage.md b/docs/docs/user-guide/usage.md index a157355..ec39d48 100644 --- a/docs/docs/user-guide/usage.md +++ b/docs/docs/user-guide/usage.md @@ -32,10 +32,8 @@ See [create_identity](https://github.com/polistern/pboted-tools/tree/main/create - Follow headers will be added to the file after initial processing: - `X-HashCash` - `X-I2PBote-Signature` -- If file sent successfully follow headers will be added to the file: - - `X-I2PBote-DHT-Key` - - `X-I2PBote-Delete-Auth-Hash` -- File will be moved to `sent` directory +- Will be created `.meta` service information file in `outbox` directory +- If mail sent successfully files `.mail` and `.meta` will be moved to `sent` directory ### SMTP diff --git a/docs/docs/user-guide/usage.ru.md b/docs/docs/user-guide/usage.ru.md index 326cf0a..1ac23a7 100644 --- a/docs/docs/user-guide/usage.ru.md +++ b/docs/docs/user-guide/usage.ru.md @@ -31,11 +31,9 @@ - Любой MIME файл с корректными `FROM` и `TO` в директории `outbox` будет отправляться - После первоначальной обработки в файл будут добавлены заголовки: - `X-HashCash` - - `X-I2PBote-Signature` -- После успешной отправки в файл будут добавлены заголовки: - - `X-I2PBote-DHT-Key` - - `X-I2PBote-Delete-Auth-Hash` -- Файл будет перемещён в директорию `sent` + - `X-I2PBote-Signature` (WIP) +- В директории `outbox` будет создан файл `.meta` со служебной информацией +- После успешной отправки файлы `.mail` и `.meta` будут перемещёны в директорию `sent` ### Через SMTP