Skip to content

Commit

Permalink
Additional copy tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Sep 4, 2024
1 parent 64eb042 commit 2b30407
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down
5 changes: 3 additions & 2 deletions views/config/logging.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
</div>

<p class="mb-4">
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.
</p>

<form method="post" action="/admin/config/logging">
Expand Down
7 changes: 4 additions & 3 deletions views/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<div class="col-12 col-sm-12 col-md-12 col-lg-8">
<p>
<a href="{{packageData.homepage}}" target="_blank" rel="noopener noreferrer"
referrerpolicy="no-referrer">EmailEngine</a> 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</a> 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.
</p>

<div class="mt-4">
Expand Down

0 comments on commit 2b30407

Please sign in to comment.