From b833f257bdc443789492e4c35614cf51b0bf5a28 Mon Sep 17 00:00:00 2001 From: "Dylan P." <73650479+Gliese-667@users.noreply.github.com> Date: Thu, 2 Jan 2025 09:23:24 -0600 Subject: [PATCH] Update usage.md with tip about Outlook configuration https://github.com/jonaswinkler/paperless-ng/issues/548#issuecomment-841259127 This comment from the archived paperless-ng repository notes the fix. --- docs/usage.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/usage.md b/docs/usage.md index cf4970e3c..d4855a219 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -208,6 +208,10 @@ Specific instructions for setting up the required 'developer' app with Google or Once setup, navigating to the email settings page in Paperless-ngx will allow you to add an email account for Gmail or Outlook using OAuth2. After authenticating, you will be presented with the newly-created account where you will need to enter and save your email address. After this, the account will work as any other email account in Paperless-ngx and refreshing tokens will be handled automatically. +!!! tip + + Outlook email accounts must be configured to use the US-ASCII charset rather than the default UTF-8 charset. + ### REST API You can also submit a document using the REST API, see [POSTing documents](api.md#file-uploads)