mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-09-13 11:42:20 +02:00
* refactor(docs): separate Pages site source * fix(docs): preserve published guide pages * fix(ci): run asset ownership tests for site changes * fix(docs): track future website media * fix(ci): let Pages deployments finish * build(deps): update Pages checkout action * fix(ci): follow moved setup guide * fix(docs): repair published setup guide * fix(docs): retarget preview encoder
22 lines
843 B
Markdown
22 lines
843 B
Markdown
---
|
|
layout: default
|
|
---
|
|
|
|
# Outlook / Office 365 email accounts
|
|
|
|
Odysseus email accounts currently use IMAP and SMTP with username/password
|
|
authentication. That works for providers that still allow app passwords or
|
|
mailbox passwords for IMAP/SMTP.
|
|
|
|
Microsoft disables basic authentication for Outlook and Microsoft 365 in most
|
|
modern accounts and tenants. If you try to add an Outlook account with a normal
|
|
password, Microsoft may return errors such as:
|
|
|
|
- `IMAP: AUTHENTICATE failed`
|
|
- `SMTP: 535 5.7.139 Authentication unsuccessful, basic authentication is disabled`
|
|
|
|
This is expected. Odysseus does not support Microsoft OAuth or Graph Mail yet,
|
|
so Outlook / Office 365 accounts cannot currently be added through the password
|
|
form. Use another email provider with app-password support, or track the future
|
|
Microsoft Graph OAuth integration.
|