Skip to content

Commit 9d943db

Browse files
committed
Document that O365 no-longer supports user@account/alias
1 parent a0da4d4 commit 9d943db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

emailproxy.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ documentation = Accounts are specified using your email address as the section h
9393

9494
- Office 365 shared mailboxes are supported: add an account entry here using the email address of the shared
9595
mailbox as the account name. When asked to authenticate, log in as the user that access has been delegated to.
96+
Note that Office 365 no-longer supports the `[email protected]/delegated.mailbox` username syntax here.
9697

9798
- It is possible to create Office 365 clients that do not require a secret to be sent. If this is the case for your
9899
setup, delete the `client_secret` line from your account's configuration entry (do not leave the default value).

emailproxy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__author__ = 'Simon Robinson'
55
__copyright__ = 'Copyright (c) 2022 Simon Robinson'
66
__license__ = 'Apache 2.0'
7-
__version__ = '2022-10-14' # ISO 8601 (YYYY-MM-DD)
7+
__version__ = '2022-10-16' # ISO 8601 (YYYY-MM-DD)
88

99
import argparse
1010
import base64

0 commit comments

Comments
 (0)