From d246e4090a025895e150d248395f0bbc80ad677a Mon Sep 17 00:00:00 2001 From: Trenton H <797416+stumpylog@users.noreply.github.com> Date: Thu, 23 Mar 2023 08:20:57 -0700 Subject: [PATCH] Adds a tip for using tokens instead of passwords, now that support is integrated --- docs/administration.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/administration.md b/docs/administration.md index aba22cd56..46d6aaaaa 100644 --- a/docs/administration.md +++ b/docs/administration.md @@ -475,12 +475,13 @@ mail_fetcher The command takes no arguments and processes all your mail accounts and rules. -!!! note +!!! tip - As of October 2022 Microsoft no longer supports IMAP authentication - for Exchange servers, thus Exchange is no longer supported until a - solution is implemented in the Python IMAP library used by Paperless. - See [learn.microsoft.com](https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/deprecation-of-basic-authentication-exchange-online) + To use OAuth access tokens for mail fetching, + select the box to indicate the password is actually + a token when creating or editing a mail account. The + details for creating a token depend on your email + provider. ### Creating archived documents {#archiver}