From 2b304078a2853e2902a0219592f17b405ad181ab Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Wed, 4 Sep 2024 17:54:58 +0300 Subject: [PATCH] Additional copy tweaks --- README.md | 2 +- views/config/logging.hbs | 5 +++-- views/index.hbs | 7 ++++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1a0533de..c0c37138 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # EmailEngine Email API -Headless email client application that makes IMAP and SMTP resources available over REST. Integrate email accounts with your service with ease! +Headless email client application that makes IMAP and SMTP, Gmail API, and MS Graph API resources available over an unified REST API. Integrate email accounts with your service with ease! - Documentation and details: [EmailEngine.app](https://emailengine.app/) diff --git a/views/config/logging.hbs b/views/config/logging.hbs index 472ea52a..fded5473 100644 --- a/views/config/logging.hbs +++ b/views/config/logging.hbs @@ -6,8 +6,9 @@

- Enable logging of IMAP and SMTP traffic, excluding user credentials and message content, for selected accounts. You - can download these logs for inspection. By default, account logging is disabled. + Enable logging of IMAP, SMTP, Gmail API, or MS Graph API requests (depending on the account type), excluding user + credentials and message content, for selected accounts. You can download these logs for inspection. Logging is + disabled by default.

diff --git a/views/index.hbs b/views/index.hbs index 3364573b..d2c9d463 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -2,9 +2,10 @@

EmailEngine is an - email client for apps, not people. It connects to the user's email server, translates REST API requests - from the app to IMAP and SMTP commands, and sends webhooks for changes like new or deleted emails. + referrerpolicy="no-referrer">EmailEngine is an email client designed for applications, not + individual users. It connects to users' email servers and translates REST API requests from the app into + IMAP and SMTP commands, or into Gmail API or Microsoft Graph API requests. Additionally, it sends webhooks + to notify the app of events such as new or deleted emails.