diff --git a/source/_integrations/imap.markdown b/source/_integrations/imap.markdown index 389a8360733..8188f2a32b4 100644 --- a/source/_integrations/imap.markdown +++ b/source/_integrations/imap.markdown @@ -41,15 +41,22 @@ By default, this integration will count unread emails. By configuring the search * `FROM`, `TO`, `SUBJECT` to find emails in a folder (see [IMAP RFC for all standard options](https://tools.ietf.org/html/rfc3501#section-6.4.4)) * [Gmail's IMAP extensions](https://developers.google.com/gmail/imap/imap-extensions) allow raw Gmail searches, like `X-GM-RAW "in: inbox older_than:7d"` to show emails older than one week in your inbox. Note that raw Gmail searches will ignore your folder configuration and search all emails in your account! + ### Selecting a charset supported by the imap server -Below is an example for setting up the integration to connect to your Microsoft 365 account that requires `US_ASCII` as charset: +Below is an example for setting up the integration to connect to your Microsoft 365 account that requires `US-ASCII` as charset: - Server: `outlook.office365.com` - Port: `993` - Username: Your full email address - Password: Your password - Charset: `US-ASCII` +